Searched refs:ttep (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c1515 panic("Translation table entry is a section mapping (tte %x ttep %p ttebv %x)!\n", tte, tte_offset, pmap->pm_l1_virt);
2549 uint32_t tte, *ttep = pmap_tte(pmap, virt); local
2557 if (!ttep)
2563 tte = *ttep;
2620 kprintf("pmap_extract: invalid tte (ttep %x tte %x)\n", ttep, tte);

Completed in 11 milliseconds