Lines Matching refs:_reg
18 #define TLB_INVALIDATE(_reg, _coproc) \ argument
19 stcopr _reg, _coproc; \
21 stcopr _reg, _coproc
23 #define TLB_INVALIDATE(_reg, _coproc) \ argument
24 stcopr _reg, _coproc
126 .macro stl _reg, _write_lock
128 str \_reg, \_write_lock
137 .macro mov_imm _reg, _val
139 mov \_reg, #(\_val)
141 movw \_reg, #((\_val) & 0xffff)
142 movt \_reg, #((\_val) >> 16)