Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dpf_in.c24 static unsigned int reg_rop[] = { variable
47 static unsigned int reg_rop[] = { variable
139 CHECK_OP_TYPE(opcode, reg_rop, REG_READ); in get_ins_type()
405 for (i = 0; i < ARRAY_SIZE(reg_rop); i++) in get_ins_reg_val()
406 if (reg_rop[i] == opcode) in get_ins_reg_val()