Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/kernel/
Dirq_32.c101 irqctx->tinfo.previous_esp = current_stack_pointer; in execute_on_irq_stack()
173 irqctx->tinfo.previous_esp = current_stack_pointer; in do_softirq()
/linux-3.3/arch/x86/include/asm/
Dthread_info.h184 register unsigned long current_stack_pointer asm("esp") __used;
190 (current_stack_pointer & ~(THREAD_SIZE - 1)); in current_thread_info()
/linux-3.3/arch/sh/kernel/
Dirq.c88 irqctx->tinfo.previous_sp = current_stack_pointer; in handle_one_irq()
168 irqctx->tinfo.previous_sp = current_stack_pointer; in do_softirq()
Dstacktrace.c51 unsigned long *sp = (unsigned long *)current_stack_pointer; in save_stack_trace()
Dtraps_32.c910 sp = (unsigned long *)current_stack_pointer; in show_stack()
/linux-3.3/arch/mn10300/include/asm/
Dthread_info.h116 static inline unsigned long current_stack_pointer(void) in current_stack_pointer() function
/linux-3.3/arch/sh/include/asm/
Dthread_info.h67 register unsigned long current_stack_pointer asm("r15") __used;
/linux-3.3/arch/mn10300/kernel/
Dirq.c298 sp = current_stack_pointer(); in do_IRQ()