Home
last modified time | relevance | path

Searched refs:dstreg (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/parisc/net/
Dbpf_jit_comp64.c558 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()
Dbpf_jit_comp32.c1060 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()
/Linux-v6.6/arch/arm64/kernel/
Dtraps.c521 int dstreg = ESR_ELx_MOPS_ISS_DESTREG(esr); in do_el0_mops() local
526 dst = pt_regs_read_reg(regs, dstreg); in do_el0_mops()
539 pt_regs_write_reg(regs, dstreg, dst + size); in do_el0_mops()
548 pt_regs_write_reg(regs, dstreg, dst - size); in do_el0_mops()
555 pt_regs_write_reg(regs, dstreg, dst + size); in do_el0_mops()