Lines Matching refs:fault
671 * Parse dmesg and return TRUE if a VM fault has been detected.
675 * \param out_addr detected VM fault addr
687 bool fault = false;
718 /* Only process the first VM fault. */
719 if (fault)
737 * ..: [gfxhub] VMC page fault (src_id:0 ring:158 vm_id:2 pas_id:0)
741 header_line = "VMC page fault";
745 header_line = "GPU fault detected:";
762 fault = true;
776 return fault;