Searched refs:STOREB (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | csum_partial.S | 376 #define STOREB(reg, addr) EXC(sb, ST_INSN, reg, addr) define 396 #define STOREB(reg, addr) EXC(sb, ST_INSN, reg, addr) define 674 STOREB(t0, N(dst)); \ 690 STOREB(t0, NBYTES-2(dst))
|
H A D | memcpy.S | 205 #define STOREB(reg, addr, handler) EXC(sb, ST_INSN, reg, addr, handler) define 505 STOREB(t0, N(dst), .Ls_exc_p1\@) 518 STOREB(t0, NBYTES-2(dst), .Ls_exc_p1\@)
|
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | csum_partial.S | 376 #define STOREB(reg, addr) EXC(sb, ST_INSN, reg, addr) define 396 #define STOREB(reg, addr) EXC(sb, ST_INSN, reg, addr) define 674 STOREB(t0, N(dst)); \ 690 STOREB(t0, NBYTES-2(dst))
|
H A D | memcpy.S | 205 #define STOREB(reg, addr, handler) EXC(sb, ST_INSN, reg, addr, handler) define 505 STOREB(t0, N(dst), .Ls_exc_p1\@) 518 STOREB(t0, NBYTES-2(dst), .Ls_exc_p1\@)
|
Completed in 4 milliseconds