Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm64/
H A Dlocore.s199 orr x18, x18, #(1 << TTBR_ASID_SHIFT)
1786 bic x18, x18, #(1 << TTBR_ASID_SHIFT)
H A Dmachine_routines_asm.s308 orr x0, x0, #(1 << TTBR_ASID_SHIFT)
H A Dproc_reg.h1685 #define TTBR_ASID_SHIFT 48 macro
/xnu-12377.41.6/osfmk/arm/pmap/
H A Dpmap.c7956 set_mmu_ttb((pmap->ttep & TTBR_BADDR_MASK) | (((uint64_t)pmap->hw_asid) << TTBR_ASID_SHIFT));