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

/darwin-on-arm/xnu/osfmk/arm/
H A Dtrap.c206 uint32_t ttbcr, ttbr0, ttbr1; local
208 __asm__ __volatile__("mrc p15, 0, %0, c2, c0, 1":"=r"(ttbr1));
212 " ttbcr: 0x%08x ttbr0: 0x%08x ttbr1: 0x%08x\n",
213 ttbcr, ttbr0, ttbr1);
H A Dproc_reg.h508 ARMREG_READ_INLINE(ttbr1, "p15,0,%0,c2,c0,1") /* Translation Table Base Register 1 */
509 ARMREG_WRITE_INLINE(ttbr1, "p15,0,%0,c2,c0,1") /* Translation Table Base Register 1 */

Completed in 67 milliseconds