Searched refs:umip_inst (Results 1 – 1 of 1) sorted by relevance
205 static int emulate_umip_insn(struct insn *insn, int umip_inst, in emulate_umip_insn() argument219 if (umip_inst == UMIP_INST_SGDT || umip_inst == UMIP_INST_SIDT) { in emulate_umip_insn()227 if (umip_inst == UMIP_INST_SGDT) in emulate_umip_insn()248 } else if (umip_inst == UMIP_INST_SMSW || umip_inst == UMIP_INST_SLDT || in emulate_umip_insn()249 umip_inst == UMIP_INST_STR) { in emulate_umip_insn()252 if (umip_inst == UMIP_INST_SMSW) { in emulate_umip_insn()254 } else if (umip_inst == UMIP_INST_STR) { in emulate_umip_insn()256 } else if (umip_inst == UMIP_INST_SLDT) { in emulate_umip_insn()338 int nr_copied, reg_offset, dummy_data_size, umip_inst; in fixup_umip_exception() local360 umip_inst = identify_insn(&insn); in fixup_umip_exception()[all …]