Searched refs:REX_PREFIX (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/fpu/ |
| D | xstate.h | 39 #define REX_PREFIX "0x48, " macro 41 #define REX_PREFIX macro
|
| D | internal.h | 207 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 208 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 209 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 210 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 211 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|