Lines Matching defs:fault
620 * Parse dmesg and return TRUE if a VM fault has been detected.
624 * \param out_addr detected VM fault addr
633 bool fault = false;
665 /* Only process the first VM fault. */
666 if (fault)
684 * ..: [gfxhub] VMC page fault (src_id:0 ring:158 vm_id:2 pas_id:0)
688 header_line = "VMC page fault";
692 header_line = "GPU fault detected:";
709 fault = true;
723 return fault;