Searched refs:opidx (Results 1 – 2 of 2) sorted by relevance
1506 vm_pindex_t opidx; in vm_page_rename() local1519 opidx = m->pindex; in vm_page_rename()1522 m->pindex = opidx; in vm_page_rename()1530 m->pindex = opidx; in vm_page_rename()
1006 const unsigned char *opidx; in find_opcode_match() local1015 for (opidx = opcode->operands; *opidx; ++opidx) in find_opcode_match()1017 const struct alpha_operand *operand = &alpha_operands[*opidx]; in find_opcode_match()