Home
last modified time | relevance | path

Searched refs:new_ip (Results 1 – 8 of 8) sorted by relevance

/arch/x86/mm/
Dextable.c20 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/
Dprocess_64.c226 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()
Dprocess_32.c198 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/
Dprocessor.h67 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
/arch/blackfin/kernel/
Dprocess.c81 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/
Dprocessor.h311 #define start_thread(regs,new_ip,new_sp) do { \ argument
314 regs->cr_iip = new_ip; \
/arch/x86/include/asm/
Delf.h183 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp);
Dprocessor.h928 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,