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

/linux-4.4.14/arch/x86/mm/
H A Dpf_in.c438 unsigned char mod_rm = *p; get_ins_reg_val() local
439 reg = ((mod_rm >> 3) & 0x7) | (prf.rexr << 3); get_ins_reg_val()
467 unsigned char mod_rm; get_ins_imm_val() local
485 mod_rm = *p; get_ins_imm_val()
486 mod = mod_rm >> 6; get_ins_imm_val()
492 if ((mod_rm & 0x7) == 0x5) get_ins_imm_val()
508 ins_addr, mod_rm); get_ins_imm_val()

Completed in 55 milliseconds