Searched refs:sof (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/kernel/ |
D | crash.c | 39 unsigned long cfm, sof, sol; in crash_save_this_cpu() local 51 sof = cfm & 0x7f; in crash_save_this_cpu() 53 sof - sol); in crash_save_this_cpu()
|
D | unaligned.c | 315 long sof = (regs->cr_ifs) & 0x7f; in set_rse_reg() local 320 if (ridx >= sof) { in set_rse_reg() 322 DPRINT("ignoring write to r%lu; only %lu registers are allocated!\n", r1, sof); in set_rse_reg() 330 r1, sw->ar_bspstore, regs->ar_bspstore, sof, (regs->cr_ifs >> 7) & 0x7f, ridx); in set_rse_reg() 333 addr = ia64_rse_skip_regs((unsigned long *) sw->ar_bspstore, -sof + ridx); in set_rse_reg() 356 bsp = ia64_rse_skip_regs(ubs_end, -sof); in set_rse_reg() 388 long sof = (regs->cr_ifs) & 0x7f; in get_rse_reg() local 393 if (ridx >= sof) { in get_rse_reg() 395 DPRINT("ignoring read from r%lu; only %lu registers are allocated!\n", r1, sof); in get_rse_reg() 403 r1, sw->ar_bspstore, regs->ar_bspstore, sof, (regs->cr_ifs >> 7) & 0x7f, ridx); in get_rse_reg() [all …]
|
D | process.c | 139 int i, sof, is_nat = 0; in show_regs() local 141 sof = regs->cr_ifs & 0x7f; /* size of frame */ in show_regs() 144 for (i = 0; i < sof; ++i) { in show_regs() 147 ((i == sof - 1) || (i % 3) == 2) ? "\n" : " "); in show_regs()
|