Searched refs:REX_PREFIX (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kernel/fpu/ |
D | xstate.h | 74 #define REX_PREFIX "0x48, " macro 76 #define REX_PREFIX macro 80 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 81 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 82 #define XSAVEC ".byte " REX_PREFIX "0x0f,0xc7,0x27" 83 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 84 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 85 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|