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

/freebsd-9.3-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.S2342 mov PCPU_REG, %l1
2349 mov %l1, PCPU_REG
2435 mov PCPU_REG, %l1
2447 mov %l1, PCPU_REG
2752 mov PCPU_REG, %o1
2755 mov %o1, PCPU_REG
2821 mov PCPU_REG, %l1
2828 mov %l1, PCPU_REG
2973 mov PCPU_REG, %l5
2983 mov %l5, PCPU_REG
[all...]
/freebsd-9.3-release/sys/sparc64/include/
H A Dpcpu.h73 register struct pcpu *pcpup __asm__(__XSTRING(PCPU_REG));
82 __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 65 milliseconds