Home
last modified time | relevance | path

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

12

/openbmc/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
/openbmc/linux/arch/x86/entry/
H 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
/openbmc/linux/arch/parisc/kernel/
H A 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
/openbmc/linux/arch/arm/kernel/
H A 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
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c94 static void visit_primitive_type(Visitor *v, void **native, Error **errp) in visit_primitive_type()
139 static void visit_primitive_list(Visitor *v, void **native, Error **errp) in visit_primitive_list()
209 static void visit_struct(Visitor *v, void **native, Error **errp) in visit_struct()
259 static void visit_nested_struct(Visitor *v, void **native, Error **errp) in visit_nested_struct()
264 static void visit_nested_struct_list(Visitor *v, void **native, Error **errp) in visit_nested_struct_list()
/openbmc/linux/lib/
H A Dpercpu_test.c5 #define CHECK(native, pcp, expected) \ argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscalls.h148 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
H A Ddcr-generic.h18 dcr_host_native_t native; member
/openbmc/linux/arch/powerpc/kernel/
H A Dsystbl.c42 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/openbmc/linux/arch/x86/um/
H A Dsys_call_table_32.c24 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/openbmc/linux/arch/mips/kernel/
H A Dscall64-o32.S217 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
H A Dscall32-o32.S220 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/openbmc/linux/include/linux/mlx4/
H A 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()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c52 #define CPU_TO_BE64(native) ((beint64_t)(native)) argument
60 #define CPU_TO_BE64(native) ((beint64_t)BSWAP_64(native)) argument
68 static inline beint64_t cpu_to_be64(uint64_t native) in cpu_to_be64()
/openbmc/linux/drivers/acpi/
H A Dvideo_detect.c866 enum acpi_backlight_type __acpi_video_get_backlight_type(bool native, bool *auto_detect) in __acpi_video_get_backlight_type()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c66 static efi_status_t efi_to_native(char **native, const u16 *variable_name, in efi_to_native()
/openbmc/qemu/hw/block/
H A Dxen_blkif.h80 blkif_back_ring_t native; member
/openbmc/linux/drivers/rpmsg/
H A Dqcom_glink_smem.c51 struct qcom_glink_pipe native; member
H A Dqcom_glink_rpm.c49 struct qcom_glink_pipe native; member
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A 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
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_aux.c32 bool native; member
/openbmc/qemu/ui/
H A Degl-helpers.c462 static EGLDisplay qemu_egl_get_display(EGLNativeDisplayType native, in qemu_egl_get_display()
/openbmc/linux/fs/
H A Dexec.c403 const char __user *const __user *native; member
412 const char __user *native; in get_user_arg_ptr() local

12