Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dpf_in.c43 static unsigned int imm_wop[] = { 0xC6, 0xC7 }; variable
66 static unsigned int imm_wop[] = { 0xC6, 0xC7 }; variable
156 CHECK_OP_TYPE(opcode, imm_wop, IMM_WRITE); in get_ins_type()
475 for (i = 0; i < ARRAY_SIZE(imm_wop); i++) in get_ins_imm_val()
476 if (imm_wop[i] == opcode) in get_ins_imm_val()