Home
last modified time | relevance | path

Searched refs:ARCH_GET_UNTAG_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dprctl.h28 #define ARCH_GET_UNTAG_MASK 0x4001 macro
/linux/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
H A Dprctl.h28 #define ARCH_GET_UNTAG_MASK 0x4001 macro
/linux/tools/testing/selftests/x86/
H A Dlam.c33 #define ARCH_GET_UNTAG_MASK 0x4001 macro
185 syscall(SYS_arch_prctl, ARCH_GET_UNTAG_MASK, &ptr); in set_lam()
229 if (syscall(SYS_arch_prctl, ARCH_GET_UNTAG_MASK, &ptr) == -1) in get_lam()
/linux/arch/x86/kernel/
H A Dprocess_64.c954 case ARCH_GET_UNTAG_MASK: in do_arch_prctl_64()