Lines Matching refs:REG
112 #define __GET_CPUID(REG) \ argument
114 661: ldxa [%g0] ASI_UPA_CONFIG, REG; \
115 srlx REG, 17, REG; \
116 and REG, 0x1f, REG; \
122 ldxa [%g0] ASI_SAFARI_CONFIG, REG; \
123 srlx REG, 17, REG; \
124 and REG, 0x3ff, REG; \
127 ldxa [%g0] ASI_JBUS_CONFIG, REG; \
128 srlx REG, 17, REG; \
129 and REG, 0x1f, REG; \
132 sethi %hi(0x1fff40000d0 >> 9), REG; \
133 sllx REG, 9, REG; \
134 or REG, 0xd0, REG; \
135 lduwa [REG] ASI_PHYS_BYPASS_EC_E, REG;\
137 mov SCRATCHPAD_CPUID, REG; \
138 ldxa [REG] ASI_SCRATCHPAD, REG; \