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
Dinternal.h96 xsave->header.xcomp_bv = XCOMP_BV_COMPACTED_FORMAT | xfeatures_mask_all; in fpstate_init_xstate()
/arch/x86/kernel/fpu/
Dxstate.c483 init_fpstate.xsave.header.xcomp_bv = XCOMP_BV_COMPACTED_FORMAT | in setup_init_fpu_buf()
560 if (hdr->xcomp_bv) in validate_user_xstate_header()
1328 header->xcomp_bv |= xfeatures_mask_all; in copy_supervisor_to_kernel()
/arch/x86/kvm/
Dx86.c4614 xsave->header.xcomp_bv = host_xcr0 | XSTATE_COMPACTION_ENABLED; in load_xsave()
10173 vcpu->arch.guest_fpu->state.xsave.header.xcomp_bv = in fx_init()