Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpf_in.c40 static unsigned int reg_rop[] = { variable
63 static unsigned int reg_rop[] = { variable
155 CHECK_OP_TYPE(opcode, reg_rop, REG_READ); in get_ins_type()
421 for (i = 0; i < ARRAY_SIZE(reg_rop); i++) in get_ins_reg_val()
422 if (reg_rop[i] == opcode) in get_ins_reg_val()