Home
last modified time | relevance | path

Searched refs:xcomp_bv (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/trace/
Dfpu.h18 __field(u64, xcomp_bv)
26 __entry->xcomp_bv = fpu->state.xsave.header.xcomp_bv;
33 __entry->xcomp_bv
/arch/x86/include/asm/fpu/
Dtypes.h270 u64 xcomp_bv; member
/arch/x86/kernel/fpu/
Dcore.c197 xsave->header.xcomp_bv = XCOMP_BV_COMPACTED_FORMAT | xfeatures_mask_all; in fpstate_init_xstate()
Dxstate.c398 init_fpstate.xsave.header.xcomp_bv = XCOMP_BV_COMPACTED_FORMAT | in setup_init_fpu_buf()
461 if (hdr->xcomp_bv) in validate_user_xstate_header()
/arch/x86/kvm/
Dx86.c4925 xsave->header.xcomp_bv = host_xcr0 | XSTATE_COMPACTION_ENABLED; in load_xsave()
10976 vcpu->arch.guest_fpu->state.xsave.header.xcomp_bv = in fx_init()