• Home
  • Raw
  • Download

Lines Matching full:effective

578 	 * computing the effective address. Thus, ensure that the first  in get_reg_offset_16()
906 * get_eff_addr_reg() - Obtain effective address from register operand
909 * @regoff: Obtained operand offset, in pt_regs, with the effective address
910 * @eff_addr: Obtained effective address
912 * Obtain the effective address stored in the register operand as indicated by
914 * (i.e., ModRM.mod is 3). The effective address is saved in @eff_addr. The
922 * 0 on success. @eff_addr will have the effective address stored in the
956 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM
960 * @eff_addr: Obtained effective address
962 * Obtain the effective address referenced by the ModRM byte of @insn. After
971 * 0 on success. @eff_addr will have the referenced effective address. @regoff
997 * in 64-bit mode the effective address relative to the rIP of the in get_eff_addr_modrm()
1023 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM
1027 * @eff_addr: Obtained effective address
1029 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn.
1038 * 0 on success. @eff_addr will have the referenced effective address. @regoff
1091 * get_eff_addr_sib() - Obtain referenced effective address via SIB
1095 * @eff_addr: Obtained effective address
1097 * Obtain the effective address referenced by the SIB byte of @insn. After
1106 * 0 on success. @eff_addr will have the referenced effective address.
1226 * Before computing the linear address, make sure the effective address in get_addr_ref_16()
1299 * the effective address is within the limits of the segment. in get_addr_ref_32()
1305 * After computed, the effective address is treated as an unsigned in get_addr_ref_32()
1320 * effective address is not sign-extended when computing the linear in get_addr_ref_32()