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

  /src/sys/arch/powerpc/oea/
cpu_subr.c 1446 __asm volatile ("mfibatl %0,0" : "=r"(h->hatch_ibatl[0]));
1448 __asm volatile ("mfibatl %0,1" : "=r"(h->hatch_ibatl[1]));
1450 __asm volatile ("mfibatl %0,2" : "=r"(h->hatch_ibatl[2]));
1452 __asm volatile ("mfibatl %0,3" : "=r"(h->hatch_ibatl[3]));
1537 __asm ("mtibatl 0,%0" :: "r"(h->hatch_ibatl[0]));
1539 __asm ("mtibatl 1,%0" :: "r"(h->hatch_ibatl[1]));
1541 __asm ("mtibatl 2,%0" :: "r"(h->hatch_ibatl[2]));
1543 __asm ("mtibatl 3,%0" :: "r"(h->hatch_ibatl[3]));
  /src/sys/arch/powerpc/include/
cpu.h 193 uintptr_t hatch_ibatu[8], hatch_ibatl[8]; member in struct:cpu_hatch_data

Completed in 79 milliseconds