Searched refs:compacted (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/kernel/fpu/ |
| A D | xstate.c | 645 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size() argument 661 if (!compacted) in xstate_calculate_size() 683 bool compacted = cpu_feature_enabled(X86_FEATURE_XSAVES); in paranoid_xstate_size_valid() local 694 if (!compacted && xfeature_is_supervisor(i)) { in paranoid_xstate_size_valid() 699 size = xstate_calculate_size(fpu_kernel_cfg.max_features, compacted); in paranoid_xstate_size_valid() 786 bool compacted = cpu_feature_enabled(X86_FEATURE_XSAVES); in init_xstate_size() local 798 if (compacted) in init_xstate_size() 804 xstate_calculate_size(fpu_kernel_cfg.default_features, compacted); in init_xstate_size() 1606 bool compacted = cpu_feature_enabled(X86_FEATURE_XSAVES); in __xstate_request_perm() local 1618 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
|
| /linux/arch/m68k/fpsp040/ |
| A D | ssinh.S | 80 movel %d0,%a1 | save a copy of original (compacted) operand
|
| /linux/Documentation/filesystems/ |
| A D | erofs.rst | 167 1 fixed-sized output data compression (with non-compacted indexes); 169 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/arch/x86/kvm/ |
| A D | cpuid.c | 35 static u32 xstate_required_size(u64 xstate_bv, bool compacted) in xstate_required_size() argument 45 offset = compacted ? ret : ebx; in xstate_required_size()
|
| /linux/Documentation/ABI/stable/ |
| A D | sysfs-devices-node | 85 will be compacted. When it completes, memory will be freed
|
| /linux/tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 256 0xD, 1, EAX, 1, xsavec, XSAVEC and compacted form supported
|
| /linux/Documentation/admin-guide/mm/ |
| A D | transhuge.rst | 397 is incremented if the system compacted memory and
|
| /linux/Documentation/admin-guide/sysctl/ |
| A D | vm.rst | 112 all zones are compacted such that free memory is available in contiguous
|
| /linux/arch/m68k/ifpsp060/src/ |
| A D | fplsp.S | 7731 mov.l %d1,%a1 # save (compacted) operand
|
| /linux/Documentation/admin-guide/ |
| A D | kernel-parameters.txt | 3442 restoring x86 extended register state in compacted
|
Completed in 40 milliseconds