Searched refs:compacted (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/arch/x86/kernel/fpu/ |
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.1.9/arch/x86/kernel/ |
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.1.9/arch/x86/kvm/ |
D | cpuid.h | 35 u32 xstate_required_size(u64 xstate_bv, bool compacted);
|
D | cpuid.c | 36 u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size() argument 47 if (compacted) in xstate_required_size()
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | ssinh.S | 80 movel %d0,%a1 | save a copy of original (compacted) operand
|
/linux-6.1.9/Documentation/filesystems/ |
D | erofs.rst | 195 1 fixed-sized output data compression (with non-compacted indexes); 197 3 fixed-sized output data compression (with compacted indexes, v5.3+);
|
D | squashfs.rst | 51 directory data are highly compacted, and packed on byte boundaries. Each
|
/linux-6.1.9/Documentation/ABI/stable/ |
D | sysfs-devices-node | 85 will be compacted. When it completes, memory will be freed
|
/linux-6.1.9/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 256 0xD, 1, EAX, 1, xsavec, XSAVEC and compacted form supported
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | transhuge.rst | 403 is incremented if the system compacted memory and
|
/linux-6.1.9/Documentation/admin-guide/sysctl/ |
D | vm.rst | 113 all zones are compacted such that free memory is available in contiguous
|
/linux-6.1.9/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 7731 mov.l %d1,%a1 # save (compacted) operand
|
/linux-6.1.9/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3686 restoring x86 extended register state in compacted
|