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

  /src/sys/arch/powerpc/oea/
cpu_subr.c 1516 __asm volatile ("mfibatu %0,0" : "=r"(h->hatch_ibatu[0]));
1518 __asm volatile ("mfibatu %0,1" : "=r"(h->hatch_ibatu[1]));
1520 __asm volatile ("mfibatu %0,2" : "=r"(h->hatch_ibatu[2]));
1522 __asm volatile ("mfibatu %0,3" : "=r"(h->hatch_ibatu[3]));
1608 __asm ("mtibatu 0,%0" :: "r"(h->hatch_ibatu[0]));
1610 __asm ("mtibatu 1,%0" :: "r"(h->hatch_ibatu[1]));
1612 __asm ("mtibatu 2,%0" :: "r"(h->hatch_ibatu[2]));
1614 __asm ("mtibatu 3,%0" :: "r"(h->hatch_ibatu[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 22 milliseconds