Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h402 #define FPU_GUEST_PERM_LOCKED BIT_ULL(63) macro
/openbmc/linux/arch/x86/kernel/fpu/
H A Dcore.c211 WRITE_ONCE(fpuperm->__state_perm, perm | FPU_GUEST_PERM_LOCKED); in fpu_init_guest_permissions()
215 gfpu->perm = perm & ~FPU_GUEST_PERM_LOCKED; in fpu_init_guest_permissions()
H A Dxstate.c1668 if (guest && (permitted & FPU_GUEST_PERM_LOCKED)) in xstate_request_perm()