Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dtext-patching.h67 #define __CASE(insn) \ in text_opcode_size() macro
71 __CASE(INT3); in text_opcode_size()
72 __CASE(RET); in text_opcode_size()
73 __CASE(CALL); in text_opcode_size()
74 __CASE(JMP32); in text_opcode_size()
75 __CASE(JMP8); in text_opcode_size()
78 #undef __CASE in text_opcode_size()