Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A DKconfig209 …l "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a St…
217 fault as the result of a Stage 1 fault for load crossing a
219 alignment fault at Stage 1 and a translation fault at Stage 2.
222 doesn't generate a fault before handling the Stage 2 fault.
A Dtraps.c2194 const char *fault = (is_data) ? "Data Abort" : "Instruction Abort"; in do_trap_hyp_sync() local
2196 printk("%s Trap. Syndrome=%#x\n", fault, hsr.iss); in do_trap_hyp_sync()
2206 do_unexpected_trap(fault, regs); in do_trap_hyp_sync()
/xen/xen/arch/x86/pv/
A DMakefile13 obj-y += ro-page-fault.o
/xen/docs/
A DREADME.remus1 Remus provides fault tolerance for virtual machines by sending continuous
A Dconfigure2543 # suppresses any "Segmentation fault" message there. '((' could
/xen/xen/drivers/passthrough/
A Dpci.c967 pdev->fault.count = 0; in deassign_device()
1098 if ( now < pdev->fault.time || in pci_check_disable_device()
1099 now - pdev->fault.time > MILLISECS(10) ) in pci_check_disable_device()
1100 pdev->fault.count >>= 1; in pci_check_disable_device()
1101 pdev->fault.time = now; in pci_check_disable_device()
1102 if ( ++pdev->fault.count < PT_FAULT_THRESHOLD ) in pci_check_disable_device()
1538 pdev->fault.count = 0; in assign_device()
/xen/xen/arch/x86/hvm/
A Dhvm.c2809 goto fault; in task_switch_load_seg()
2818 goto fault; in task_switch_load_seg()
2825 goto fault; in task_switch_load_seg()
2829 goto fault; in task_switch_load_seg()
2833 goto fault; in task_switch_load_seg()
2840 goto fault; in task_switch_load_seg()
2850 goto fault; in task_switch_load_seg()
2853 goto fault; in task_switch_load_seg()
2858 goto fault; in task_switch_load_seg()
2887 goto fault; in task_switch_load_seg()
[all …]
/xen/xen/include/xen/
A Dpci.h130 } fault; member
/xen/xen/arch/x86/
A Dtraps.c500 bool fault = false; in show_trace() local
510 : [tos] "+r" (tos), [fault] "+qm" (fault) : [data] "m" (*sp) ); in show_trace()
520 if ( fault ) in show_trace()
/xen/docs/features/
A Dfeature-levelling.pandoc57 fault, complicating the task of hiding hardware features from guests.
109 cause `CPUID` instruction executed in PV guests to fault. This allows Xen
/xen/xen/common/
A Dgrant_table.c1621 goto fault; in gnttab_unmap_grant_ref()
1625 goto fault; in gnttab_unmap_grant_ref()
1643 fault: in gnttab_unmap_grant_ref()
1686 goto fault; in gnttab_unmap_and_replace()
1690 goto fault; in gnttab_unmap_and_replace()
1708 fault: in gnttab_unmap_and_replace()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c1198 unsigned int fault = TRAP_gp_fault, ec = 0; in svm_emul_swint_injection() local
1244 fault = TRAP_page_fault; in svm_emul_swint_injection()
1280 fault = TRAP_no_segment; in svm_emul_swint_injection()
1293 event->vector = fault; in svm_emul_swint_injection()
/xen/
A Dconfigure2590 # suppresses any "Segmentation fault" message there. '((' could
/xen/stubdom/
A Dconfigure3982 # suppresses any "Segmentation fault" message there. '((' could
/xen/docs/misc/
A Dxen-command-line.pandoc1829 `triple` instructs Xen to reboot the host by causing a triple fault.

Completed in 70 milliseconds