Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dpf_in.c28 static unsigned int imm_wop[] = { 0xC6, 0xC7 }; variable
51 static unsigned int imm_wop[] = { 0xC6, 0xC7 }; variable
141 CHECK_OP_TYPE(opcode, imm_wop, IMM_WRITE); in get_ins_type()
460 for (i = 0; i < ARRAY_SIZE(imm_wop); i++) in get_ins_imm_val()
461 if (imm_wop[i] == opcode) in get_ins_imm_val()