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
512 * get_reg_offset_16() - Obtain offset of register indicated by instruction
518 * Obtain the offset, in pt_regs, of the registers indicated by the ModRM byte
586 * get_desc() - Obtain contents of a segment descriptor
590 * Given a segment selector, obtain a pointer to the segment descriptor.
628 * multiplied by 8 to obtain the memory offset of the desired descriptor in get_desc()
643 * insn_get_seg_base() - Obtain base address of segment descriptor.
647 * Obtain the base address of the segment as indicated by the segment descriptor
710 * get_seg_limit() - Obtain the limit of a segment descriptor
714 * Obtain the limit of the segment as indicated by the segment descriptor
759 * insn_get_code_seg_params() - Obtain code segment parameters
762 * Obtain address and operand sizes of the code segment. It is obtained from the
822 * insn_get_modrm_rm_off() - Obtain register in r/m part of the ModRM byte
839 * insn_get_modrm_reg_off() - Obtain register in reg part of the ModRM byte
854 * get_seg_base_limit() - obtain base address and limit of a segment
861 * Obtain the base address and limit of the segment associated with the operand
902 * get_eff_addr_reg() - Obtain effective address from register operand
908 * Obtain the effective address stored in the register operand as indicated by
952 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM
958 * Obtain the effective address referenced by the ModRM byte of @insn. After
1019 * get_eff_addr_modrm_16() - Obtain referenced effective address via ModRM
1025 * Obtain the 16-bit effective address referenced by the ModRM byte of @insn.
1077 * registers to obtain the segment selector. The second operand in get_eff_addr_modrm_16()
1079 * will be used to obtain the segment selector. in get_eff_addr_modrm_16()
1087 * get_eff_addr_sib() - Obtain referenced effective address via SIB
1093 * Obtain the effective address referenced by the SIB byte of @insn. After
1176 * get_addr_ref_16() - Obtain the 16-bit address referred by instruction
1180 * This function is to be used with 16-bit address encodings. Obtain the memory
1241 * get_addr_ref_32() - Obtain a 32-bit linear address
1245 * This function is to be used with 32-bit address encodings to obtain the
1330 * get_addr_ref_64() - Obtain a 64-bit linear address
1334 * This function is to be used with 64-bit address encodings to obtain the
1389 * insn_get_addr_ref() - Obtain the linear address referred by instruction
1393 * Obtain the linear address referred by the instruction's ModRM, SIB and