Searched refs:fault (Results 1 – 14 of 14) sorted by relevance
152 …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 a162 alignment fault at Stage 1 and a translation fault at Stage 2.165 doesn't generate a fault before handling the Stage 2 fault.
2247 const char *fault = (is_data) ? "Data Abort" : "Instruction Abort"; in do_trap_hyp_sync() local2249 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()
13 obj-y += ro-page-fault.o
1 Remus provides fault tolerance for virtual machines by sending continuous
2584 # suppresses any "Segmentation fault" message there. '((' could
974 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()
93 } fault; member
57 fault, complicating the task of hiding hardware features from guests.109 cause `CPUID` instruction executed in PV guests to fault. This allows Xen
1513 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()
1243 unsigned int fault = TRAP_gp_fault, ec = 0; in svm_emul_swint_injection() local1289 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()
2574 # suppresses any "Segmentation fault" message there. '((' could
159 3e5a4e66l8Q5Tv-6B3lQIRmaVbFPzg linux-2.4.30-xen-sparse/arch/xen/mm/fault.c246 40f56238ILx8xlbywNbzTdv5Zr4xXQ linux-2.6.11-xen-sparse/arch/xen/i386/mm/fault.c298 424efaa6HUC68-hBHgiWOMDfKZogIA linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/fault.c
3938 # suppresses any "Segmentation fault" message there. '((' could
1499 `triple` instructs Xen to reboot the host by causing a triple fault.
Completed in 35 milliseconds