Searched refs:compacted (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c143 * Non-compacted format and legacy features use the cached fixed
152 * compacted xsave area which is determined by the xcomp_bv header
220 * in the fixed offsets in the xsave area in either compacted form
560 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) argument
568 if (compacted)
584 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); local
601 size = xstate_calculate_size(fpu_kernel_cfg.max_features, compacted);
630 * are no supervisor states, but XSAVEC still uses compacted
682 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); local
688 * XSAVES kernel size includes supervisor states and uses compacted
1594 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); local
[all...]
/linux-master/arch/x86/kernel/
H A Dsev-shared.c359 static u32 snp_cpuid_calc_xsave_size(u64 xfeatures_en, bool compacted) argument
378 if (compacted)
469 bool compacted = false; local
500 compacted = true;
503 xsave_size = snp_cpuid_calc_xsave_size(xcr0 | xss, compacted);
/linux-master/arch/m68k/fpsp040/
H A Dssinh.S80 movel %d0,%a1 | save a copy of original (compacted) operand
/linux-master/arch/x86/kvm/
H A Dcpuid.h35 u32 xstate_required_size(u64 xstate_bv, bool compacted);
H A Dcpuid.c39 u32 xstate_required_size(u64 xstate_bv, bool compacted) argument
49 /* ECX[1]: 64B alignment in compacted form */
50 if (compacted)
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7731 mov.l %d1,%a1 # save (compacted) operand

Completed in 165 milliseconds