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

/arch/x86/mm/
H A Dpf_in.c43 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
66 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
156 CHECK_OP_TYPE(opcode, reg_wop, REG_WRITE);
425 for (i = 0; i < ARRAY_SIZE(reg_wop); i++)
426 if (reg_wop[i] == opcode)

Completed in 24 milliseconds