Searched refs:TRAP_no_segment (Results 1 – 6 of 6) sorted by relevance
186 pv_inject_hw_exception(TRAP_no_segment, regs->error_code); in pv_emulate_gate_op()280 pv_inject_hw_exception(TRAP_no_segment, sel); in pv_emulate_gate_op()
34 #define TRAP_no_segment 11 macro
150 [TRAP_no_segment] = do_trap,2078 set_intr_gate(TRAP_no_segment,&segment_not_present); in init_idt_traps()
812 movl $TRAP_no_segment,4(%rsp)
261 (1 << TRAP_no_segment) | in hvm_combine_hw_exceptions()2885 fault_type = (seg != x86_seg_ss) ? TRAP_no_segment in task_switch_load_seg()3019 hvm_inject_hw_exception(TRAP_no_segment, tss_sel & 0xfff8); in hvm_task_switch()
1280 fault = TRAP_no_segment; in svm_emul_swint_injection()
Completed in 114 milliseconds