Home
last modified time | relevance | path

Searched refs:PAB_active (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/arm/
H A Dmodel_dep.c711 assert(cpu_data_ptr->PAB_active == FALSE); in print_all_backtraces()
712 cpu_data_ptr->PAB_active = TRUE; in print_all_backtraces()
724 cpu_data_ptr->PAB_active = FALSE; in print_all_backtraces()
H A Dcpu_data_internal.h218 volatile int PAB_active; /* Tells the console if we are dumping backtraces */ member