Home
last modified time | relevance | path

Searched refs:R5 (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/arch/x86/crypto/
Daes-x86_64-asm_64.S41 #define R5 %rsi macro
131 prologue(FUNC,KEY,B128,B192,R2,R8,R1,R3,R4,R6,R10,R5,R11)
133 #define return(FUNC) epilogue(FUNC,R8,R2,R5,R6,R3,R4,R11)
136 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \
137 move_regs(R1,R2,R5,R6)
140 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
143 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4) \
144 move_regs(R1,R2,R5,R6)
147 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4)
/Linux-v4.19/drivers/tty/serial/
Dpmac_zilog.c146 write_zsreg(uap, R5, regs[R5] & ~TxENABLE); in pmz_load_zsregs()
178 write_zsreg(uap, R5, regs[R5]); in pmz_load_zsregs()
569 uap->curregs[R5] |= set_bits; in pmz_set_mctrl()
570 uap->curregs[R5] &= ~clear_bits; in pmz_set_mctrl()
572 write_zsreg(uap, R5, uap->curregs[R5]); in pmz_set_mctrl()
574 set_bits, clear_bits, uap->curregs[R5]); in pmz_set_mctrl()
715 new_reg = (uap->curregs[R5] | set_bits) & ~clear_bits; in pmz_break_ctl()
716 if (new_reg != uap->curregs[R5]) { in pmz_break_ctl()
717 uap->curregs[R5] = new_reg; in pmz_break_ctl()
718 write_zsreg(uap, R5, uap->curregs[R5]); in pmz_break_ctl()
[all …]
Dip22zilog.c192 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
225 write_zsreg(channel, R5, regs[R5]); in __load_zsregs()
565 up->curregs[R5] |= set_bits; in ip22zilog_set_mctrl()
566 up->curregs[R5] &= ~clear_bits; in ip22zilog_set_mctrl()
567 write_zsreg(channel, R5, up->curregs[R5]); in ip22zilog_set_mctrl()
675 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in ip22zilog_break_ctl()
676 if (new_reg != up->curregs[R5]) { in ip22zilog_break_ctl()
677 up->curregs[R5] = new_reg; in ip22zilog_break_ctl()
680 write_zsreg(channel, R5, up->curregs[R5]); in ip22zilog_break_ctl()
730 up->curregs[R5] |= TxENAB; in __ip22zilog_startup()
[all …]
Dsunzilog.c211 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
258 write_zsreg(channel, R5, regs[R5]); in __load_zsregs()
665 up->curregs[R5] |= set_bits; in sunzilog_set_mctrl()
666 up->curregs[R5] &= ~clear_bits; in sunzilog_set_mctrl()
667 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_set_mctrl()
775 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl()
776 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl()
777 up->curregs[R5] = new_reg; in sunzilog_break_ctl()
780 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_break_ctl()
795 up->curregs[R5] |= TxENAB; in __sunzilog_startup()
[all …]
Dzs.c274 write_zsreg(zport, R5, regs[5] & ~TxENAB); in load_zsregs()
289 write_zsreg(zport, R5, regs[5]); in load_zsregs()
406 write_zsreg(zport_a, R5, zport_a->regs[5]); in zs_set_mctrl()
530 write_zsreg(zport, R5, zport->regs[5]); in zs_break_ctl()
795 write_zsreg(zport, R5, zport->regs[5]); in zs_startup()
819 write_zsreg(zport, R5, zport->regs[5]); in zs_shutdown()
976 write_zsreg(zport, R5, zport->regs[5]); in zs_pm()
1168 write_zsreg(zport, R5, zport->regs[5]); in zs_console_write()
1180 write_zsreg(zport, R5, zport->regs[5]); in zs_console_write()
Dzs.h65 #define R5 5 macro
Dip22zilog.h44 #define R5 5 macro
Dsunzilog.h36 #define R5 5 macro
/Linux-v4.19/lib/
Dtest_bpf.c51 #define R5 BPF_REG_5 macro
1191 BPF_ALU64_IMM(BPF_MOV, R5, 5),
1201 BPF_ALU64_IMM(BPF_ADD, R5, 20),
1211 BPF_ALU64_IMM(BPF_SUB, R5, 10),
1221 BPF_ALU64_REG(BPF_ADD, R0, R5),
1233 BPF_ALU64_REG(BPF_ADD, R1, R5),
1245 BPF_ALU64_REG(BPF_ADD, R2, R5),
1257 BPF_ALU64_REG(BPF_ADD, R3, R5),
1269 BPF_ALU64_REG(BPF_ADD, R4, R5),
1276 BPF_ALU64_REG(BPF_ADD, R5, R0),
[all …]
/Linux-v4.19/tools/perf/arch/arm/tests/
Dregs_load.S9 #define R5 0x28 macro
46 str r5, [r0, #R5]
/Linux-v4.19/tools/perf/arch/powerpc/tests/
Dregs_load.S10 #define R5 5 * 8 macro
49 std 5, R5(3)
/Linux-v4.19/arch/powerpc/platforms/pseries/
DhvCall.S40 std r5,STK_PARAM(R5)(r1); \
52 ld r5,STACK_FRAME_OVERHEAD+STK_PARAM(R5)(r1); \
163 HCALL_INST_PRECALL(R5)
266 HCALL_INST_PRECALL(R5)
/Linux-v4.19/arch/hexagon/kernel/
Dvm_entry.S70 { memd(R0 + #_PT_R0504) = R5:4; \
113 memd(R0 + #_PT_R0504) = R5:4; \
149 { R5:4 = memd(R0 + #_PT_R0504); \
181 { R5:4 = memd(R0 + #_PT_R0504); \
/Linux-v4.19/arch/s390/crypto/
Dcrc32le-vx.S66 .octa 0x163cd6124 # R5
74 .octa 0x0dd45aab8 # R5
Dcrc32be-vx.S64 .quad 0x0f200aa66, 1 << 32 # R5, x32
/Linux-v4.19/drivers/net/hamradio/
Dscc.c803 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */ in init_channel()
935 or(scc,R5, TxENAB); in scc_key_trx()
936 scc->wreg[R5] |= RTS; in scc_key_trx()
938 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx()
941 cl(scc,R5,RTS|TxENAB); in scc_key_trx()
969 or(scc,R5, TxENAB); in scc_key_trx()
970 scc->wreg[R5] |= RTS; in scc_key_trx()
972 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx()
975 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
1108 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped()
[all …]
Dz8530.h12 #define R5 5 macro
/Linux-v4.19/drivers/media/i2c/
Dwm8739.c45 R5 = 5, R6, R7, R8, R9, R15 = 15, enumerator
231 wm8739_write(sd, R5, 0x000); in wm8739_probe()
/Linux-v4.19/tools/perf/arch/arm/util/
Dunwind-libdw.c24 dwarf_regs[5] = REG(R5); in libdw__arch_set_initial_registers()
/Linux-v4.19/arch/hexagon/lib/
Dmemcpy.S178 #define ptr_in_p_128 R5 /* pointer for prefetch of input data */
181 #define shift2 R5 /* in epilog to workshifter to extract bytes */
191 #define ptr_in_p_128kernel R5:4 /* packed fetch pointer & kernel cnt */
/Linux-v4.19/tools/perf/arch/s390/util/
Dunwind-libdw.c29 dwarf_regs[5] = REG(R5); in libdw__arch_set_initial_registers()
/Linux-v4.19/tools/perf/arch/powerpc/util/
Dunwind-libdw.c32 dwarf_regs[5] = REG(R5); in libdw__arch_set_initial_registers()
/Linux-v4.19/Documentation/networking/
Dfilter.txt624 * R1 - R5 - arguments from eBPF program to in-kernel function
635 R0 - R5 are scratch registers and eBPF program needs spill/fill them if
670 place function arguments into R1 to R5 registers to satisfy calling
672 to in-kernel function. If R1 - R5 registers are mapped to CPU registers
679 After an in-kernel function call, R1 - R5 are reset to unreadable and R0 has
726 R5 - r8
742 bpf_mov R5, 5
749 bpf_mov R5, 9
791 interpreter. R0-R5 are scratch registers, so eBPF program needs to preserve
801 After the call the registers R1-R5 contain junk values and cannot be read.
[all …]
/Linux-v4.19/arch/powerpc/kvm/
Dbookehv_interrupts.S187 PPC_STL r5, VCPU_GPR(R5)(r4)
294 PPC_STL r5, VCPU_GPR(R5)(r11)
321 PPC_STL r5, VCPU_GPR(R5)(r11)
681 PPC_LL r5, VCPU_GPR(R5)(r4)
/Linux-v4.19/arch/ia64/kernel/
Dentry.h55 .spillsp r4,SW(R4)+16+(off); .spillsp r5,SW(R5)+16+(off); \

12