Searched refs:fault (Results 1 – 15 of 15) sorted by relevance
209 …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 a219 alignment fault at Stage 1 and a translation fault at Stage 2.222 doesn't generate a fault before handling the Stage 2 fault.
2194 const char *fault = (is_data) ? "Data Abort" : "Instruction Abort"; in do_trap_hyp_sync() local2196 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()
13 obj-y += ro-page-fault.o
1 Remus provides fault tolerance for virtual machines by sending continuous
2543 # suppresses any "Segmentation fault" message there. '((' could
967 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()
2809 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 …]
130 } fault; member
500 bool fault = false; in show_trace() local510 : [tos] "+r" (tos), [fault] "+qm" (fault) : [data] "m" (*sp) ); in show_trace()520 if ( fault ) in show_trace()
57 fault, complicating the task of hiding hardware features from guests.109 cause `CPUID` instruction executed in PV guests to fault. This allows Xen
1621 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()
1198 unsigned int fault = TRAP_gp_fault, ec = 0; in svm_emul_swint_injection() local1244 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()
2590 # suppresses any "Segmentation fault" message there. '((' could
3982 # suppresses any "Segmentation fault" message there. '((' could
1829 `triple` instructs Xen to reboot the host by causing a triple fault.
Completed in 70 milliseconds