Home
last modified time | relevance | path

Searched refs:_ASM_BYTES (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dgsseg.h18 #define LKGS_DI _ASM_BYTES(0xf2,0x0f,0x00,0xf7)
H A Dspecial_insns.h117 #define ASM_WBNOINVD _ASM_BYTES(0xf3,0x0f,0x09)
H A Dbug.h22 #define ASM_UDB _ASM_BYTES(0xd6)
H A Dasm.h20 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;) macro
/linux/tools/arch/x86/include/asm/
H A Dasm.h16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;) macro