Searched refs:REX_PREFIX (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/ |
H A D | xstate.h | 75 #define REX_PREFIX "0x48, " macro 77 #define REX_PREFIX macro 81 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 82 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 83 #define XSAVEC ".byte " REX_PREFIX "0x0f,0xc7,0x27" 84 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 85 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 86 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
H A D | xstate.h | 73 #define REX_PREFIX "0x48, " macro 75 #define REX_PREFIX macro
|
H A D | internal.h | 217 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27" 218 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" 219 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" 220 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f" 221 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"
|
Completed in 3 milliseconds