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

  /src/sys/arch/sparc/sparc/
locore.s 178 * cpcb points to the current pcb (and hence u. area).
181 cpcb = CPUINFO_VA + CPUINFO_CURPCB define
1383 * stack for the current process, and we must also set cpcb->pcb_uw
1389 * cpcb->pcb_uw = (cpcb->pcb_wim - 1 - CWP) % nwindows
1451 * cpcb->pcb_uw = (cpcb->pcb_wim - 1 - CWP) % nwindows
1481 sethi %hi(cpcb), %l6; \
1482 ld [%l6 + %lo(cpcb)], %l6; \
1494 sethi %hi(cpcb), %l6;
    [all...]
  /src/sys/arch/sparc64/sparc64/
copy.S 103 sethi %hi(CPCB), %o4 ! (first instr of copy)
107 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults
150 sethi %hi(CPCB), %o4 ! (first instr of copy)
154 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults
177 retl ! cpcb->pcb_onfault = 0;
205 sethi %hi(CPCB), %o3
207 LDPTR [%o3 + %lo(CPCB)], %o3
372 sethi %hi(CPCB), %o3
374 LDPTR [%o3 + %lo(CPCB)], %o3
414 sethi %hi(CPCB), %o
    [all...]
locore.s 589 sethi %hi(CPCB), %l5
590 LDPTR [%l5 + %lo(CPCB)], %l5 ! If pcb < fp < pcb+sizeof(pcb)
1457 sethi %hi(CPCB), %g6; \
1459 LDPTR [%g6 + %lo(CPCB)], %g6; \
1573 sethi %hi(CPCB), %g6; \
1575 LDPTR [%g6 + %lo(CPCB)], %g6; \
1956 * %g6 = cpcb - local
1970 sethi %hi(CPCB), %g6 ! get current pcb
2121 LDPTR [%g6 + %lo(CPCB)], %g6 ! This is in the locked TLB and should not fault
2130 * Traverse kernel map to find paddr of cpcb and only us ASI_PHYS_CACHED t
    [all...]

Completed in 234 milliseconds