Searched refs:umip_inst (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | umip.c | 204 static int emulate_umip_insn(struct insn *insn, int umip_inst, in emulate_umip_insn() argument 218 if (umip_inst == UMIP_INST_SGDT || umip_inst == UMIP_INST_SIDT) { in emulate_umip_insn() 226 if (umip_inst == UMIP_INST_SGDT) in emulate_umip_insn() 247 } else if (umip_inst == UMIP_INST_SMSW) { in emulate_umip_insn() 320 int not_copied, nr_copied, reg_offset, dummy_data_size, umip_inst; in fixup_umip_exception() local 379 umip_inst = identify_insn(&insn); in fixup_umip_exception() 380 if (umip_inst < 0) in fixup_umip_exception() 384 umip_insns[umip_inst]); in fixup_umip_exception() 387 if (umip_inst == UMIP_INST_STR || umip_inst == UMIP_INST_SLDT) in fixup_umip_exception() 392 if (emulate_umip_insn(&insn, umip_inst, dummy_data, &dummy_data_size, in fixup_umip_exception()
|