Home
last modified time | relevance | path

Searched refs:compacted (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/arch/x86/kernel/fpu/
A Dxstate.c563 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size() argument
571 if (compacted) in xstate_calculate_size()
587 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in paranoid_xstate_size_valid() local
604 size = xstate_calculate_size(fpu_kernel_cfg.max_features, compacted); in paranoid_xstate_size_valid()
685 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in init_xstate_size() local
698 if (compacted) in init_xstate_size()
704 xstate_calculate_size(fpu_kernel_cfg.default_features, compacted); in init_xstate_size()
1592 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in __xstate_request_perm() local
1608 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
/linux-6.3-rc2/arch/x86/kernel/
A Dsev-shared.c316 static u32 snp_cpuid_calc_xsave_size(u64 xfeatures_en, bool compacted) in snp_cpuid_calc_xsave_size() argument
335 if (compacted) in snp_cpuid_calc_xsave_size()
425 bool compacted = false; in snp_cpuid_postprocess() local
456 compacted = true; in snp_cpuid_postprocess()
459 xsave_size = snp_cpuid_calc_xsave_size(xcr0 | xss, compacted); in snp_cpuid_postprocess()
/linux-6.3-rc2/arch/x86/kvm/
A Dcpuid.h35 u32 xstate_required_size(u64 xstate_bv, bool compacted);
A Dcpuid.c38 u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size() argument
49 if (compacted) in xstate_required_size()
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dssinh.S80 movel %d0,%a1 | save a copy of original (compacted) operand
/linux-6.3-rc2/Documentation/filesystems/
A Derofs.rst206 1 fixed-sized output data compression (with non-compacted indexes);
208 3 fixed-sized output data compression (with compacted indexes, v5.3+);
A Dsquashfs.rst51 directory data are highly compacted, and packed on byte boundaries. Each
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-devices-node85 will be compacted. When it completes, memory will be freed
/linux-6.3-rc2/Documentation/mm/
A Dphysical_memory.rst297 The highest zone index to be compacted by kcompactd.
/linux-6.3-rc2/tools/arch/x86/kcpuid/
A Dcpuid.csv256 0xD, 1, EAX, 1, xsavec, XSAVEC and compacted form supported
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dtranshuge.rst401 is incremented if the system compacted memory and
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dvm.rst113 all zones are compacted such that free memory is available in contiguous
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dfplsp.S7731 mov.l %d1,%a1 # save (compacted) operand
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt3697 restoring x86 extended register state in compacted

Completed in 32 milliseconds