Home
last modified time | relevance | path

Searched refs:TTBR_ASID_SHIFT (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/osfmk/arm64/
H A Dlocore.s192 orr x18, x18, #(1 << TTBR_ASID_SHIFT)
1671 bic x18, x18, #(1 << TTBR_ASID_SHIFT)
H A Dmachine_routines_asm.s295 orr x0, x0, #(1 << TTBR_ASID_SHIFT)
H A Dproc_reg.h1139 #define TTBR_ASID_SHIFT 48 macro
/xnu-11417.140.69/osfmk/arm/pmap/
H A Dpmap.c7870 set_mmu_ttb((pmap->ttep & TTBR_BADDR_MASK) | (((uint64_t)pmap->hw_asid) << TTBR_ASID_SHIFT));