Home
last modified time | relevance | path

Searched refs:xstate_calculate_size (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/x86/kernel/fpu/
Dxstate.c564 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size() function
605 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()
1566 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
1570 usize = xstate_calculate_size(mask, false); in __xstate_request_perm()