Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dxstate.c589 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size() function
637 size = xstate_calculate_size(fpu_kernel_cfg.max_features, compacted); in paranoid_xstate_size_valid()
737 xstate_calculate_size(fpu_kernel_cfg.default_features, compacted); in init_xstate_size()
747 xstate_calculate_size(fpu_user_cfg.default_features, false); in init_xstate_size()
750 xstate_calculate_size(guest_default_cfg.features, compacted); in init_xstate_size()
1693 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
1699 usize = xstate_calculate_size(mask & XFEATURE_MASK_USER_SUPPORTED, false); in __xstate_request_perm()