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

/linux-master/arch/x86/kernel/fpu/
H A Dxstate.h73 #define REX_PREFIX "0x48, " macro
75 #define REX_PREFIX macro
79 #define XSAVE ".byte " REX_PREFIX "0x0f,0xae,0x27"
80 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37"
81 #define XSAVEC ".byte " REX_PREFIX "0x0f,0xc7,0x27"
82 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f"
83 #define XRSTOR ".byte " REX_PREFIX "0x0f,0xae,0x2f"
84 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f"

Completed in 279 milliseconds