Home
last modified time | relevance | path

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

/xnu-12377.41.6/pexpert/arm/
H A Dpe_init.c70 uint8_t last_hwaccess_type = 0; variable
853 last_hwaccess_type = type; in PE_mark_hwaccess_data()
/xnu-12377.41.6/osfmk/arm/
H A Dmodel_dep.c154 extern uint8_t last_hwaccess_type; /* 0 : read, 1 : write. */
513 const char *typ = last_hwaccess_type ? "write" : "read"; in do_print_all_panic_info()