Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dpf_in.c119 #define CHECK_OP_TYPE(opcode, array, type) \ macro
139 CHECK_OP_TYPE(opcode, reg_rop, REG_READ); in get_ins_type()
140 CHECK_OP_TYPE(opcode, reg_wop, REG_WRITE); in get_ins_type()
141 CHECK_OP_TYPE(opcode, imm_wop, IMM_WRITE); in get_ins_type()
146 #undef CHECK_OP_TYPE