Lines Matching full:obtain
80 * get_seg_reg_override_idx() - obtain segment register override index
232 * resolve_seg_reg() - obtain segment register index
255 * operand indicated by @regoff. If allowed, obtain such overridden segment
327 * get_segment_selector() - obtain segment selector
331 * Obtain the segment selector from any of the CS, SS, DS, ES, FS, GS segment
516 * get_reg_offset_16() - Obtain offset of register indicated by instruction
522 * Obtain the offset, in pt_regs, of the registers indicated by the ModRM byte
590 * get_desc() - Obtain contents of a segment descriptor
594 * Given a segment selector, obtain a pointer to the segment descriptor.
632 * multiplied by 8 to obtain the memory offset of the desired descriptor in get_desc()
647 * insn_get_seg_base() - Obtain base address of segment descriptor.
651 * Obtain the base address of the segment as indicated by the segment descriptor
714 * get_seg_limit() - Obtain the limit of a segment descriptor
718 * Obtain the limit of the segment as indicated by the segment descriptor
763 * insn_get_code_seg_params() - Obtain code segment parameters
766 * Obtain address and operand sizes of the code segment. It is obtained from the
826 * insn_get_modrm_rm_off() - Obtain register in r/m part of the ModRM byte
843 * insn_get_modrm_reg_off() - Obtain register in reg part of the ModRM byte
858 * get_seg_base_limit() - obtain base address and limit of a segment
865 * Obtain the base address and limit of the segment associated with the operand
906 * get_eff_addr_reg() - Obtain effective address from register operand
912 * Obtain the effective address stored in the register operand as indicated by
955 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM
961 * Obtain the effective address referenced by the ModRM byte of @insn. After
1022 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM
1028 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn.
1080 * registers to obtain the segment selector. The second operand in get_eff_addr_modrm_16()
1082 * will be used to obtain the segment selector. in get_eff_addr_modrm_16()
1090 * get_eff_addr_sib() - Obtain referenced effective address via SIB
1096 * Obtain the effective address referenced by the SIB byte of @insn. After
1174 * get_addr_ref_16() - Obtain the 16-bit address referred by instruction
1178 * This function is to be used with 16-bit address encodings. Obtain the memory
1239 * get_addr_ref_32() - Obtain a 32-bit linear address
1243 * This function is to be used with 32-bit address encodings to obtain the
1328 * get_addr_ref_64() - Obtain a 64-bit linear address
1332 * This function is to be used with 64-bit address encodings to obtain the
1387 * insn_get_addr_ref() - Obtain the linear address referred by instruction
1391 * Obtain the linear address referred by the instruction's ModRM, SIB and