Searched refs:XFEATURE_MASK_LBR (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/fpu/
H A Dxstate.h75 #define XFEATURE_MASK_INDEPENDENT (XFEATURE_MASK_LBR)
H A Dtypes.h145 #define XFEATURE_MASK_LBR (1 << XFEATURE_LBR) macro
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.h67 return XFEATURE_MASK_INDEPENDENT & ~XFEATURE_MASK_LBR;
/linux-master/arch/x86/events/intel/
H A Dlbr.c413 xrstors(&task_ctx->xsave, XFEATURE_MASK_LBR);
498 xsaves(&task_ctx->xsave, XFEATURE_MASK_LBR);
996 xsaves(&xsave->xsave, XFEATURE_MASK_LBR);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h86 #define XFEATURE_MASK_LBR BIT_ULL(15) macro

Completed in 290 milliseconds