Home | History | Annotate | Download | only in common

Lines Matching defs:fault

618  * Parse dmesg and return TRUE if a VM fault has been detected.
622 * \param out_addr detected VM fault addr
631 bool fault = false;
663 /* Only process the first VM fault. */
664 if (fault)
682 * ..: [gfxhub] VMC page fault (src_id:0 ring:158 vm_id:2 pas_id:0)
686 header_line = "VMC page fault";
690 header_line = "GPU fault detected:";
707 fault = true;
721 return fault;