Searched refs:new_pc (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/m32r/include/asm/
H A Dprocessor.h107 #define start_thread(regs, new_pc, new_spu) \
110 regs->bpc = new_pc; \
/linux-4.4.14/arch/avr32/include/asm/
H A Dprocessor.h128 #define start_thread(regs, new_pc, new_sp) \
132 regs->pc = new_pc & ~1; \
/linux-4.4.14/arch/sh/kernel/
H A Dprocess_32.c67 void start_thread(struct pt_regs *regs, unsigned long new_pc, start_thread() argument
72 regs->pc = new_pc; start_thread()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dprocessor.h126 unsigned long new_pc, unsigned long new_sp) start_thread()
129 regs->pc = new_pc; start_thread()
125 start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp) start_thread() argument
/linux-4.4.14/arch/xtensa/include/asm/
H A Dprocessor.h181 #define start_thread(regs, new_pc, new_sp) \
183 regs->pc = new_pc; \
/linux-4.4.14/arch/sh/include/asm/
H A Dprocessor_64.h159 #define start_thread(_regs, new_pc, new_sp) \
161 _regs->pc = new_pc - 4; /* Compensate syscall exit */ \
H A Dprocessor_32.h134 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
/linux-4.4.14/arch/parisc/include/asm/
H A Dprocessor.h271 #define start_thread(regs, new_pc, new_sp) do { \
274 elf_addr_t pc = (elf_addr_t)new_pc | 3; \

Completed in 290 milliseconds