Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/rpmsg/
H A Dqcom_glink_smem.c51 struct qcom_glink_pipe native; member
61 #define to_smem_pipe(p) container_of(p, struct glink_smem_pipe, native)
82 pipe->native.length = len; in glink_smem_rx_avail()
89 return pipe->native.length - tail + head; 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()
106 len = min_t(size_t, count, pipe->native.length - tail); 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()
140 avail = pipe->native.length - head + tail; in glink_smem_tx_avail()
[all …]
H A Dqcom_glink_rpm.c33 #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native)
49 struct qcom_glink_pipe native; member
79 return pipe->native.length - tail + head; in glink_rpm_rx_avail()
93 if (tail >= pipe->native.length) in glink_rpm_rx_peek()
94 tail -= pipe->native.length; in glink_rpm_rx_peek()
96 len = min_t(size_t, count, pipe->native.length - tail); 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()
133 return pipe->native.length - head + tail; in glink_rpm_tx_avail()
144 len = min_t(size_t, count, pipe->native.length - head); in glink_rpm_tx_write_one()
[all …]
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c187 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
217 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
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()
277 ret |= compare("native", "≤", "1 bitmap", native, le, bitmap1, in main()
[all …]
/linux/scripts/
H A Dsyscalltbl.sh57 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/include/linux/mlx4/
H 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/
H 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
134 native language character sets. These character sets are stored in
145 native language character sets. These character sets are stored in
[all …]
/linux/arch/sparc/kernel/
H 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
H A Dsystbls_32.S12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/mips/boot/dts/brcm/
H 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 …]
H A Dbcm7125.dtsi82 native-endian;
109 native-endian;
122 native-endian;
134 native-endian;
146 native-endian;
223 native-endian;
232 native-endian;
H A Dbcm7358.dtsi76 native-endian;
120 native-endian;
133 native-endian;
145 native-endian;
157 native-endian;
294 native-endian;
303 native-endian;
H 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;
H 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;
/linux/arch/loongarch/vdso/
H A DMakefile68 native-abi := $(filter -mabi=%,$(KBUILD_CFLAGS))
75 $(obj-vdso): KBUILD_CFLAGS := $(cflags-vdso) $(native-abi)
76 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi)
78 $(obj)/vdso.lds: KBUILD_CPPFLAGS := $(ccflags-vdso) $(native-abi)
/linux/Documentation/admin-guide/
H 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 C library, which includes the most common syscall dispatchers in the native
89 quickly capture system calls issued by a non-native part of the
90 application, while not impacting the Linux native regions of the
/linux/arch/nios2/kernel/
H A Dsyscall_table.c13 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/openrisc/kernel/
H A Dsys_call_table.c20 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/arc/kernel/
H A Dsys.c14 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/csky/kernel/
H A Dsyscall_table.c9 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/riscv/kernel/
H A Dsyscall_table.c12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/powerpc/sysdev/xics/
H A DMakefile4 obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o
7 obj-$(CONFIG_PPC_ICS_NATIVE) += ics-native.o
/linux/arch/x86/um/
H A Dsys_call_table_32.c28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/hexagon/kernel/
H A Dsyscalltab.c15 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/arm64/kernel/
H A Dsys.c51 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/linux/arch/powerpc/boot/dts/
H A Diss4xx-mpic.dts45 dcr-access-method = "native";
59 dcr-access-method = "native";
75 dcr-access-method = "native";
91 dcr-access-method = "native";

1234567891011