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

/linux-master/arch/arm64/include/asm/
H A Dtraps.h108 int dstreg = ESR_ELx_MOPS_ISS_DESTREG(esr); local
113 dst = regs->regs[dstreg];
126 regs->regs[dstreg] = dst + size;
135 regs->regs[dstreg] = dst - size;
142 regs->regs[dstreg] = dst + size;
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp64.c558 s8 dstreg; local
562 dstreg = rd;
565 dstreg = HPPA_REG_R1;
572 emit(hppa_stb(rs, off, dstreg), ctx);
575 emit(hppa_sth(rs, off, dstreg), ctx);
578 emit(hppa_stw(rs, off, dstreg), ctx);
582 emit(hppa_ldo(off, dstreg, HPPA_REG_R1), ctx);
585 emit(hppa64_std_im5(rs, off, dstreg), ctx);
587 emit(hppa64_std_im16(rs, off, dstreg), ctx);
H A Dbpf_jit_comp32.c1060 s8 dstreg; local
1064 dstreg = lo(rd);
1067 dstreg = HPPA_REG_R1;
1075 emit(hppa_stb(lo(rs), off + 0, dstreg), ctx);
1078 emit(hppa_sth(lo(rs), off + 0, dstreg), ctx);
1081 emit(hppa_stw(lo(rs), off + 0, dstreg), ctx);
1084 emit(hppa_stw(hi(rs), off + 0, dstreg), ctx);
1085 emit(hppa_stw(lo(rs), off + 4, dstreg), ctx);

Completed in 95 milliseconds