Searched refs:auxctl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/arm/arm/ |
| D | cpufunc.c | 2230 uint32_t auxctl; local 2282 : "=r" (auxctl)); 2284 auxctl |= XSCALE_AUXCTL_K; 2286 auxctl &= ~XSCALE_AUXCTL_K; 2289 auxctl |= XSCALE_AUXCTL_LLR; 2290 auxctl |= XSCALE_AUXCTL_MD_MASK; 2293 : : "r" (auxctl));
|
| D | pmap.c | 597 uint32_t auxctl; in pmap_pte_init_xscale() local 700 __asm __volatile("mrc p15, 0, %0, c1, c0, 1" : "=r" (auxctl)); in pmap_pte_init_xscale() 701 auxctl &= ~XSCALE_AUXCTL_P; in pmap_pte_init_xscale() 702 __asm __volatile("mcr p15, 0, %0, c1, c0, 1" : : "r" (auxctl)); in pmap_pte_init_xscale() 720 uint32_t auxctl; in xscale_setup_minidata() local 753 __asm __volatile("mrc p15, 0, %0, c1, c0, 1" : "=r" (auxctl)); in xscale_setup_minidata() 754 auxctl = (auxctl & ~XSCALE_AUXCTL_MD_MASK) | XSCALE_AUXCTL_MD_WB_RWA; in xscale_setup_minidata() 755 __asm __volatile("mcr p15, 0, %0, c1, c0, 1" : : "r" (auxctl)); in xscale_setup_minidata()
|