Searched refs:PCPU_REG (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dlocore.S105 mov %o0, PCPU_REG
118 mov %o0, PCPU_REG
128 mov %o0, PCPU_REG
H A Dexception.S2343 mov PCPU_REG, %l1
2350 mov %l1, PCPU_REG
2436 mov PCPU_REG, %l1
2448 mov %l1, PCPU_REG
2743 mov PCPU_REG, %o1
2746 mov %o1, PCPU_REG
2812 mov PCPU_REG, %l1
2819 mov %l1, PCPU_REG
2962 mov PCPU_REG, %l5
2972 mov %l5, PCPU_REG
[all...]
/freebsd-11.0-release/sys/sparc64/include/
H A Dpcpu.h75 register struct pcpu *pcpup __asm__(__XSTRING(PCPU_REG));
84 __asm("ldx [%" __XSTRING(PCPU_REG) "], %0" : "=r" (td));
H A Dasmacros.h40 #define PCPU_REG %g7 macro
163 #define PCPU(member) PCPU_REG + PC_ ## member
165 add PCPU_REG, PC_ ## member, reg

Completed in 97 milliseconds