Searched refs:last_shortchunk_fault (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/sparc/lib/ |
D | copy_user.S | 142 LD(ldub, src, -(offset + 0x02), t0, last_shortchunk_fault) \ 143 LD(ldub, src, -(offset + 0x01), t1, last_shortchunk_fault) \ 144 ST(stb, dst, -(offset + 0x02), t0, last_shortchunk_fault) \ 145 ST(stb, dst, -(offset + 0x01), t1, last_shortchunk_fault) 148 last_shortchunk_fault: label
|