Searched refs:hatch_ibatl (Results 1 – 2 of 2) sorted by relevance
1446 __asm volatile ("mfibatl %0,0" : "=r"(h->hatch_ibatl[0])); in cpu_spinup()1448 __asm volatile ("mfibatl %0,1" : "=r"(h->hatch_ibatl[1])); in cpu_spinup()1450 __asm volatile ("mfibatl %0,2" : "=r"(h->hatch_ibatl[2])); in cpu_spinup()1452 __asm volatile ("mfibatl %0,3" : "=r"(h->hatch_ibatl[3])); in cpu_spinup()1537 __asm ("mtibatl 0,%0" :: "r"(h->hatch_ibatl[0])); in cpu_hatch()1539 __asm ("mtibatl 1,%0" :: "r"(h->hatch_ibatl[1])); in cpu_hatch()1541 __asm ("mtibatl 2,%0" :: "r"(h->hatch_ibatl[2])); in cpu_hatch()1543 __asm ("mtibatl 3,%0" :: "r"(h->hatch_ibatl[3])); in cpu_hatch()
193 uintptr_t hatch_ibatu[8], hatch_ibatl[8]; member