Searched refs:new_ip (Results 1 – 8 of 8) sorted by relevance
/arch/x86/mm/ |
D | extable.c | 20 unsigned long new_ip; in fixup_exception() local 38 new_ip = ex_fixup_addr(fixup); in fixup_exception() 43 new_ip -= 0x7ffffff0; in fixup_exception() 45 regs->ip = new_ip; in fixup_exception() 56 unsigned long new_ip; in early_fixup_exception() local 60 new_ip = ex_fixup_addr(fixup); in early_fixup_exception() 67 *ip = new_ip; in early_fixup_exception()
|
/arch/x86/kernel/ |
D | process_64.c | 226 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() argument 235 regs->ip = new_ip; in start_thread_common() 244 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 246 start_thread_common(regs, new_ip, new_sp, in start_thread() 251 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp) in start_thread_ia32() argument 253 start_thread_common(regs, new_ip, new_sp, in start_thread_ia32()
|
D | process_32.c | 198 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 206 regs->ip = new_ip; in start_thread()
|
/arch/blackfin/include/asm/ |
D | processor.h | 67 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
|
/arch/blackfin/kernel/ |
D | process.c | 81 void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 83 regs->pc = new_ip; in start_thread()
|
/arch/ia64/include/asm/ |
D | processor.h | 311 #define start_thread(regs,new_ip,new_sp) do { \ argument 314 regs->cr_iip = new_ip; \
|
/arch/x86/include/asm/ |
D | elf.h | 183 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp);
|
D | processor.h | 928 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
|