Home
last modified time | relevance | path

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

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