Symbol: R9
arch/um/os-Linux/skas/process.c
56
R(R9);
arch/x86/kvm/regs.h
97
__BUILD_KVM_GPR_ACCESSORS(r9, R9)
arch/x86/um/os-Linux/mcontext.c
37
COPY(R8); COPY(R9); COPY(R10); COPY(R11);
arch/x86/um/os-Linux/mcontext.c
77
COPY(R8); COPY(R9); COPY(R10); COPY(R11);
arch/x86/um/ptrace_64.c
137
case R9:
arch/x86/um/ptrace_64.c
27
[R9 >> 3] = HOST_R9,
arch/x86/um/ptrace_64.c
59
case R9:
arch/x86/um/signal.c
137
PUTREG(R9, r9);
arch/x86/um/signal.c
67
GETREG(R9, r9);
arch/x86/um/user-offsets.c
49
DEFINE_LONGS(HOST_R9, R9);
drivers/media/i2c/wm8739.c
127
wm8739_write(sd, R9, 0x000);
drivers/media/i2c/wm8739.c
145
wm8739_write(sd, R9, 0x001);
drivers/media/i2c/wm8739.c
230
wm8739_write(sd, R9, 0x001);
drivers/tty/serial/ip22zilog.c
1048
up->curregs[R9] = NV | MIE;
drivers/tty/serial/ip22zilog.c
694
write_zsreg(channel, R9, FHWRES);
drivers/tty/serial/ip22zilog.c
713
write_zsreg(channel, R9, up->curregs[R9]);
drivers/tty/serial/pmac_zilog.c
173
write_zsreg(uap, R9, regs[R9]);
drivers/tty/serial/pmac_zilog.c
808
uap->curregs[R9] = 0;
drivers/tty/serial/pmac_zilog.c
836
uap->curregs[R9] |= NV | MIE;
drivers/tty/serial/sunzilog.c
1337
write_zsreg(channel, R9, FHWRES);
drivers/tty/serial/sunzilog.c
1350
up->curregs[R9] = NV;
drivers/tty/serial/sunzilog.c
1355
up->curregs[R9] |= MIE;
drivers/tty/serial/sunzilog.c
1356
write_zsreg(channel, R9, up->curregs[R9]);
drivers/tty/serial/sunzilog.c
1366
up->curregs[R9] = NV;
drivers/tty/serial/sunzilog.c
1381
up->curregs[R9] |= MIE;
drivers/tty/serial/sunzilog.c
1382
write_zsreg(channel, R9, up->curregs[R9]);
drivers/tty/serial/sunzilog.c
1588
up->curregs[R9] |= MIE;
drivers/tty/serial/sunzilog.c
1589
write_zsreg(channel, R9, up->curregs[R9]);
drivers/tty/serial/sunzilog.c
1625
up->curregs[R9] &= ~MIE;
drivers/tty/serial/sunzilog.c
1626
write_zsreg(channel, R9, up->curregs[R9]);
drivers/tty/serial/zs.c
271
write_zsreg(zport, R9, regs[9]);
drivers/tty/serial/zs.c
840
write_zsreg(zport, R9, zport == zport_a ? CHRA : CHRB);
drivers/tty/serial/zs.c
842
write_zsreg(zport, R9, 0);
lib/test_bpf.c
12042
BPF_ALU64_IMM(BPF_MOV, R9, R9), \
lib/test_bpf.c
12054
BPF_JMP_IMM(BPF_JNE, R9, R9, 1), \
lib/test_bpf.c
12064
BPF_TEST_CLOBBER_ALU(ALU64_IMM, AND, R9, 123456789),
lib/test_bpf.c
12066
BPF_TEST_CLOBBER_ALU(ALU64_IMM, OR, R9, 123456789),
lib/test_bpf.c
12068
BPF_TEST_CLOBBER_ALU(ALU64_IMM, XOR, R9, 123456789),
lib/test_bpf.c
12070
BPF_TEST_CLOBBER_ALU(ALU64_IMM, LSH, R9, 12),
lib/test_bpf.c
12072
BPF_TEST_CLOBBER_ALU(ALU64_IMM, RSH, R9, 12),
lib/test_bpf.c
12074
BPF_TEST_CLOBBER_ALU(ALU64_IMM, ARSH, R9, 12),
lib/test_bpf.c
12076
BPF_TEST_CLOBBER_ALU(ALU64_IMM, ADD, R9, 123456789),
lib/test_bpf.c
12078
BPF_TEST_CLOBBER_ALU(ALU64_IMM, SUB, R9, 123456789),
lib/test_bpf.c
12080
BPF_TEST_CLOBBER_ALU(ALU64_IMM, MUL, R9, 123456789),
lib/test_bpf.c
12082
BPF_TEST_CLOBBER_ALU(ALU64_IMM, DIV, R9, 123456789),
lib/test_bpf.c
12084
BPF_TEST_CLOBBER_ALU(ALU64_IMM, MOD, R9, 123456789),
lib/test_bpf.c
12087
BPF_TEST_CLOBBER_ALU(ALU32_IMM, AND, R9, 123456789),
lib/test_bpf.c
12089
BPF_TEST_CLOBBER_ALU(ALU32_IMM, OR, R9, 123456789),
lib/test_bpf.c
12091
BPF_TEST_CLOBBER_ALU(ALU32_IMM, XOR, R9, 123456789),
lib/test_bpf.c
12093
BPF_TEST_CLOBBER_ALU(ALU32_IMM, LSH, R9, 12),
lib/test_bpf.c
12095
BPF_TEST_CLOBBER_ALU(ALU32_IMM, RSH, R9, 12),
lib/test_bpf.c
12097
BPF_TEST_CLOBBER_ALU(ALU32_IMM, ARSH, R9, 12),
lib/test_bpf.c
12099
BPF_TEST_CLOBBER_ALU(ALU32_IMM, ADD, R9, 123456789),
lib/test_bpf.c
12101
BPF_TEST_CLOBBER_ALU(ALU32_IMM, SUB, R9, 123456789),
lib/test_bpf.c
12103
BPF_TEST_CLOBBER_ALU(ALU32_IMM, MUL, R9, 123456789),
lib/test_bpf.c
12105
BPF_TEST_CLOBBER_ALU(ALU32_IMM, DIV, R9, 123456789),
lib/test_bpf.c
12107
BPF_TEST_CLOBBER_ALU(ALU32_IMM, MOD, R9, 123456789),
lib/test_bpf.c
12110
BPF_TEST_CLOBBER_ALU(ALU64_REG, AND, R9, R1),
lib/test_bpf.c
12112
BPF_TEST_CLOBBER_ALU(ALU64_REG, OR, R9, R1),
lib/test_bpf.c
12114
BPF_TEST_CLOBBER_ALU(ALU64_REG, XOR, R9, R1),
lib/test_bpf.c
12116
BPF_TEST_CLOBBER_ALU(ALU64_REG, LSH, R9, R1),
lib/test_bpf.c
12118
BPF_TEST_CLOBBER_ALU(ALU64_REG, RSH, R9, R1),
lib/test_bpf.c
12120
BPF_TEST_CLOBBER_ALU(ALU64_REG, ARSH, R9, R1),
lib/test_bpf.c
12122
BPF_TEST_CLOBBER_ALU(ALU64_REG, ADD, R9, R1),
lib/test_bpf.c
12124
BPF_TEST_CLOBBER_ALU(ALU64_REG, SUB, R9, R1),
lib/test_bpf.c
12126
BPF_TEST_CLOBBER_ALU(ALU64_REG, MUL, R9, R1),
lib/test_bpf.c
12128
BPF_TEST_CLOBBER_ALU(ALU64_REG, DIV, R9, R1),
lib/test_bpf.c
12130
BPF_TEST_CLOBBER_ALU(ALU64_REG, MOD, R9, R1),
lib/test_bpf.c
12133
BPF_TEST_CLOBBER_ALU(ALU32_REG, AND, R9, R1),
lib/test_bpf.c
12135
BPF_TEST_CLOBBER_ALU(ALU32_REG, OR, R9, R1),
lib/test_bpf.c
12137
BPF_TEST_CLOBBER_ALU(ALU32_REG, XOR, R9, R1),
lib/test_bpf.c
12139
BPF_TEST_CLOBBER_ALU(ALU32_REG, LSH, R9, R1),
lib/test_bpf.c
12141
BPF_TEST_CLOBBER_ALU(ALU32_REG, RSH, R9, R1),
lib/test_bpf.c
12143
BPF_TEST_CLOBBER_ALU(ALU32_REG, ARSH, R9, R1),
lib/test_bpf.c
12145
BPF_TEST_CLOBBER_ALU(ALU32_REG, ADD, R9, R1),
lib/test_bpf.c
12147
BPF_TEST_CLOBBER_ALU(ALU32_REG, SUB, R9, R1),
lib/test_bpf.c
12149
BPF_TEST_CLOBBER_ALU(ALU32_REG, MUL, R9, R1),
lib/test_bpf.c
12151
BPF_TEST_CLOBBER_ALU(ALU32_REG, DIV, R9, R1),
lib/test_bpf.c
12153
BPF_TEST_CLOBBER_ALU(ALU32_REG, MOD, R9, R1),
lib/test_bpf.c
12168
BPF_ALU64_IMM(BPF_MOV, R9, 9), \
lib/test_bpf.c
12182
BPF_JMP_IMM(BPF_JNE, R9, 9, 1), \
lib/test_bpf.c
1338
for (rd = R0; rd <= R9; rd++) {
lib/test_bpf.c
1549
for (rd = R0; rd <= R9; rd++) {
lib/test_bpf.c
1550
for (rs = R0; rs <= R9; rs++) {
lib/test_bpf.c
2041
for (rd = R0; rd <= R9; rd++) {
lib/test_bpf.c
2042
for (rs = R0; rs <= R9; rs++) {
lib/test_bpf.c
3902
BPF_ALU64_IMM(BPF_MOV, R9, 9),
lib/test_bpf.c
3912
BPF_ALU64_IMM(BPF_ADD, R9, 20),
lib/test_bpf.c
3922
BPF_ALU64_IMM(BPF_SUB, R9, 10),
lib/test_bpf.c
3932
BPF_ALU64_REG(BPF_ADD, R0, R9), /* R0 == 155 */
lib/test_bpf.c
3944
BPF_ALU64_REG(BPF_ADD, R1, R9), /* R1 == 456 */
lib/test_bpf.c
3956
BPF_ALU64_REG(BPF_ADD, R2, R9), /* R2 == 1358 */
lib/test_bpf.c
3968
BPF_ALU64_REG(BPF_ADD, R3, R9), /* R3 == 4063 */
lib/test_bpf.c
3980
BPF_ALU64_REG(BPF_ADD, R4, R9), /* R4 == 12177 */
lib/test_bpf.c
3992
BPF_ALU64_REG(BPF_ADD, R5, R9), /* R5 == 36518 */
lib/test_bpf.c
4004
BPF_ALU64_REG(BPF_ADD, R6, R9), /* R6 == 109540 */
lib/test_bpf.c
4016
BPF_ALU64_REG(BPF_ADD, R7, R9), /* R7 == 328605 */
lib/test_bpf.c
4028
BPF_ALU64_REG(BPF_ADD, R8, R9), /* R8 == 985799 */
lib/test_bpf.c
4031
BPF_ALU64_REG(BPF_ADD, R9, R0),
lib/test_bpf.c
4032
BPF_ALU64_REG(BPF_ADD, R9, R1),
lib/test_bpf.c
4033
BPF_ALU64_REG(BPF_ADD, R9, R2),
lib/test_bpf.c
4034
BPF_ALU64_REG(BPF_ADD, R9, R3),
lib/test_bpf.c
4035
BPF_ALU64_REG(BPF_ADD, R9, R4),
lib/test_bpf.c
4036
BPF_ALU64_REG(BPF_ADD, R9, R5),
lib/test_bpf.c
4037
BPF_ALU64_REG(BPF_ADD, R9, R6),
lib/test_bpf.c
4038
BPF_ALU64_REG(BPF_ADD, R9, R7),
lib/test_bpf.c
4039
BPF_ALU64_REG(BPF_ADD, R9, R8),
lib/test_bpf.c
4040
BPF_ALU64_REG(BPF_ADD, R9, R9), /* R9 == 2957380 */
lib/test_bpf.c
4041
BPF_ALU64_REG(BPF_MOV, R0, R9),
lib/test_bpf.c
4060
BPF_ALU32_IMM(BPF_MOV, R9, 9),
lib/test_bpf.c
4069
BPF_ALU64_IMM(BPF_ADD, R9, 10),
lib/test_bpf.c
4078
BPF_ALU32_REG(BPF_ADD, R0, R9), /* R0 == 155 */
lib/test_bpf.c
4090
BPF_ALU32_REG(BPF_ADD, R1, R9), /* R1 == 456 */
lib/test_bpf.c
4102
BPF_ALU32_REG(BPF_ADD, R2, R9), /* R2 == 1358 */
lib/test_bpf.c
4114
BPF_ALU32_REG(BPF_ADD, R3, R9), /* R3 == 4063 */
lib/test_bpf.c
4126
BPF_ALU32_REG(BPF_ADD, R4, R9), /* R4 == 12177 */
lib/test_bpf.c
4138
BPF_ALU32_REG(BPF_ADD, R5, R9), /* R5 == 36518 */
lib/test_bpf.c
4150
BPF_ALU32_REG(BPF_ADD, R6, R9), /* R6 == 109540 */
lib/test_bpf.c
4162
BPF_ALU32_REG(BPF_ADD, R7, R9), /* R7 == 328605 */
lib/test_bpf.c
4174
BPF_ALU32_REG(BPF_ADD, R8, R9), /* R8 == 985799 */
lib/test_bpf.c
4177
BPF_ALU32_REG(BPF_ADD, R9, R0),
lib/test_bpf.c
4178
BPF_ALU32_REG(BPF_ADD, R9, R1),
lib/test_bpf.c
4179
BPF_ALU32_REG(BPF_ADD, R9, R2),
lib/test_bpf.c
4180
BPF_ALU32_REG(BPF_ADD, R9, R3),
lib/test_bpf.c
4181
BPF_ALU32_REG(BPF_ADD, R9, R4),
lib/test_bpf.c
4182
BPF_ALU32_REG(BPF_ADD, R9, R5),
lib/test_bpf.c
4183
BPF_ALU32_REG(BPF_ADD, R9, R6),
lib/test_bpf.c
4184
BPF_ALU32_REG(BPF_ADD, R9, R7),
lib/test_bpf.c
4185
BPF_ALU32_REG(BPF_ADD, R9, R8),
lib/test_bpf.c
4186
BPF_ALU32_REG(BPF_ADD, R9, R9), /* R9 == 2957380 */
lib/test_bpf.c
4187
BPF_ALU32_REG(BPF_MOV, R0, R9),
lib/test_bpf.c
4206
BPF_ALU64_IMM(BPF_MOV, R9, 9),
lib/test_bpf.c
4216
BPF_ALU64_REG(BPF_SUB, R0, R9),
lib/test_bpf.c
4228
BPF_ALU64_REG(BPF_SUB, R1, R9),
lib/test_bpf.c
4238
BPF_ALU64_REG(BPF_SUB, R2, R9),
lib/test_bpf.c
4248
BPF_ALU64_REG(BPF_SUB, R3, R9),
lib/test_bpf.c
4258
BPF_ALU64_REG(BPF_SUB, R4, R9),
lib/test_bpf.c
4268
BPF_ALU64_REG(BPF_SUB, R5, R9),
lib/test_bpf.c
4278
BPF_ALU64_REG(BPF_SUB, R6, R9),
lib/test_bpf.c
4288
BPF_ALU64_REG(BPF_SUB, R7, R9),
lib/test_bpf.c
4298
BPF_ALU64_REG(BPF_SUB, R8, R9),
lib/test_bpf.c
4300
BPF_ALU64_REG(BPF_SUB, R9, R0),
lib/test_bpf.c
4301
BPF_ALU64_REG(BPF_SUB, R9, R1),
lib/test_bpf.c
4302
BPF_ALU64_REG(BPF_SUB, R9, R2),
lib/test_bpf.c
4303
BPF_ALU64_REG(BPF_SUB, R9, R3),
lib/test_bpf.c
4304
BPF_ALU64_REG(BPF_SUB, R9, R4),
lib/test_bpf.c
4305
BPF_ALU64_REG(BPF_SUB, R9, R5),
lib/test_bpf.c
4306
BPF_ALU64_REG(BPF_SUB, R9, R6),
lib/test_bpf.c
4307
BPF_ALU64_REG(BPF_SUB, R9, R7),
lib/test_bpf.c
4308
BPF_ALU64_REG(BPF_SUB, R9, R8),
lib/test_bpf.c
4309
BPF_ALU64_IMM(BPF_SUB, R9, 10),
lib/test_bpf.c
4320
BPF_ALU64_REG(BPF_SUB, R0, R9),
lib/test_bpf.c
4374
BPF_ALU64_REG(BPF_XOR, R9, R9),
lib/test_bpf.c
4375
BPF_JMP_REG(BPF_JEQ, R9, R8, 1),
lib/test_bpf.c
4377
BPF_ALU64_REG(BPF_SUB, R9, R9),
lib/test_bpf.c
4379
BPF_JMP_REG(BPF_JEQ, R9, R0, 1),
lib/test_bpf.c
4383
BPF_JMP_REG(BPF_JEQ, R9, R0, 2),
lib/test_bpf.c
4405
BPF_ALU64_IMM(BPF_MOV, R9, 9),
lib/test_bpf.c
4415
BPF_ALU64_REG(BPF_MUL, R0, R9),
lib/test_bpf.c
4427
BPF_ALU64_REG(BPF_MUL, R1, R9),
lib/test_bpf.c
4445
BPF_ALU64_REG(BPF_MUL, R2, R9),
lib/test_bpf.c
4467
BPF_MOV64_REG(R9, R8),
lib/test_bpf.c
4477
BPF_ALU64_IMM(BPF_MOV, R9, 0),
lib/test_bpf.c
4487
BPF_ALU64_REG(BPF_ADD, R0, R9),
lib/test_bpf.c
4507
BPF_MOV64_REG(R9, R8),
lib/test_bpf.c
4517
BPF_ALU32_IMM(BPF_MOV, R9, 0),
lib/test_bpf.c
4527
BPF_ALU64_REG(BPF_ADD, R0, R9),
lib/test_bpf.c
4547
BPF_MOV64_REG(R9, R8),
lib/test_bpf.c
4557
BPF_LD_IMM64(R9, 0x0LL),
lib/test_bpf.c
4567
BPF_ALU64_REG(BPF_ADD, R0, R9),
tools/perf/util/libunwind-arch/libunwind-x86_64.c
36
REGNUM(R9),