Home
last modified time | relevance | path

Searched refs:REX_PREFIX (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/fpu/
Dxstate.h73 #define REX_PREFIX "0x48, " macro
75 #define REX_PREFIX macro
Dinternal.h208 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27"
209 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37"
210 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f"
211 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f"
212 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"