Home
last modified time | relevance | path

Searched refs:reg29 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/kernel/
H A Dstacktrace.c18 unsigned long reg29, int savesched) in save_raw_context_stack() argument
20 unsigned long *sp = (unsigned long *)reg29; in save_raw_context_stack()
86 regs->regs[29] = tsk->thread.reg29; in save_stack_trace_tsk()
H A Dperf_event.c27 unsigned long reg29) in save_raw_perf_callchain() argument
29 unsigned long *sp = (unsigned long *)reg29; in save_raw_perf_callchain()
H A Dkgdb.c252 *(ptr++) = p->thread.reg29; in sleeping_thread_to_gdb_regs()
H A Dtraps.c121 static void show_raw_backtrace(unsigned long reg29, const char *loglvl, in show_raw_backtrace() argument
124 unsigned long *sp = (unsigned long *)(reg29 & ~3); in show_raw_backtrace()
221 regs.regs[29] = task->thread.reg29; in show_stack()
H A Dasm-offsets.c132 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
/linux/arch/loongarch/include/asm/
H A Dprocessor.h114 unsigned long reg27, reg28, reg29, reg30, reg31; /* s4-s8 */ member
161 .reg29 = 0, \
/linux/arch/mips/include/asm/
H A Dprocessor.h233 unsigned long reg29, reg30, reg31; member
311 .reg29 = 0, \
/linux/drivers/media/tuners/
H A Dm88rs6000t.c154 u8 reg27, reg29, reg42, reg42buf; in m88rs6000t_set_pll_freq() local
225 reg29 = (((ulNDiv2 >> 8) & 0x0F) + ucLomod2) & 0x7f; in m88rs6000t_set_pll_freq()
226 ret = regmap_write(dev->regmap, 0x29, reg29); in m88rs6000t_set_pll_freq()
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c111 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
/linux/drivers/hwmon/
H A Dit87.c2931 int reg27, reg29; in it87_find() local
2944 reg29 = superio_inb(sioaddr, IT87_SIO_GPIO5_REG); in it87_find()
2945 if (reg29 & BIT(1)) in it87_find()
2947 if (reg29 & BIT(2)) in it87_find()