Home
last modified time | relevance | path

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

/openbmc/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 Dprocess.c143 p->thread.reg29 = childksp; in copy_thread()
162 p->thread.reg29 = (unsigned long) childregs; in copy_thread()
538 return ((unsigned long *)t->reg29)[schedule_mfi.pc_offset]; in thread_saved_pc()
673 sp = task->thread.reg29 + schedule_mfi.frame_size; in __get_wchan()
H A Dkgdb.c252 *(ptr++) = p->thread.reg29; in sleeping_thread_to_gdb_regs()
H A Dtraps.c119 static void show_raw_backtrace(unsigned long reg29, const char *loglvl, in show_raw_backtrace() argument
122 unsigned long *sp = (unsigned long *)(reg29 & ~3); in show_raw_backtrace()
219 regs.regs[29] = task->thread.reg29; in show_stack()
H A Dasm-offsets.c124 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h114 unsigned long reg27, reg28, reg29, reg30, reg31; /* s4-s8 */ member
161 .reg29 = 0, \
/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h233 unsigned long reg29, reg30, reg31; member
311 .reg29 = 0, \
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h70 unsigned long reg29, reg30, reg31; member
/openbmc/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()
/openbmc/linux/arch/loongarch/kernel/
H A Dasm-offsets.c107 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
H A Dkgdb.c212 gdb_regs[DBG_LOONGARCH_S6] = p->thread.reg29; in sleeping_thread_to_gdb_regs()
/openbmc/linux/drivers/hwmon/
H A Dit87.c2888 int reg27, reg29; in it87_find() local
2901 reg29 = superio_inb(sioaddr, IT87_SIO_GPIO5_REG); in it87_find()
2902 if (reg29 & BIT(1)) in it87_find()
2904 if (reg29 & BIT(2)) in it87_find()