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

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

Completed in 103 milliseconds