Home
last modified time | relevance | path

Searched refs:xstate_calculate_size (Results 1 – 1 of 1) 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() function
604 size = xstate_calculate_size(fpu_kernel_cfg.max_features, compacted); in paranoid_xstate_size_valid()
704 xstate_calculate_size(fpu_kernel_cfg.default_features, compacted); in init_xstate_size()
714 xstate_calculate_size(fpu_user_cfg.default_features, false); in init_xstate_size()
1608 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
1612 usize = xstate_calculate_size(mask, false); in __xstate_request_perm()

Completed in 6 milliseconds