Lines Matching full:obtain
56 * get_seg_reg_override_idx() - obtain segment register override index
205 * resolve_seg_reg() - obtain segment register index
228 * operand indicated by @regoff. If allowed, obtain such overridden segment
300 * get_segment_selector() - obtain segment selector
304 * Obtain the segment selector from any of the CS, SS, DS, ES, FS, GS segment
484 * get_reg_offset_16() - Obtain offset of register indicated by instruction
490 * Obtain the offset, in pt_regs, of the registers indicated by the ModRM byte
558 * get_desc() - Obtain contents of a segment descriptor
562 * Given a segment selector, obtain a pointer to the segment descriptor.
600 * multiplied by 8 to obtain the memory offset of the desired descriptor in get_desc()
615 * insn_get_seg_base() - Obtain base address of segment descriptor.
619 * Obtain the base address of the segment as indicated by the segment descriptor
678 * get_seg_limit() - Obtain the limit of a segment descriptor
682 * Obtain the limit of the segment as indicated by the segment descriptor
727 * insn_get_code_seg_params() - Obtain code segment parameters
730 * Obtain address and operand sizes of the code segment. It is obtained from the
790 * insn_get_modrm_rm_off() - Obtain register in r/m part of the ModRM byte
807 * get_seg_base_limit() - obtain base address and limit of a segment
814 * Obtain the base address and limit of the segment associated with the operand
855 * get_eff_addr_reg() - Obtain effective address from register operand
861 * Obtain the effective address stored in the register operand as indicated by
904 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM
910 * Obtain the effective address referenced by the ModRM byte of @insn. After
971 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM
977 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn.
1029 * registers to obtain the segment selector. The second operand in get_eff_addr_modrm_16()
1031 * will be used to obtain the segment selector. in get_eff_addr_modrm_16()
1039 * get_eff_addr_sib() - Obtain referenced effective address via SIB
1045 * Obtain the effective address referenced by the SIB byte of @insn. After
1123 * get_addr_ref_16() - Obtain the 16-bit address referred by instruction
1127 * This function is to be used with 16-bit address encodings. Obtain the memory
1188 * get_addr_ref_32() - Obtain a 32-bit linear address
1192 * This function is to be used with 32-bit address encodings to obtain the
1277 * get_addr_ref_64() - Obtain a 64-bit linear address
1281 * This function is to be used with 64-bit address encodings to obtain the
1336 * insn_get_addr_ref() - Obtain the linear address referred by instruction
1340 * Obtain the linear address referred by the instruction's ModRM, SIB and