Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dstacktrace.c15 unsigned long reg29) in save_raw_context_stack() argument
17 unsigned long *sp = (unsigned long *)reg29; in save_raw_context_stack()
80 regs->regs[29] = tsk->thread.reg29; in save_stack_trace_tsk()
Dperf_event.c29 unsigned long reg29) in save_raw_perf_callchain() argument
31 unsigned long *sp = (unsigned long *)reg29; in save_raw_perf_callchain()
Dprocess.c135 p->thread.reg29 = childksp; in copy_thread()
155 p->thread.reg29 = (unsigned long) childregs; in copy_thread()
429 return ((unsigned long *)t->reg29)[schedule_mfi.pc_offset]; in thread_saved_pc()
534 sp = task->thread.reg29 + schedule_mfi.frame_size; in get_wchan()
Dtraps.c105 static void show_raw_backtrace(unsigned long reg29) in show_raw_backtrace() argument
107 unsigned long *sp = (unsigned long *)(reg29 & ~3); in show_raw_backtrace()
202 regs.regs[29] = task->thread.reg29; in show_stack()
Dasm-offsets.c118 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
/linux-4.1.27/arch/mips/include/asm/
Dprocessor.h254 unsigned long reg29, reg30, reg31; member
308 .reg29 = 0, \
/linux-4.1.27/arch/score/include/asm/
Dprocessor.h63 unsigned long reg29; member
/linux-4.1.27/drivers/media/tuners/
Dm88rs6000t.c163 u8 reg27, reg29, reg42, reg42buf; in m88rs6000t_set_pll_freq() local
234 reg29 = (((ulNDiv2 >> 8) & 0x0F) + ucLomod2) & 0x7f; in m88rs6000t_set_pll_freq()
235 ret = regmap_write(dev->regmap, 0x29, reg29); in m88rs6000t_set_pll_freq()
/linux-4.1.27/arch/score/kernel/
Dasm-offsets.c130 OFFSET(THREAD_REG29, task_struct, thread.reg29); in output_thread_defines()
/linux-4.1.27/drivers/hwmon/
Dit87.c1996 int reg27, reg29; in it87_find() local
2009 reg29 = superio_inb(IT87_SIO_GPIO5_REG); in it87_find()
2010 if (reg29 & (1 << 1)) in it87_find()
2012 if (reg29 & (1 << 2)) in it87_find()