Home
last modified time | relevance | path

Searched defs:native (Results 1 – 25 of 47) sorted by relevance

12

/kernel/linux/linux-6.6/arch/sparc/kernel/
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
Dsystbls_32.S12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/kernel/linux/linux-6.6/arch/x86/entry/
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
/kernel/linux/linux-6.6/arch/parisc/kernel/
Dsyscall.S1318 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
1320 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
1331 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/kernel/linux/linux-6.6/arch/arm/kernel/
Dentry-common.S345 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
456 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/kernel/linux/linux-5.10/arch/arm/kernel/
Dentry-common.S378 #define COMPAT(nr, native, compat) syscall nr, native argument
482 #define COMPAT(nr, native, compat) syscall nr, compat argument
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/
Dedp_aux.c37 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_msg_fifo_tx() local
116 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_aux_transfer() local
/kernel/linux/linux-6.6/lib/
Dpercpu_test.c5 #define CHECK(native, pcp, expected) \ argument
/kernel/linux/linux-5.10/lib/
Dpercpu_test.c5 #define CHECK(native, pcp, expected) \ argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dsyscalls.h148 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
Ddcr-generic.h18 dcr_host_native_t native; member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Ddcr-generic.h18 dcr_host_native_t native; member
/kernel/linux/linux-6.6/arch/x86/um/
Dsys_call_table_32.c24 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dsystbl.c42 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/kernel/linux/linux-6.6/arch/mips/kernel/
Dscall64-o32.S217 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
Dscall32-o32.S220 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/kernel/linux/linux-5.10/include/linux/mlx4/
Dcmd.h275 int native) in mlx4_cmd()
284 unsigned long timeout, int native) in mlx4_cmd_box()
297 unsigned long timeout, int native) in mlx4_cmd_imm()
/kernel/linux/linux-6.6/include/linux/mlx4/
Dcmd.h275 int native) in mlx4_cmd()
284 unsigned long timeout, int native) in mlx4_cmd_box()
297 unsigned long timeout, int native) in mlx4_cmd_imm()
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c84 unsigned long long native, filter1, filter2; in main() local
/kernel/linux/linux-6.6/drivers/acpi/
Dvideo_detect.c866 enum acpi_backlight_type __acpi_video_get_backlight_type(bool native, bool *auto_detect) in __acpi_video_get_backlight_type()
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
/kernel/linux/linux-5.10/drivers/rpmsg/
Dqcom_glink_smem.c37 struct qcom_glink_pipe native; member
Dqcom_glink_rpm.c48 struct qcom_glink_pipe native; member
/kernel/linux/linux-6.6/drivers/rpmsg/
Dqcom_glink_smem.c51 struct qcom_glink_pipe native; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c707 const struct v4l2_rect *native, in atomisp_enum_framesizes_crop_inner()
756 struct v4l2_rect native = input->native_rect; in atomisp_enum_framesizes_crop() local

12