Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpf_in.c44 static unsigned int imm_wop[] = { 0xC6, 0xC7 }; variable
67 static unsigned int imm_wop[] = { 0xC6, 0xC7 }; variable
157 CHECK_OP_TYPE(opcode, imm_wop, IMM_WRITE); in get_ins_type()
476 for (i = 0; i < ARRAY_SIZE(imm_wop); i++) in get_ins_imm_val()
477 if (imm_wop[i] == opcode) in get_ins_imm_val()