Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/fpu/
H A Dtypes.h423 #define FPU_GUEST_PERM_LOCKED BIT_ULL(63) macro
/linux/arch/x86/kernel/fpu/
H A Dcore.c237 WRITE_ONCE(fpuperm->__state_perm, perm | FPU_GUEST_PERM_LOCKED); in fpu_lock_guest_permissions()