Searched refs:REX_PREFIX (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/fpu/ |
D | xstate.h | 37 #define REX_PREFIX "0x48, " macro 39 #define REX_PREFIX macro
|
D | internal.h | 215 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 216 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 217 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 218 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 219 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | mpx-mini-test.c | 101 #define REX_PREFIX macro 127 #define REX_PREFIX "0x48, " macro 186 asm volatile(".byte " REX_PREFIX "0x0f,0xae,0x2f\n\t" in xrstor_state() 197 asm volatile(".byte " REX_PREFIX "0x0f,0xae,0x27\n\t" in xsave_state_1() 788 asm volatile(".byte " REX_PREFIX "0x0f,0xae,0x27\n\t" in xsave_state()
|