Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dumip.c219 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() local
360 umip_inst = identify_insn(&insn); in fixup_umip_exception()
361 if (umip_inst < 0) in fixup_umip_exception()
[all …]