Searched refs:CHECK_OP_TYPE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pf_in.c | 119 #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 macro
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pf_in.c | 119 #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 macro
|
Completed in 3 milliseconds