Searched refs:get_fault_type (Results 1 – 1 of 1) sorted by relevance
68 static enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type() function184 switch (get_fault_type(regs)) { in dump_fault_info()244 fault_type = get_fault_type(regs); in handle_fault_error_nolock()304 type = get_fault_type(regs); in do_exception()524 switch (get_fault_type(regs)) { in do_secure_storage_access()574 if (WARN_ON_ONCE(get_fault_type(regs) != GMAP_FAULT)) in do_non_secure_storage_access()
Completed in 4 milliseconds