Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/linux/drivers/rpmsg/
A Dqcom_glink_smem.c37 struct qcom_glink_pipe native; member
67 pipe->native.length = len; in glink_smem_rx_avail()
88 if (tail >= pipe->native.length) in glink_smem_rx_peak()
89 tail -= pipe->native.length; in glink_smem_rx_peak()
108 if (tail >= pipe->native.length) in glink_smem_rx_advance()
109 tail -= pipe->native.length; in glink_smem_rx_advance()
151 if (head >= pipe->native.length) in glink_smem_tx_write_one()
152 head -= pipe->native.length; in glink_smem_tx_write_one()
171 if (head >= pipe->native.length) in glink_smem_tx_write()
172 head -= pipe->native.length; in glink_smem_tx_write()
[all …]
A Dqcom_glink_rpm.c48 struct qcom_glink_pipe native; member
80 if (tail >= pipe->native.length) in glink_rpm_rx_peak()
81 tail -= pipe->native.length; in glink_rpm_rx_peak()
104 if (tail >= pipe->native.length) in glink_rpm_rx_advance()
105 tail -= pipe->native.length; in glink_rpm_rx_advance()
143 if (head >= pipe->native.length) in glink_rpm_tx_write_one()
144 head -= pipe->native.length; in glink_rpm_tx_write_one()
228 rx->native.length = size; in glink_rpm_parse_toc()
235 tx->native.length = size; in glink_rpm_parse_toc()
302 &rx_pipe->native, in glink_rpm_probe()
[all …]
/linux/drivers/misc/cxl/
A Dnative.c227 afu->native->spa_order = -1; in cxl_alloc_spa()
229 afu->native->spa_order++; in cxl_alloc_spa()
234 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa()
241 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa()
250 1<<afu->native->spa_order, afu->native->spa_max_procs, afu->num_procs); in cxl_alloc_spa()
259 afu->native->sw_command_status = (__be64 *)((char *)afu->native->spa + in attach_spa()
266 afu->native->spa, afu->native->spa_max_procs, in attach_spa()
278 if (afu->native->spa) { in cxl_release_spa()
280 afu->native->spa_order); in cxl_release_spa()
281 afu->native->spa = NULL; in cxl_release_spa()
[all …]
A Dpci.c798 if (!(afu->native->afu_desc_mmio = ioremap(afu_desc, adapter->native->afu_desc_size))) in pci_map_slice_regs()
806 iounmap(afu->native->p1n_mmio); in pci_map_slice_regs()
818 if (afu->native->p1n_mmio) { in pci_unmap_slice_regs()
820 afu->native->p1n_mmio = NULL; in pci_unmap_slice_regs()
837 kfree(afu->native); in cxl_pci_release_afu()
1146 if (!afu->native) in pci_init_afu()
1186 kfree(afu->native); in pci_init_afu()
1275 if (adapter->native->p1_mmio) { in cxl_unmap_adapter_regs()
1395 if (!adapter->native->afu_desc_off || !adapter->native->afu_desc_size) { in cxl_vsec_looks_ok()
1423 kfree(adapter->native); in cxl_release_adapter()
[all …]
A Ddebugfs.c71 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/tools/testing/selftests/seccomp/
A Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
164 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
165 printf("getpid native: %llu ns\n", native); in main()
207 bitmap1 - native); in main()
209 bitmap2 - native); in main()
211 filter1 - native); in main()
213 filter2 - native); in main()
215 bitmap1 - native - (bitmap2 - bitmap1)); in main()
219 (filter2 - native - entry) / 4); in main()
231 bitmap1 - native, approx, bitmap2 - native); in main()
[all …]
/linux/Documentation/devicetree/bindings/display/panel/
A Ddisplay-timings.yaml18 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.
45 * timing1 is the native-mode.
48 native-mode = <&timing1>;
/linux/scripts/
A Dsyscalltbl.sh57 while read nr abi name native compat ; do
70 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)"
71 elif [ -n "$native" ]; then
72 echo "__SYSCALL($nr, $native)"
/linux/include/linux/mlx4/
A Dcmd.h270 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/fs/nls/
A DKconfig11 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/drivers/gpu/drm/msm/dp/
A Ddp_aux.c32 bool native; member
94 if (!aux->native) { /* i2c */ in dp_aux_write()
214 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in dp_aux_update_offset_and_segment()
317 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in dp_aux_transfer()
321 msg->reply = aux->native ? in dp_aux_transfer()
327 if ((aux->native && msg->size > aux_cmd_native_max) || in dp_aux_transfer()
356 if (aux->native) { in dp_aux_transfer()
370 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in dp_aux_transfer()
373 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_DEFER : DP_AUX_I2C_REPLY_DEFER; in dp_aux_transfer()
379 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in dp_aux_transfer()
[all …]
/linux/drivers/gpu/drm/msm/edp/
A Dedp_aux.c37 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_msg_fifo_tx() local
71 if (!native) /* i2c */ in edp_msg_fifo_tx()
116 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_aux_transfer() local
121 msg->reply = native ? in edp_aux_transfer()
127 if ((native && (msg->size > AUX_CMD_NATIVE_MAX)) || in edp_aux_transfer()
166 msg->reply = native ? in edp_aux_transfer()
170 msg->reply = native ? in edp_aux_transfer()
/linux/arch/mips/boot/dts/brcm/
A Dbcm7346.dtsi82 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 Dbcm7125.dtsi82 native-endian;
109 native-endian;
122 native-endian;
134 native-endian;
146 native-endian;
223 native-endian;
232 native-endian;
A Dbcm7358.dtsi76 native-endian;
120 native-endian;
133 native-endian;
145 native-endian;
157 native-endian;
294 native-endian;
303 native-endian;
A Dbcm7425.dtsi82 native-endian;
128 native-endian;
320 native-endian;
329 native-endian;
339 native-endian;
348 native-endian;
358 native-endian;
367 native-endian;
377 native-endian;
386 native-endian;
A Dbcm7435.dtsi95 native-endian;
143 native-endian;
335 native-endian;
344 native-endian;
354 native-endian;
363 native-endian;
373 native-endian;
382 native-endian;
392 native-endian;
401 native-endian;
/linux/arch/x86/entry/
A Dsyscall_32.c11 #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/sparc/kernel/
A Dsystbls_64.S19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
A Dsystbls_32.S12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/powerpc/kernel/
A Dsystbl.S24 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
35 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/linux/lib/
A Dpercpu_test.c5 #define CHECK(native, pcp, expected) \ argument
7 WARN((native) != (expected), \
9 (native), (native), \
/linux/Documentation/admin-guide/
A Dsyscall-user-dispatch.rst12 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
80 quickly capture system calls issued by a non-native part of the
81 application, while not impacting the Linux native regions of the
/linux/arch/powerpc/sysdev/
A Ddcr.c40 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/powerpc/sysdev/xics/
A DMakefile4 obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o
7 obj-$(CONFIG_PPC_ICS_NATIVE) += ics-native.o

Completed in 46 milliseconds

12345678910>>...13