Home
last modified time | relevance | path

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

/xen/xen/arch/x86/pv/
A Demul-gate-op.c186 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()
/xen/xen/include/asm-x86/
A Dprocessor.h34 #define TRAP_no_segment 11 macro
/xen/xen/arch/x86/
A Dtraps.c150 [TRAP_no_segment] = do_trap,
2078 set_intr_gate(TRAP_no_segment,&segment_not_present); in init_idt_traps()
/xen/xen/arch/x86/x86_64/
A Dentry.S812 movl $TRAP_no_segment,4(%rsp)
/xen/xen/arch/x86/hvm/
A Dhvm.c261 (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()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c1280 fault = TRAP_no_segment; in svm_emul_swint_injection()

Completed in 114 milliseconds