Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dumip.c216 static int emulate_umip_insn(struct insn *insn, int umip_inst, in emulate_umip_insn() argument
230 if (umip_inst == UMIP_INST_SGDT || umip_inst == UMIP_INST_SIDT) { in emulate_umip_insn()
238 if (umip_inst == UMIP_INST_SGDT) in emulate_umip_insn()
259 } else if (umip_inst == UMIP_INST_SMSW || umip_inst == UMIP_INST_SLDT || in emulate_umip_insn()
260 umip_inst == UMIP_INST_STR) { in emulate_umip_insn()
263 if (umip_inst == UMIP_INST_SMSW) { in emulate_umip_insn()
265 } else if (umip_inst == UMIP_INST_STR) { in emulate_umip_insn()
267 } else if (umip_inst == UMIP_INST_SLDT) { in emulate_umip_insn()
349 int nr_copied, reg_offset, dummy_data_size, umip_inst; in fixup_umip_exception() local
371 umip_inst = identify_insn(&insn); in fixup_umip_exception()
[all …]