Lines Matching refs:REG
118 #define __GET_CPUID(REG) \ argument
120 661: ldxa [%g0] ASI_UPA_CONFIG, REG; \
121 srlx REG, 17, REG; \
122 and REG, 0x1f, REG; \
128 ldxa [%g0] ASI_SAFARI_CONFIG, REG; \
129 srlx REG, 17, REG; \
130 and REG, 0x3ff, REG; \
133 ldxa [%g0] ASI_JBUS_CONFIG, REG; \
134 srlx REG, 17, REG; \
135 and REG, 0x1f, REG; \
138 sethi %hi(0x1fff40000d0 >> 9), REG; \
139 sllx REG, 9, REG; \
140 or REG, 0xd0, REG; \
141 lduwa [REG] ASI_PHYS_BYPASS_EC_E, REG;\
143 mov SCRATCHPAD_CPUID, REG; \
144 ldxa [REG] ASI_SCRATCHPAD, REG; \