Lines Matching defs:_reg
19 #define TLB_INVALIDATE(_reg, _coproc) \
20 stcopr _reg, _coproc; \
22 stcopr _reg, _coproc
24 #define TLB_INVALIDATE(_reg, _coproc) \
25 stcopr _reg, _coproc
133 .macro stl _reg, _write_lock
135 str \_reg, \_write_lock
144 .macro mov_imm _reg, _val
146 mov \_reg, #(\_val)
148 movw \_reg, #((\_val) & 0xffff)
149 movt \_reg, #((\_val) >> 16)