Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A DKconfig152 …l "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a St…
160 fault as the result of a Stage 1 fault for load crossing a
162 alignment fault at Stage 1 and a translation fault at Stage 2.
165 doesn't generate a fault before handling the Stage 2 fault.
A Dtraps.c2247 const char *fault = (is_data) ? "Data Abort" : "Instruction Abort"; in do_trap_hyp_sync() local
2249 printk("%s Trap. Syndrome=%#x\n", fault, hsr.iss); in do_trap_hyp_sync()
2259 do_unexpected_trap(fault, regs); in do_trap_hyp_sync()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A DMakefile13 obj-y += ro-page-fault.o
/xen-4.10.0-shim-comet/docs/
A DREADME.remus1 Remus provides fault tolerance for virtual machines by sending continuous
A Dconfigure2584 # suppresses any "Segmentation fault" message there. '((' could
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dpci.c974 if ( now < pdev->fault.time || in pci_check_disable_device()
975 now - pdev->fault.time > MILLISECS(10) ) in pci_check_disable_device()
976 pdev->fault.count >>= 1; in pci_check_disable_device()
977 pdev->fault.time = now; in pci_check_disable_device()
978 if ( ++pdev->fault.count < PT_FAULT_THRESHOLD ) in pci_check_disable_device()
1414 pdev->fault.count = 0; in assign_device()
1480 pdev->fault.count = 0; in deassign_device()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dpci.h93 } fault; member
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/common/
A Dgrant_table.c1513 goto fault; in gnttab_unmap_grant_ref()
1517 goto fault; in gnttab_unmap_grant_ref()
1535 fault: in gnttab_unmap_grant_ref()
1578 goto fault; in gnttab_unmap_and_replace()
1582 goto fault; in gnttab_unmap_and_replace()
1600 fault: in gnttab_unmap_and_replace()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1243 unsigned int fault = TRAP_gp_fault, ec = 0; in svm_emul_swint_injection() local
1289 fault = TRAP_page_fault; in svm_emul_swint_injection()
1325 fault = TRAP_no_segment; in svm_emul_swint_injection()
1338 event->vector = fault; in svm_emul_swint_injection()
/xen-4.10.0-shim-comet/
A Dconfigure2574 # suppresses any "Segmentation fault" message there. '((' could
A D.rootkeys159 3e5a4e66l8Q5Tv-6B3lQIRmaVbFPzg linux-2.4.30-xen-sparse/arch/xen/mm/fault.c
246 40f56238ILx8xlbywNbzTdv5Zr4xXQ linux-2.6.11-xen-sparse/arch/xen/i386/mm/fault.c
298 424efaa6HUC68-hBHgiWOMDfKZogIA linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/fault.c
/xen-4.10.0-shim-comet/stubdom/
A Dconfigure3938 # suppresses any "Segmentation fault" message there. '((' could
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown1499 `triple` instructs Xen to reboot the host by causing a triple fault.

Completed in 35 milliseconds