Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
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()
Dperf_event.c27 unsigned long reg29) in save_raw_perf_callchain() argument
29 unsigned long *sp = (unsigned long *)reg29; in save_raw_perf_callchain()
Dprocess.c130 p->thread.reg29 = childksp; in copy_thread()
149 p->thread.reg29 = (unsigned long) childregs; in copy_thread()
537 return ((unsigned long *)t->reg29)[schedule_mfi.pc_offset]; in thread_saved_pc()
672 sp = task->thread.reg29 + schedule_mfi.frame_size; in __get_wchan()
Dkgdb.c252 *(ptr++) = p->thread.reg29; in sleeping_thread_to_gdb_regs()
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()
Dasm-offsets.c119 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
/linux-5.19.10/arch/loongarch/include/asm/
Dprocessor.h102 unsigned long reg27, reg28, reg29, reg30, reg31; /* s4-s8 */ member
145 .reg29 = 0, \
/linux-5.19.10/arch/mips/include/asm/
Dprocessor.h231 unsigned long reg29, reg30, reg31; member
306 .reg29 = 0, \
/linux-5.19.10/drivers/media/tuners/
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-5.19.10/arch/loongarch/kernel/
Dasm-offsets.c103 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
/linux-5.19.10/drivers/hwmon/
Dit87.c2589 int reg27, reg29; in it87_find() local
2602 reg29 = superio_inb(sioaddr, IT87_SIO_GPIO5_REG); in it87_find()
2603 if (reg29 & BIT(1)) in it87_find()
2605 if (reg29 & BIT(2)) in it87_find()