Home
last modified time | relevance | path

Searched refs:AR_DPL_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddesc_defs.h187 #define AR_DPL_MASK (3 * (1 << 13)) macro
/linux/arch/x86/kernel/
H A Dsignal_64.c44 ar &= AR_DPL_MASK | AR_S | AR_P | AR_TYPE_MASK; in force_valid_ss()