Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dxsave.c18 u64 pcntxt_mask; variable
59 if ((xstate_bv & pcntxt_mask) == pcntxt_mask) in __sanitize_i387_state()
81 xstate_bv = (pcntxt_mask & ~xstate_bv) >> 2; in __sanitize_i387_state()
257 mask = pcntxt_mask & ~mask; in restore_user_xstate()
269 xrstor_state(init_xstate_buf, pcntxt_mask & ~XSTATE_FPSSE); in restore_user_xstate()
336 fx_sw_reserved.xstate_bv = pcntxt_mask; in prepare_fx_sw_frame()
355 xsetbv(XCR_XFEATURE_ENABLED_MASK, pcntxt_mask); in xstate_enable()
366 xstate_features = fls64(pcntxt_mask); in setup_xstate_features()
424 pcntxt_mask = eax + ((u64)edx << 32); in xstate_enable_boot_cpu()
426 if ((pcntxt_mask & XSTATE_FPSSE) != XSTATE_FPSSE) { in xstate_enable_boot_cpu()
[all …]
Di387.c376 xsave_hdr->xstate_bv &= pcntxt_mask; in xstateregs_set()
740 xsave_hdr->xstate_bv &= pcntxt_mask; in restore_i387_xsave()
750 mask = ~(pcntxt_mask & ~mask); in restore_i387_xsave()
/arch/x86/include/asm/
Dxsave.h35 extern u64 pcntxt_mask;
/arch/x86/power/
Dcpu.c224 xsetbv(XCR_XFEATURE_ENABLED_MASK, pcntxt_mask); in __restore_processor_state()