Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dpf_in.c42 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
65 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
155 CHECK_OP_TYPE(opcode, reg_wop, REG_WRITE); in get_ins_type()
424 for (i = 0; i < ARRAY_SIZE(reg_wop); i++) in get_ins_reg_val()
425 if (reg_wop[i] == opcode) in get_ins_reg_val()