Symbol: STACK_BIAS
arch/sparc/include/asm/head_64.h
17
#define PTREGS_OFF (STACK_BIAS + STACKFRAME_SZ)
arch/sparc/include/asm/processor_64.h
127
: "r" (regs), "r" (sp - sizeof(struct reg_window) - STACK_BIAS), \
arch/sparc/include/asm/ttable.h
252
stx %l0, [%sp + STACK_BIAS + 0x00]; \
arch/sparc/include/asm/ttable.h
253
stx %l1, [%sp + STACK_BIAS + 0x08]; \
arch/sparc/include/asm/ttable.h
254
stx %l2, [%sp + STACK_BIAS + 0x10]; \
arch/sparc/include/asm/ttable.h
255
stx %l3, [%sp + STACK_BIAS + 0x18]; \
arch/sparc/include/asm/ttable.h
256
stx %l4, [%sp + STACK_BIAS + 0x20]; \
arch/sparc/include/asm/ttable.h
257
stx %l5, [%sp + STACK_BIAS + 0x28]; \
arch/sparc/include/asm/ttable.h
258
stx %l6, [%sp + STACK_BIAS + 0x30]; \
arch/sparc/include/asm/ttable.h
259
stx %l7, [%sp + STACK_BIAS + 0x38]; \
arch/sparc/include/asm/ttable.h
260
stx %i0, [%sp + STACK_BIAS + 0x40]; \
arch/sparc/include/asm/ttable.h
261
stx %i1, [%sp + STACK_BIAS + 0x48]; \
arch/sparc/include/asm/ttable.h
262
stx %i2, [%sp + STACK_BIAS + 0x50]; \
arch/sparc/include/asm/ttable.h
263
stx %i3, [%sp + STACK_BIAS + 0x58]; \
arch/sparc/include/asm/ttable.h
264
stx %i4, [%sp + STACK_BIAS + 0x60]; \
arch/sparc/include/asm/ttable.h
265
stx %i5, [%sp + STACK_BIAS + 0x68]; \
arch/sparc/include/asm/ttable.h
266
stx %i6, [%sp + STACK_BIAS + 0x70]; \
arch/sparc/include/asm/ttable.h
267
stx %i7, [%sp + STACK_BIAS + 0x78]; \
arch/sparc/include/asm/ttable.h
273
stx %l0, [%sp + STACK_BIAS + 0x00]; \
arch/sparc/include/asm/ttable.h
274
stx %l1, [%sp + STACK_BIAS + 0x08]; \
arch/sparc/include/asm/ttable.h
275
stx %l2, [%sp + STACK_BIAS + 0x10]; \
arch/sparc/include/asm/ttable.h
276
stx %l3, [%sp + STACK_BIAS + 0x18]; \
arch/sparc/include/asm/ttable.h
277
stx %l4, [%sp + STACK_BIAS + 0x20]; \
arch/sparc/include/asm/ttable.h
278
stx %l5, [%sp + STACK_BIAS + 0x28]; \
arch/sparc/include/asm/ttable.h
279
stx %l6, [%sp + STACK_BIAS + 0x30]; \
arch/sparc/include/asm/ttable.h
280
stx %l7, [%sp + STACK_BIAS + 0x38]; \
arch/sparc/include/asm/ttable.h
281
stx %i0, [%sp + STACK_BIAS + 0x40]; \
arch/sparc/include/asm/ttable.h
282
stx %i1, [%sp + STACK_BIAS + 0x48]; \
arch/sparc/include/asm/ttable.h
283
stx %i2, [%sp + STACK_BIAS + 0x50]; \
arch/sparc/include/asm/ttable.h
284
stx %i3, [%sp + STACK_BIAS + 0x58]; \
arch/sparc/include/asm/ttable.h
285
stx %i4, [%sp + STACK_BIAS + 0x60]; \
arch/sparc/include/asm/ttable.h
286
stx %i5, [%sp + STACK_BIAS + 0x68]; \
arch/sparc/include/asm/ttable.h
287
stx %i6, [%sp + STACK_BIAS + 0x70]; \
arch/sparc/include/asm/ttable.h
288
stx %i7, [%sp + STACK_BIAS + 0x78]; \
arch/sparc/include/asm/ttable.h
298
add %sp, STACK_BIAS + 0x00, %g1; \
arch/sparc/include/asm/ttable.h
331
stxa %l0, [%sp + STACK_BIAS + 0x00] %asi; \
arch/sparc/include/asm/ttable.h
332
stxa %l1, [%sp + STACK_BIAS + 0x08] %asi; \
arch/sparc/include/asm/ttable.h
333
stxa %l2, [%sp + STACK_BIAS + 0x10] %asi; \
arch/sparc/include/asm/ttable.h
334
stxa %l3, [%sp + STACK_BIAS + 0x18] %asi; \
arch/sparc/include/asm/ttable.h
335
stxa %l4, [%sp + STACK_BIAS + 0x20] %asi; \
arch/sparc/include/asm/ttable.h
336
stxa %l5, [%sp + STACK_BIAS + 0x28] %asi; \
arch/sparc/include/asm/ttable.h
337
stxa %l6, [%sp + STACK_BIAS + 0x30] %asi; \
arch/sparc/include/asm/ttable.h
338
stxa %l7, [%sp + STACK_BIAS + 0x38] %asi; \
arch/sparc/include/asm/ttable.h
339
stxa %i0, [%sp + STACK_BIAS + 0x40] %asi; \
arch/sparc/include/asm/ttable.h
340
stxa %i1, [%sp + STACK_BIAS + 0x48] %asi; \
arch/sparc/include/asm/ttable.h
341
stxa %i2, [%sp + STACK_BIAS + 0x50] %asi; \
arch/sparc/include/asm/ttable.h
342
stxa %i3, [%sp + STACK_BIAS + 0x58] %asi; \
arch/sparc/include/asm/ttable.h
343
stxa %i4, [%sp + STACK_BIAS + 0x60] %asi; \
arch/sparc/include/asm/ttable.h
344
stxa %i5, [%sp + STACK_BIAS + 0x68] %asi; \
arch/sparc/include/asm/ttable.h
345
stxa %i6, [%sp + STACK_BIAS + 0x70] %asi; \
arch/sparc/include/asm/ttable.h
346
stxa %i7, [%sp + STACK_BIAS + 0x78] %asi; \
arch/sparc/include/asm/ttable.h
508
ldx [%sp + STACK_BIAS + 0x00], %l0; \
arch/sparc/include/asm/ttable.h
509
ldx [%sp + STACK_BIAS + 0x08], %l1; \
arch/sparc/include/asm/ttable.h
510
ldx [%sp + STACK_BIAS + 0x10], %l2; \
arch/sparc/include/asm/ttable.h
511
ldx [%sp + STACK_BIAS + 0x18], %l3; \
arch/sparc/include/asm/ttable.h
512
ldx [%sp + STACK_BIAS + 0x20], %l4; \
arch/sparc/include/asm/ttable.h
513
ldx [%sp + STACK_BIAS + 0x28], %l5; \
arch/sparc/include/asm/ttable.h
514
ldx [%sp + STACK_BIAS + 0x30], %l6; \
arch/sparc/include/asm/ttable.h
515
ldx [%sp + STACK_BIAS + 0x38], %l7; \
arch/sparc/include/asm/ttable.h
516
ldx [%sp + STACK_BIAS + 0x40], %i0; \
arch/sparc/include/asm/ttable.h
517
ldx [%sp + STACK_BIAS + 0x48], %i1; \
arch/sparc/include/asm/ttable.h
518
ldx [%sp + STACK_BIAS + 0x50], %i2; \
arch/sparc/include/asm/ttable.h
519
ldx [%sp + STACK_BIAS + 0x58], %i3; \
arch/sparc/include/asm/ttable.h
520
ldx [%sp + STACK_BIAS + 0x60], %i4; \
arch/sparc/include/asm/ttable.h
521
ldx [%sp + STACK_BIAS + 0x68], %i5; \
arch/sparc/include/asm/ttable.h
522
ldx [%sp + STACK_BIAS + 0x70], %i6; \
arch/sparc/include/asm/ttable.h
523
ldx [%sp + STACK_BIAS + 0x78], %i7; \
arch/sparc/include/asm/ttable.h
532
ldx [%sp + STACK_BIAS + 0x00], %l0; \
arch/sparc/include/asm/ttable.h
533
ldx [%sp + STACK_BIAS + 0x08], %l1; \
arch/sparc/include/asm/ttable.h
534
ldx [%sp + STACK_BIAS + 0x10], %l2; \
arch/sparc/include/asm/ttable.h
535
ldx [%sp + STACK_BIAS + 0x18], %l3; \
arch/sparc/include/asm/ttable.h
536
ldx [%sp + STACK_BIAS + 0x20], %l4; \
arch/sparc/include/asm/ttable.h
537
ldx [%sp + STACK_BIAS + 0x28], %l5; \
arch/sparc/include/asm/ttable.h
538
ldx [%sp + STACK_BIAS + 0x30], %l6; \
arch/sparc/include/asm/ttable.h
539
ldx [%sp + STACK_BIAS + 0x38], %l7; \
arch/sparc/include/asm/ttable.h
540
ldx [%sp + STACK_BIAS + 0x40], %i0; \
arch/sparc/include/asm/ttable.h
541
ldx [%sp + STACK_BIAS + 0x48], %i1; \
arch/sparc/include/asm/ttable.h
542
ldx [%sp + STACK_BIAS + 0x50], %i2; \
arch/sparc/include/asm/ttable.h
543
ldx [%sp + STACK_BIAS + 0x58], %i3; \
arch/sparc/include/asm/ttable.h
544
ldx [%sp + STACK_BIAS + 0x60], %i4; \
arch/sparc/include/asm/ttable.h
545
ldx [%sp + STACK_BIAS + 0x68], %i5; \
arch/sparc/include/asm/ttable.h
546
ldx [%sp + STACK_BIAS + 0x70], %i6; \
arch/sparc/include/asm/ttable.h
547
ldx [%sp + STACK_BIAS + 0x78], %i7; \
arch/sparc/include/asm/ttable.h
558
add %sp, STACK_BIAS + 0x00, %g1; \
arch/sparc/include/asm/ttable.h
589
ldxa [%sp + STACK_BIAS + 0x00] %asi, %l0; \
arch/sparc/include/asm/ttable.h
590
ldxa [%sp + STACK_BIAS + 0x08] %asi, %l1; \
arch/sparc/include/asm/ttable.h
591
ldxa [%sp + STACK_BIAS + 0x10] %asi, %l2; \
arch/sparc/include/asm/ttable.h
592
ldxa [%sp + STACK_BIAS + 0x18] %asi, %l3; \
arch/sparc/include/asm/ttable.h
593
ldxa [%sp + STACK_BIAS + 0x20] %asi, %l4; \
arch/sparc/include/asm/ttable.h
594
ldxa [%sp + STACK_BIAS + 0x28] %asi, %l5; \
arch/sparc/include/asm/ttable.h
595
ldxa [%sp + STACK_BIAS + 0x30] %asi, %l6; \
arch/sparc/include/asm/ttable.h
596
ldxa [%sp + STACK_BIAS + 0x38] %asi, %l7; \
arch/sparc/include/asm/ttable.h
597
ldxa [%sp + STACK_BIAS + 0x40] %asi, %i0; \
arch/sparc/include/asm/ttable.h
598
ldxa [%sp + STACK_BIAS + 0x48] %asi, %i1; \
arch/sparc/include/asm/ttable.h
599
ldxa [%sp + STACK_BIAS + 0x50] %asi, %i2; \
arch/sparc/include/asm/ttable.h
600
ldxa [%sp + STACK_BIAS + 0x58] %asi, %i3; \
arch/sparc/include/asm/ttable.h
601
ldxa [%sp + STACK_BIAS + 0x60] %asi, %i4; \
arch/sparc/include/asm/ttable.h
602
ldxa [%sp + STACK_BIAS + 0x68] %asi, %i5; \
arch/sparc/include/asm/ttable.h
603
ldxa [%sp + STACK_BIAS + 0x70] %asi, %i6; \
arch/sparc/include/asm/ttable.h
604
ldxa [%sp + STACK_BIAS + 0x78] %asi, %i7; \
arch/sparc/kernel/irq_64.c
858
sp += THREAD_SIZE - 192 - STACK_BIAS;
arch/sparc/kernel/kgdb_64.c
109
win = (struct reg_window *) (regs->u_regs[UREG_FP] + STACK_BIAS);
arch/sparc/kernel/kgdb_64.c
28
win = (struct reg_window *) (regs->u_regs[UREG_FP] + STACK_BIAS);
arch/sparc/kernel/kgdb_64.c
63
win = (struct reg_window *) (t->ksp + STACK_BIAS);
arch/sparc/kernel/kprobes.c
258
(regs->u_regs[UREG_FP] + STACK_BIAS);
arch/sparc/kernel/kstack.h
72
sp += THREAD_SIZE - 192 - STACK_BIAS;
arch/sparc/kernel/perf_event.c
1749
fp = ksp + STACK_BIAS;
arch/sparc/kernel/perf_event.c
1765
fp = regs->u_regs[UREG_I6] + STACK_BIAS;
arch/sparc/kernel/perf_event.c
1768
fp = (unsigned long)sf->fp + STACK_BIAS;
arch/sparc/kernel/perf_event.c
1801
ufp = regs->u_regs[UREG_FP] + STACK_BIAS;
arch/sparc/kernel/perf_event.c
1815
ufp = (unsigned long)sf.fp + STACK_BIAS;
arch/sparc/kernel/perf_event.c
1833
ufp += STACK_BIAS;
arch/sparc/kernel/process_64.c
139
(regs->u_regs[14] + STACK_BIAS);
arch/sparc/kernel/process_64.c
141
(regs->u_regs[14] + STACK_BIAS);
arch/sparc/kernel/process_64.c
209
(regs->u_regs[UREG_FP] + STACK_BIAS);
arch/sparc/kernel/process_64.c
213
(rw->ins[6] + STACK_BIAS);
arch/sparc/kernel/process_64.c
432
csp += STACK_BIAS;
arch/sparc/kernel/process_64.c
433
psp += STACK_BIAS;
arch/sparc/kernel/process_64.c
435
fp += STACK_BIAS;
arch/sparc/kernel/process_64.c
456
if (put_user(((u64)csp - STACK_BIAS),
arch/sparc/kernel/process_64.c
460
rval = rval - STACK_BIAS;
arch/sparc/kernel/process_64.c
495
sp += STACK_BIAS;
arch/sparc/kernel/process_64.c
535
sp += STACK_BIAS;
arch/sparc/kernel/process_64.c
587
t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS;
arch/sparc/kernel/process_64.c
681
bias = STACK_BIAS;
arch/sparc/kernel/ptrace_64.c
1153
unsigned long ksp = kernel_stack_pointer(regs) + STACK_BIAS;
arch/sparc/kernel/ptrace_64.c
1169
unsigned long ksp = kernel_stack_pointer(regs) + STACK_BIAS;
arch/sparc/kernel/ptrace_64.c
207
rw_addr += STACK_BIAS;
arch/sparc/kernel/ptrace_64.c
233
rw_addr += STACK_BIAS;
arch/sparc/kernel/signal_64.c
105
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6])));
arch/sparc/kernel/signal_64.c
107
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7])));
arch/sparc/kernel/signal_64.c
201
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6])));
arch/sparc/kernel/signal_64.c
203
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7])));
arch/sparc/kernel/signal_64.c
269
(regs->u_regs [UREG_FP] + STACK_BIAS);
arch/sparc/kernel/signal_64.c
278
if ((ufp + STACK_BIAS) & 0x7)
arch/sparc/kernel/signal_64.c
327
unsigned long sp = regs->u_regs[UREG_FP] + STACK_BIAS;
arch/sparc/kernel/signal_64.c
411
STACK_BIAS),
arch/sparc/kernel/signal_64.c
429
regs->u_regs[UREG_FP] = ((unsigned long) sf) - STACK_BIAS;
arch/sparc/kernel/stacktrace.c
30
fp = ksp + STACK_BIAS;
arch/sparc/kernel/stacktrace.c
49
fp = regs->u_regs[UREG_I6] + STACK_BIAS;
arch/sparc/kernel/stacktrace.c
52
fp = (unsigned long)sf->fp + STACK_BIAS;
arch/sparc/kernel/traps_64.c
2472
fp = ksp + STACK_BIAS;
arch/sparc/kernel/traps_64.c
2489
fp = regs->u_regs[UREG_I6] + STACK_BIAS;
arch/sparc/kernel/traps_64.c
2492
fp = (unsigned long)sf->fp + STACK_BIAS;
arch/sparc/kernel/traps_64.c
2517
return (struct reg_window *) (fp + STACK_BIAS);
arch/sparc/kernel/traps_64.c
2540
(regs->u_regs[UREG_FP] + STACK_BIAS);
arch/sparc/kernel/unaligned_64.c
131
win = (struct reg_window *)(fp + STACK_BIAS);
arch/sparc/kernel/unaligned_64.c
139
win = (struct reg_window __user *)(fp + STACK_BIAS);
arch/sparc/kernel/unaligned_64.c
156
win = (struct reg_window *)(fp + STACK_BIAS);
arch/sparc/kernel/unaligned_64.c
164
win = (struct reg_window *)(fp + STACK_BIAS);
arch/sparc/kernel/unaligned_64.c
423
win = (struct reg_window __user *)(fp + STACK_BIAS);
arch/sparc/kernel/uprobes.c
149
(unsigned long __user *) (fp + STACK_BIAS) + rd;
arch/sparc/kernel/visemul.c
162
win = (struct reg_window *)(fp + STACK_BIAS);
arch/sparc/kernel/visemul.c
170
win = (struct reg_window __user *)(fp + STACK_BIAS);
arch/sparc/kernel/visemul.c
190
win = (struct reg_window __user *)(fp + STACK_BIAS);
arch/sparc/math-emu/math_64.c
332
win = (struct reg_window __user *)(regs->u_regs[UREG_FP] + STACK_BIAS);
arch/sparc/net/bpf_jit_comp_64.c
1056
emit_alu3_K(ADD, SP, STACK_BIAS + 128, tmp, ctx);
arch/sparc/net/bpf_jit_comp_64.c
795
#define BPF_TAILCALL_CNT_SP_OFF (STACK_BIAS + 128)
arch/sparc/net/bpf_jit_comp_64.c
826
emit(ADD | IMMED | RS1(FP) | S13(STACK_BIAS) | RD(vfp), ctx);