Searched refs:compacted (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/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() 1614 bool compacted = cpu_feature_enabled(X86_FEATURE_XCOMPACTED); in __xstate_request_perm() local 1630 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
|
/linux-6.12.1/arch/x86/coco/sev/ |
D | shared.c | 501 static u32 snp_cpuid_calc_xsave_size(u64 xfeatures_en, bool compacted) in snp_cpuid_calc_xsave_size() argument 520 if (compacted) in snp_cpuid_calc_xsave_size() 611 bool compacted = false; in snp_cpuid_postprocess() local 642 compacted = true; in snp_cpuid_postprocess() 645 xsave_size = snp_cpuid_calc_xsave_size(xcr0 | xss, compacted); in snp_cpuid_postprocess()
|
/linux-6.12.1/arch/x86/kvm/ |
D | cpuid.h | 35 u32 xstate_required_size(u64 xstate_bv, bool compacted);
|
D | cpuid.c | 39 u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size() argument 50 if (compacted) in xstate_required_size()
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | ssinh.S | 80 movel %d0,%a1 | save a copy of original (compacted) operand
|
/linux-6.12.1/Documentation/filesystems/ |
D | erofs.rst | 212 1 fixed-sized output data compression (with non-compacted indexes); 214 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.12.1/Documentation/ABI/stable/ |
D | sysfs-devices-node | 85 will be compacted. When it completes, memory will be freed
|
/linux-6.12.1/Documentation/mm/ |
D | physical_memory.rst | 316 The highest zone index to be compacted by kcompactd.
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 592 is incremented if the system compacted memory and
|
/linux-6.12.1/Documentation/admin-guide/sysctl/ |
D | vm.rst | 115 all zones are compacted such that free memory is available in contiguous
|
/linux-6.12.1/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 372 …0xd, 63:2, ecx, 1, compacted_xsave_64byte_aligned, When compacted, subleaf-N featur…
|
/linux-6.12.1/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 7731 mov.l %d1,%a1 # save (compacted) operand
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4150 restoring x86 extended register state in compacted
|