HomeSort by: relevance | last modified time | path
    Searched refs:hatch_dbatl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/oea/
cpu_subr.c 1454 __asm volatile ("mfdbatl %0,0" : "=r"(h->hatch_dbatl[0]));
1456 __asm volatile ("mfdbatl %0,1" : "=r"(h->hatch_dbatl[1]));
1458 __asm volatile ("mfdbatl %0,2" : "=r"(h->hatch_dbatl[2]));
1460 __asm volatile ("mfdbatl %0,3" : "=r"(h->hatch_dbatl[3]));
1545 __asm ("mtdbatl 0,%0" :: "r"(h->hatch_dbatl[0]));
1547 __asm ("mtdbatl 1,%0" :: "r"(h->hatch_dbatl[1]));
1549 __asm ("mtdbatl 2,%0" :: "r"(h->hatch_dbatl[2]));
1551 __asm ("mtdbatl 3,%0" :: "r"(h->hatch_dbatl[3]));
  /src/sys/arch/powerpc/include/
cpu.h 194 uintptr_t hatch_dbatu[8], hatch_dbatl[8]; member in struct:cpu_hatch_data

Completed in 12 milliseconds