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

/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.h198 #define tte_offset(addr) (((addr >> 0x14) & 0xfff) << 2) macro
200 #define addr_to_tte(base, addr) (base + tte_offset(addr))
H A Dpmap.c1492 uint32_t *tte_offset = (uint32_t *) pmap_tte(pmap, virt); local
1498 assert(tte_offset);
1499 tte = *tte_offset;
1515 panic("Translation table entry is a section mapping (tte %x ttep %p ttebv %x)!\n", tte, tte_offset, pmap->pm_l1_virt);
2790 uint32_t expansion_size = ((tte_offset(v)) & ~(PAGE_SIZE - 1)) + PAGE_SIZE;

Completed in 25 milliseconds