Searched refs:tte_is_table (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/osfmk/arm/pmap/ |
| H A D | pmap_pt_geometry.h | 583 tte_is_table(tt_entry_t tte) in tte_is_table() function
|
| H A D | pmap.c | 2206 } else if (tte_is_table(tte)) { in pmap_get_arm64_prot() 4083 assertf(tte_is_table(tte), "%s: invalid TTE %p (0x%llx)", __func__, ttep,
|
| /xnu-12377.81.4/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_pt_geometry.h | 590 tte_is_table(tt_entry_t tte) in tte_is_table() function
|
| H A D | pmap.c | 1658 } else if (tte_is_table(tte)) { in pmap_get_arm64_prot() 3759 assertf(tte_is_table(tte), "%s: invalid TTE %p (0x%llx)", __func__, ttep, 4014 assertf(tte_is_table(*tte_p), "%s: invalid TTE %p (0x%llx) for pmap %p va 0x%llx",
|