Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c560 static unsigned int xstate_calculate_size(u64 xfeatures, bool compacted) in xstate_calculate_size() function
601 size = xstate_calculate_size(fpu_kernel_cfg.max_features, compacted); in paranoid_xstate_size_valid()
701 xstate_calculate_size(fpu_kernel_cfg.default_features, compacted); in init_xstate_size()
711 xstate_calculate_size(fpu_user_cfg.default_features, false); in init_xstate_size()
1610 ksize = xstate_calculate_size(mask, compacted); in __xstate_request_perm()
1614 usize = xstate_calculate_size(mask, false); in __xstate_request_perm()