Searched refs:dstreg (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | traps.h | 109 int dstreg = ESR_ELx_MOPS_ISS_DESTREG(esr); in arm64_mops_reset_regs() local 114 dst = regs->regs[dstreg]; in arm64_mops_reset_regs() 127 regs->regs[dstreg] = dst + size; in arm64_mops_reset_regs() 136 regs->regs[dstreg] = dst - size; in arm64_mops_reset_regs() 143 regs->regs[dstreg] = dst + size; in arm64_mops_reset_regs()
|
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp64.c | 558 s8 dstreg; in emit_store() local 562 dstreg = rd; in emit_store() 565 dstreg = HPPA_REG_R1; in emit_store() 572 emit(hppa_stb(rs, off, dstreg), ctx); in emit_store() 575 emit(hppa_sth(rs, off, dstreg), ctx); in emit_store() 578 emit(hppa_stw(rs, off, dstreg), ctx); in emit_store() 582 emit(hppa_ldo(off, dstreg, HPPA_REG_R1), ctx); in emit_store() 585 emit(hppa64_std_im5(rs, off, dstreg), ctx); in emit_store() 587 emit(hppa64_std_im16(rs, off, dstreg), ctx); in emit_store()
|
D | bpf_jit_comp32.c | 1060 s8 dstreg; in emit_store_r64() local 1064 dstreg = lo(rd); in emit_store_r64() 1067 dstreg = HPPA_REG_R1; in emit_store_r64() 1075 emit(hppa_stb(lo(rs), off + 0, dstreg), ctx); in emit_store_r64() 1078 emit(hppa_sth(lo(rs), off + 0, dstreg), ctx); in emit_store_r64() 1081 emit(hppa_stw(lo(rs), off + 0, dstreg), ctx); in emit_store_r64() 1084 emit(hppa_stw(hi(rs), off + 0, dstreg), ctx); in emit_store_r64() 1085 emit(hppa_stw(lo(rs), off + 4, dstreg), ctx); in emit_store_r64()
|