Home
last modified time | relevance | path

Searched refs:last_pfx (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/lib/
Dinat.c32 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, insn_byte_t last_pfx, in inat_get_escape_attribute() argument
40 if (last_pfx) { in inat_get_escape_attribute()
41 lpfx_attr = inat_get_opcode_attribute(last_pfx); in inat_get_escape_attribute()
55 insn_attr_t inat_get_group_attribute(insn_byte_t modrm, insn_byte_t last_pfx, in inat_get_group_attribute() argument
63 if (last_pfx) { in inat_get_group_attribute()
64 lpfx_attr = inat_get_opcode_attribute(last_pfx); in inat_get_group_attribute()
/linux-2.6.39/arch/x86/include/asm/
Dinat.h101 insn_byte_t last_pfx,
104 insn_byte_t last_pfx,