| /linux/drivers/misc/cxl/ |
| A D | native.c | 228 afu->native->spa_order = -1; in cxl_alloc_spa() 230 afu->native->spa_order++; in cxl_alloc_spa() 235 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa() 242 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa() 251 1<<afu->native->spa_order, afu->native->spa_max_procs, afu->num_procs); in cxl_alloc_spa() 260 afu->native->sw_command_status = (__be64 *)((char *)afu->native->spa + in attach_spa() 267 afu->native->spa, afu->native->spa_max_procs, in attach_spa() 274 if (afu->native->spa) { in cxl_release_spa() 276 afu->native->spa_order); in cxl_release_spa() 277 afu->native->spa = NULL; in cxl_release_spa() [all …]
|
| A D | pci.c | 784 if (!(afu->native->afu_desc_mmio = ioremap(afu_desc, adapter->native->afu_desc_size))) in pci_map_slice_regs() 792 iounmap(afu->native->p1n_mmio); in pci_map_slice_regs() 804 if (afu->native->p1n_mmio) { in pci_unmap_slice_regs() 806 afu->native->p1n_mmio = NULL; in pci_unmap_slice_regs() 823 kfree(afu->native); in cxl_pci_release_afu() 1132 if (!afu->native) in pci_init_afu() 1174 kfree(afu->native); in pci_init_afu() 1263 if (adapter->native->p1_mmio) { in cxl_unmap_adapter_regs() 1383 if (!adapter->native->afu_desc_off || !adapter->native->afu_desc_size) { in cxl_vsec_looks_ok() 1411 kfree(adapter->native); in cxl_release_adapter() [all …]
|
| A D | debugfs.c | 71 if (adapter->native->sl_ops->debugfs_add_adapter_regs) in cxl_debugfs_adapter_add() 72 adapter->native->sl_ops->debugfs_add_adapter_regs(adapter, dir); in cxl_debugfs_adapter_add() 114 if (afu->adapter->native->sl_ops->debugfs_add_afu_regs) in cxl_debugfs_afu_add() 115 afu->adapter->native->sl_ops->debugfs_add_afu_regs(afu, dir); in cxl_debugfs_afu_add()
|
| /linux/drivers/rpmsg/ |
| A D | qcom_glink_smem.c | 51 struct qcom_glink_pipe native; member 82 pipe->native.length = len; in glink_smem_rx_avail() 103 if (tail >= pipe->native.length) in glink_smem_rx_peek() 104 tail -= pipe->native.length; in glink_smem_rx_peek() 123 if (tail >= pipe->native.length) in glink_smem_rx_advance() 124 tail -= pipe->native.length; in glink_smem_rx_advance() 166 if (head >= pipe->native.length) in glink_smem_tx_write_one() 167 head -= pipe->native.length; in glink_smem_tx_write_one() 186 if (head >= pipe->native.length) in glink_smem_tx_write() 187 head -= pipe->native.length; in glink_smem_tx_write() [all …]
|
| A D | qcom_glink_rpm.c | 49 struct qcom_glink_pipe native; member 93 if (tail >= pipe->native.length) in glink_rpm_rx_peek() 94 tail -= pipe->native.length; in glink_rpm_rx_peek() 117 if (tail >= pipe->native.length) in glink_rpm_rx_advance() 118 tail -= pipe->native.length; in glink_rpm_rx_advance() 156 if (head >= pipe->native.length) in glink_rpm_tx_write_one() 157 head -= pipe->native.length; in glink_rpm_tx_write_one() 259 rx->native.length = size; in glink_rpm_parse_toc() 266 tx->native.length = size; in glink_rpm_parse_toc() 347 &rpm->rx_pipe.native, in glink_rpm_probe() [all …]
|
| /linux/tools/testing/selftests/seccomp/ |
| A D | seccomp_benchmark.c | 218 ksft_print_msg("getpid native: %llu ns\n", native); in main() 262 bitmap1 - native); in main() 264 bitmap2 - native); in main() 266 filter1 - native); in main() 268 filter2 - native); in main() 270 bitmap1 - native - (bitmap2 - bitmap1)); in main() 274 (filter2 - native - entry) / 4); in main() 288 bitmap1 - native, approx, bitmap2 - native, skip); in main() 295 bitmap1 - native, skip); in main() 297 bitmap2 - native, skip); in main() [all …]
|
| /linux/scripts/ |
| A D | syscalltbl.sh | 57 while read nr abi name native compat noreturn; do 79 echo "__SYSCALL_COMPAT_NORETURN($nr, $native, $compat)" 81 echo "__SYSCALL_NORETURN($nr, $native)" 84 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)" 85 elif [ -n "$native" ]; then 86 echo "__SYSCALL($nr, $native)"
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| A D | display-timings.yaml | 18 and to specify the timing that is native for the display. 24 native-mode: 27 The default display timing is the one specified as native-mode. 28 If no native-mode is specified then the first node is assumed 29 to be the native mode. 44 * timing1 is the native-mode. 47 native-mode = <&timing1>;
|
| /linux/include/linux/mlx4/ |
| A D | cmd.h | 270 u16 op, unsigned long timeout, int native); 275 int native) in mlx4_cmd() argument 278 op_modifier, op, timeout, native); in mlx4_cmd() 284 unsigned long timeout, int native) in mlx4_cmd_box() argument 287 op_modifier, op, timeout, native); in mlx4_cmd_box() 297 unsigned long timeout, int native) in mlx4_cmd_imm() argument 300 op_modifier, op, timeout, native); in mlx4_cmd_imm()
|
| /linux/drivers/gpu/drm/msm/dp/ |
| A D | dp_aux.c | 35 bool native; member 98 if (!aux->native) { /* i2c */ in dp_aux_write() 175 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in dp_aux_update_offset_and_segment() 278 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in dp_aux_transfer() 282 msg->reply = aux->native ? in dp_aux_transfer() 288 if ((aux->native && msg->size > aux_cmd_native_max) || in dp_aux_transfer() 332 if (aux->native) { in dp_aux_transfer() 346 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in dp_aux_transfer() 355 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in dp_aux_transfer() 413 } else if (!aux->native && (isr & DP_INTR_I2C_NACK)) { in dp_aux_isr() [all …]
|
| /linux/arch/sparc/kernel/ |
| A D | systbls_64.S | 19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| A D | systbls_32.S | 12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/fs/nls/ |
| A D | Kconfig | 11 as the ability of some filesystems to use native languages 44 native language character sets. These character sets are stored 56 native language character sets. These character sets are stored 68 native language character sets. These character sets are stored 81 native language character sets. These character sets are stored in 97 native language character sets. These character sets are stored in 112 native language character sets. These character sets are stored in 123 native language character sets. These character sets are stored in 283 If you want to display filenames with native language characters 292 If you want to display filenames with native language characters [all …]
|
| /linux/arch/x86/entry/ |
| A D | syscall_32.c | 11 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 13 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/arch/mips/boot/dts/brcm/ |
| A D | bcm7346.dtsi | 82 native-endian; 126 native-endian; 139 native-endian; 151 native-endian; 163 native-endian; 321 native-endian; 330 native-endian; 340 native-endian; 349 native-endian; 359 native-endian; [all …]
|
| A D | bcm7125.dtsi | 82 native-endian; 109 native-endian; 122 native-endian; 134 native-endian; 146 native-endian; 223 native-endian; 232 native-endian;
|
| /linux/lib/ |
| A D | percpu_test.c | 5 #define CHECK(native, pcp, expected) \ argument 7 WARN((native) != (expected), \ 9 (native), (native), \
|
| /linux/arch/powerpc/sysdev/ |
| A D | dcr.c | 40 return dcr_map_ok_native(host.host.native); in dcr_map_ok_generic() 68 host.host.native = dcr_map_native(dev, dcr_n, dcr_c); in dcr_map_generic() 82 dcr_unmap_native(host.host.native, dcr_c); in dcr_unmap_generic() 93 return dcr_read_native(host.host.native, dcr_n); in dcr_read_generic() 105 dcr_write_native(host.host.native, dcr_n, value); in dcr_write_generic()
|
| /linux/arch/loongarch/vdso/ |
| A D | Makefile | 64 native-abi := $(filter -mabi=%,$(KBUILD_CFLAGS)) 71 $(obj-vdso): KBUILD_CFLAGS := $(cflags-vdso) $(native-abi) 72 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi) 74 $(obj)/vdso.lds: KBUILD_CPPFLAGS := $(ccflags-vdso) $(native-abi)
|
| /linux/arch/nios2/kernel/ |
| A D | syscall_table.c | 13 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/arch/arc/kernel/ |
| A D | sys.c | 14 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/arch/openrisc/kernel/ |
| A D | sys_call_table.c | 20 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/arch/csky/kernel/ |
| A D | syscall_table.c | 9 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
| /linux/Documentation/admin-guide/ |
| A D | syscall-user-dispatch.rst | 12 incompatible code - while being able to execute native syscalls without 13 a high performance penalty on the native part of the process. Seccomp 36 native Windows code are currently not known to be a performance problem, 40 non-native applications, it must function on syscalls whose invocation 63 includes the most common syscall dispatchers in the native code 84 quickly capture system calls issued by a non-native part of the 85 application, while not impacting the Linux native regions of the
|
| /linux/arch/riscv/kernel/ |
| A D | syscall_table.c | 12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|