Lines Matching full:obtain
78 * get_seg_reg_override_idx() - obtain segment register override index
230 * resolve_seg_reg() - obtain segment register index
253 * operand indicated by @regoff. If allowed, obtain such overridden segment
325 * get_segment_selector() - obtain segment selector
329 * Obtain the segment selector from any of the CS, SS, DS, ES, FS, GS segment
534 * get_reg_offset_16() - Obtain offset of register indicated by instruction
540 * Obtain the offset, in pt_regs, of the registers indicated by the ModRM byte
608 * get_desc() - Obtain contents of a segment descriptor
612 * Given a segment selector, obtain a pointer to the segment descriptor.
650 * multiplied by 8 to obtain the memory offset of the desired descriptor in get_desc()
665 * insn_get_seg_base() - Obtain base address of segment descriptor.
669 * Obtain the base address of the segment as indicated by the segment descriptor
732 * get_seg_limit() - Obtain the limit of a segment descriptor
736 * Obtain the limit of the segment as indicated by the segment descriptor
781 * insn_get_code_seg_params() - Obtain code segment parameters
784 * Obtain address and operand sizes of the code segment. It is obtained from the
844 * insn_get_modrm_rm_off() - Obtain register in r/m part of the ModRM byte
861 * insn_get_modrm_reg_off() - Obtain register in reg part of the ModRM byte
876 * insn_get_modrm_reg_ptr() - Obtain register pointer based on ModRM byte
896 * get_seg_base_limit() - obtain base address and limit of a segment
903 * Obtain the base address and limit of the segment associated with the operand
944 * get_eff_addr_reg() - Obtain effective address from register operand
950 * Obtain the effective address stored in the register operand as indicated by
994 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM
1000 * Obtain the effective address referenced by the ModRM byte of @insn. After
1061 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM
1067 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn.
1119 * registers to obtain the segment selector. The second operand in get_eff_addr_modrm_16()
1121 * will be used to obtain the segment selector. in get_eff_addr_modrm_16()
1129 * get_eff_addr_sib() - Obtain referenced effective address via SIB
1135 * Obtain the effective address referenced by the SIB byte of @insn. After
1218 * get_addr_ref_16() - Obtain the 16-bit address referred by instruction
1222 * This function is to be used with 16-bit address encodings. Obtain the memory
1283 * get_addr_ref_32() - Obtain a 32-bit linear address
1287 * This function is to be used with 32-bit address encodings to obtain the
1372 * get_addr_ref_64() - Obtain a 64-bit linear address
1376 * This function is to be used with 64-bit address encodings to obtain the
1431 * insn_get_addr_ref() - Obtain the linear address referred by instruction
1435 * Obtain the linear address referred by the instruction's ModRM, SIB and