Home
last modified time | relevance | path

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

/xnu-11215.1.10/pexpert/arm/
H A Dpe_init.c70 uint8_t last_hwaccess_type = 0; variable
854 last_hwaccess_type = type; in PE_mark_hwaccess_data()
/xnu-11215.1.10/osfmk/arm/
H A Dmodel_dep.c152 extern uint8_t last_hwaccess_type; /* 0 : read, 1 : write. */
476 const char *typ = last_hwaccess_type ? "write" : "read"; in do_print_all_backtraces()