Lines Matching full:effective
596 * computing the effective address. Thus, ensure that the first in get_reg_offset_16()
944 * get_eff_addr_reg() - Obtain effective address from register operand
947 * @regoff: Obtained operand offset, in pt_regs, with the effective address
948 * @eff_addr: Obtained effective address
950 * Obtain the effective address stored in the register operand as indicated by
952 * (i.e., ModRM.mod is 3). The effective address is saved in @eff_addr. The
960 * 0 on success. @eff_addr will have the effective address stored in the
994 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM
998 * @eff_addr: Obtained effective address
1000 * Obtain the effective address referenced by the ModRM byte of @insn. After
1009 * 0 on success. @eff_addr will have the referenced effective address. @regoff
1035 * in 64-bit mode the effective address relative to the rIP of the in get_eff_addr_modrm()
1061 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM
1065 * @eff_addr: Obtained effective address
1067 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn.
1076 * 0 on success. @eff_addr will have the referenced effective address. @regoff
1129 * get_eff_addr_sib() - Obtain referenced effective address via SIB
1133 * @eff_addr: Obtained effective address
1135 * Obtain the effective address referenced by the SIB byte of @insn. After
1144 * 0 on success. @eff_addr will have the referenced effective address.
1264 * Before computing the linear address, make sure the effective address in get_addr_ref_16()
1337 * the effective address is within the limits of the segment. in get_addr_ref_32()
1343 * After computed, the effective address is treated as an unsigned in get_addr_ref_32()
1358 * effective address is not sign-extended when computing the linear in get_addr_ref_32()