Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm64/
H A Dlocore.s79 orr x18, x18, #(1 << TTBR_ASID_SHIFT)
1062 bic x18, x18, #(1 << TTBR_ASID_SHIFT)
H A Dmachine_routines_asm.s284 orr x0, x0, #(1 << TTBR_ASID_SHIFT)
H A Dproc_reg.h791 #define TTBR_ASID_SHIFT 48 macro
/xnu-8020.140.41/osfmk/arm/
H A Dpmap.c7905 set_mmu_ttb((pmap->ttep & TTBR_BADDR_MASK) | (((uint64_t)pmap->hw_asid) << TTBR_ASID_SHIFT));