Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dpf_in.c27 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
50 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
140 CHECK_OP_TYPE(opcode, reg_wop, REG_WRITE); in get_ins_type()
409 for (i = 0; i < ARRAY_SIZE(reg_wop); i++) in get_ins_reg_val()
410 if (reg_wop[i] == opcode) in get_ins_reg_val()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dpf_in.c27 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
50 static unsigned int reg_wop[] = { 0x88, 0x89, 0xAA, 0xAB }; variable
140 CHECK_OP_TYPE(opcode, reg_wop, REG_WRITE); in get_ins_type()
409 for (i = 0; i < ARRAY_SIZE(reg_wop); i++) in get_ins_reg_val()
410 if (reg_wop[i] == opcode) in get_ins_reg_val()

Completed in 2 milliseconds