Searched refs:fault_results (Results 1 – 3 of 3) sorted by relevance
147 …p, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, struct kdp_fault_result * fault_results) in kdp_find_phys() argument170 if (fault_results) { in kdp_find_phys()171 fault_results->flags |= KDP_FAULT_RESULT_PAGED_OUT; in kdp_find_phys()189 if (fault_results) { in kdp_find_phys()190 fault_results->time_spent_faulting += fault_end_time - fault_start_time; in kdp_find_phys()196 if (fault_results) { in kdp_find_phys()197 fault_results->flags |= (KDP_FAULT_RESULT_TRIED_FAULT | KDP_FAULT_RESULT_PAGED_OUT); in kdp_find_phys()203 if (fault_results) { in kdp_find_phys()204 fault_results->flags |= KDP_FAULT_RESULT_FAULTED_IN; in kdp_find_phys()
112 …p, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, struct kdp_fault_result *fault_results);
5764 struct kdp_fault_result fault_results = {0}; in stackshot_find_phys() local5772 result = kdp_find_phys(map, target_addr, fault_flags, &fault_results); in stackshot_find_phys()5774 …if ((fault_results.flags & KDP_FAULT_RESULT_TRIED_FAULT) || (fault_results.flags & KDP_FAULT_RESUL… in stackshot_find_phys()5775 stackshot_cpu_ctx.scc_fault_stats.sfs_time_spent_faulting += fault_results.time_spent_faulting; in stackshot_find_phys()5778 stackshot_cpu_latency.faulting_time_mt += fault_results.time_spent_faulting; in stackshot_find_phys()5786 if (fault_results.flags & KDP_FAULT_RESULT_FAULTED_IN) { in stackshot_find_phys()5791 *kdp_fault_result_flags = fault_results.flags; in stackshot_find_phys()