Searched refs:compacted (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/kernel/fpu/ |
| A D | xstate.c | 589 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size() argument 597 if (compacted) { in xstate_calculate_size() 620 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in paranoid_xstate_size_valid() local 637 size = xstate_calculate_size(fpu_kernel_cfg.max_features, compacted); in paranoid_xstate_size_valid() 718 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in init_xstate_size() local 731 if (compacted) in init_xstate_size() 737 xstate_calculate_size(fpu_kernel_cfg.default_features, compacted); in init_xstate_size() 750 xstate_calculate_size(guest_default_cfg.features, compacted); in init_xstate_size() 1675 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in __xstate_request_perm() local 1693 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
|
| /arch/x86/boot/startup/ |
| A D | sev-shared.c | 415 static u32 __head snp_cpuid_calc_xsave_size(u64 xfeatures_en, bool compacted) in snp_cpuid_calc_xsave_size() argument 434 if (compacted) in snp_cpuid_calc_xsave_size() 526 bool compacted = false; in snp_cpuid_postprocess() local 557 compacted = true; in snp_cpuid_postprocess() 560 xsave_size = snp_cpuid_calc_xsave_size(xcr0 | xss, compacted); in snp_cpuid_postprocess()
|
| /arch/m68k/fpsp040/ |
| A D | ssinh.S | 80 movel %d0,%a1 | save a copy of original (compacted) operand
|
| /arch/x86/kvm/ |
| A D | cpuid.h | 58 u32 xstate_required_size(u64 xstate_bv, bool compacted);
|
| A D | cpuid.c | 59 u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size() argument 73 if (compacted) in xstate_required_size()
|
| /arch/m68k/ifpsp060/src/ |
| A D | fplsp.S | 7731 mov.l %d1,%a1 # save (compacted) operand
|
Completed in 29 milliseconds