Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dxsave.c21 u64 pcntxt_mask; variable
30 static unsigned int xstate_comp_offsets[sizeof(pcntxt_mask)*8];
58 if ((xstate_bv & pcntxt_mask) == pcntxt_mask) in __sanitize_i387_state()
80 xstate_bv = (pcntxt_mask & ~xstate_bv) >> 2; in __sanitize_i387_state()
297 xsave_hdr->xstate_bv &= (pcntxt_mask & xstate_bv); in sanitize_restored_xstate()
318 u64 init_bv = pcntxt_mask & ~XSTATE_FPSSE; in restore_user_xstate()
322 u64 init_bv = pcntxt_mask & ~xbv; in restore_user_xstate()
444 fx_sw_reserved.xstate_bv = pcntxt_mask; in prepare_fx_sw_frame()
459 xsetbv(XCR_XFEATURE_ENABLED_MASK, pcntxt_mask); in xstate_enable()
470 xstate_features = fls64(pcntxt_mask); in setup_xstate_features()
[all …]
Di387.c406 xsave->xsave_hdr.xstate_bv &= pcntxt_mask; in xstateregs_set()
/linux-4.1.27/arch/x86/include/asm/
Dxsave.h48 extern u64 pcntxt_mask;
/linux-4.1.27/arch/x86/power/
Dcpu.c229 xsetbv(XCR_XFEATURE_ENABLED_MASK, pcntxt_mask); in __restore_processor_state()