Home
last modified time | relevance | path

Searched refs:regn (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/parisc/kernel/
Dsignal32.c69 int regn; in restore_sigcontext32() local
76 for(regn=0; regn < 32; regn++){ in restore_sigcontext32()
77 err |= __get_user(compat_reg,&sc->sc_gr[regn]); in restore_sigcontext32()
78 regs->gr[regn] = compat_reg; in restore_sigcontext32()
80 err |= __get_user(compat_regt,&rf->rf_gr[regn]); in restore_sigcontext32()
81 regs->gr[regn] = ((u64)compat_regt << 32) | (u64)compat_reg; in restore_sigcontext32()
83 regn, regs->gr[regn], compat_regt, compat_reg); in restore_sigcontext32()
149 int regn; in setup_sigcontext32() local
245 for(regn=0; regn < 32; regn++){ in setup_sigcontext32()
247 compat_reg = (compat_uint_t)(regs->gr[regn]); in setup_sigcontext32()
[all …]
/linux-4.4.14/tools/perf/util/
Dprobe-finder.c179 unsigned int regn; in convert_variable_location() local
249 regn = op->atom - DW_OP_breg0; in convert_variable_location()
253 regn = op->atom - DW_OP_reg0; in convert_variable_location()
255 regn = op->number; in convert_variable_location()
259 regn = op->number; in convert_variable_location()
268 regs = get_arch_regstr(regn); in convert_variable_location()
272 "missing on this architecture.\n", regn); in convert_variable_location()