Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h77 #define __CASE(insn) \ in text_opcode_size() macro
81 __CASE(INT3); in text_opcode_size()
82 __CASE(RET); in text_opcode_size()
83 __CASE(CALL); in text_opcode_size()
84 __CASE(JMP32); in text_opcode_size()
85 __CASE(JMP8); in text_opcode_size()
88 #undef __CASE in text_opcode_size()