Searched refs:compacted (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/fpu/ |
A D | xstate.c | 563 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 D | sev-shared.c | 316 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 D | cpuid.h | 35 u32 xstate_required_size(u64 xstate_bv, bool compacted);
|
A D | cpuid.c | 38 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 D | ssinh.S | 80 movel %d0,%a1 | save a copy of original (compacted) operand
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | erofs.rst | 206 1 fixed-sized output data compression (with non-compacted indexes); 208 3 fixed-sized output data compression (with compacted indexes, v5.3+);
|
A D | squashfs.rst | 51 directory data are highly compacted, and packed on byte boundaries. Each
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-devices-node | 85 will be compacted. When it completes, memory will be freed
|
/linux-6.3-rc2/Documentation/mm/ |
A D | physical_memory.rst | 297 The highest zone index to be compacted by kcompactd.
|
/linux-6.3-rc2/tools/arch/x86/kcpuid/ |
A D | cpuid.csv | 256 0xD, 1, EAX, 1, xsavec, XSAVEC and compacted form supported
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | transhuge.rst | 401 is incremented if the system compacted memory and
|
/linux-6.3-rc2/Documentation/admin-guide/sysctl/ |
A D | vm.rst | 113 all zones are compacted such that free memory is available in contiguous
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
A D | fplsp.S | 7731 mov.l %d1,%a1 # save (compacted) operand
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 3697 restoring x86 extended register state in compacted
|
Completed in 32 milliseconds