Searched refs:tte_is_table (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/osfmk/arm/pmap/ |
| H A D | pmap_pt_geometry.h | 570 tte_is_table(tt_entry_t tte) in tte_is_table() function
|
| H A D | pmap.c | 2160 } else if (tte_is_table(tte)) { in pmap_get_arm64_prot() 4035 assertf(tte_is_table(tte), "%s: invalid TTE %p (0x%llx)", __func__, ttep,
|
| /xnu-11417.140.69/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_pt_geometry.h | 577 tte_is_table(tt_entry_t tte) in tte_is_table() function
|
| H A D | pmap.c | 1579 } else if (tte_is_table(tte)) { in pmap_get_arm64_prot() 3194 assertf(tte_is_table(tte), "%s: invalid TTE %p (0x%llx)", __func__, ttep, 3449 assertf(tte_is_table(*tte_p), "%s: invalid TTE %p (0x%llx) for pmap %p va 0x%llx",
|