Home
last modified time | relevance | path

Searched refs:X86_FEATURE_SYSCALL32 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/entry/vdso/vdso32/
H A Dsystem_call.S58 SYSCALL_SEQUENCE, X86_FEATURE_SYSCALL32
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h96 #define X86_FEATURE_SYSCALL32 ( 3*32+14) /* "" syscall in IA32 userspace */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c273 set_cpu_cap(c, X86_FEATURE_SYSCALL32); in early_init_hygon()
H A Damd.c735 set_cpu_cap(c, X86_FEATURE_SYSCALL32); in early_init_amd()
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h96 #define X86_FEATURE_SYSCALL32 ( 3*32+14) /* "" syscall in IA32 userspace */ macro
/openbmc/linux/arch/x86/xen/
H A Dsetup.c1015 if (cpu_feature_enabled(X86_FEATURE_SYSCALL32) && in xen_enable_syscall()
1017 setup_clear_cpu_cap(X86_FEATURE_SYSCALL32); in xen_enable_syscall()