Searched refs:srcreg (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | traps.h | 110 int srcreg = ESR_ELx_MOPS_ISS_SRCREG(esr); in arm64_mops_reset_regs() local 115 src = regs->regs[srcreg]; in arm64_mops_reset_regs() 137 regs->regs[srcreg] = src - size; in arm64_mops_reset_regs() 144 regs->regs[srcreg] = src + size; in arm64_mops_reset_regs()
|
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp64.c | 1020 u8 srcreg; in bpf_jit_emit_insn() local 1024 srcreg = rs; in bpf_jit_emit_insn() 1027 srcreg = HPPA_REG_R1; in bpf_jit_emit_insn() 1036 emit(hppa_ldb(off, srcreg, rd), ctx); in bpf_jit_emit_insn() 1041 emit(hppa_ldh(off, srcreg, rd), ctx); in bpf_jit_emit_insn() 1046 emit(hppa_ldw(off, srcreg, rd), ctx); in bpf_jit_emit_insn() 1052 emit(hppa_ldo(off, srcreg, HPPA_REG_R1), ctx); in bpf_jit_emit_insn() 1055 emit(hppa64_ldd_im5(off, srcreg, rd), ctx); in bpf_jit_emit_insn() 1057 emit(hppa64_ldd_im16(off, srcreg, rd), ctx); in bpf_jit_emit_insn()
|
D | bpf_jit_comp32.c | 1013 s8 srcreg; in emit_load_r64() local 1017 srcreg = lo(rs); in emit_load_r64() 1020 srcreg = HPPA_REG_R1; in emit_load_r64() 1028 emit(hppa_ldb(off + 0, srcreg, lo(rd)), ctx); in emit_load_r64() 1033 emit(hppa_ldh(off + 0, srcreg, lo(rd)), ctx); in emit_load_r64() 1038 emit(hppa_ldw(off + 0, srcreg, lo(rd)), ctx); in emit_load_r64() 1043 emit(hppa_ldw(off + 0, srcreg, hi(rd)), ctx); in emit_load_r64() 1044 emit(hppa_ldw(off + 4, srcreg, lo(rd)), ctx); in emit_load_r64()
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | phy_common.h | 315 void b43_phy_copy(struct b43_wldev *dev, u16 destreg, u16 srcreg);
|
D | phy_common.c | 294 void b43_phy_copy(struct b43_wldev *dev, u16 destreg, u16 srcreg) in b43_phy_copy() argument 296 b43_phy_write(dev, destreg, b43_phy_read(dev, srcreg)); in b43_phy_copy()
|