Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dpf_in.c422 unsigned char mod_rm = *p; in get_ins_reg_val() local
423 reg = ((mod_rm >> 3) & 0x7) | (prf.rexr << 3); in get_ins_reg_val()
451 unsigned char mod_rm; in get_ins_imm_val() local
469 mod_rm = *p; in get_ins_imm_val()
470 mod = mod_rm >> 6; in get_ins_imm_val()
476 if ((mod_rm & 0x7) == 0x5) in get_ins_imm_val()
492 ins_addr, mod_rm); in get_ins_imm_val()