Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dpercpu.h8 register unsigned long current_stack_pointer asm ("sp");
31 : "Q" (*(const unsigned long *)current_stack_pointer)); in __my_cpu_offset()
Dperf_event.h21 (regs)->ARM_sp = current_stack_pointer; \
Dthread_info.h87 (current_stack_pointer & ~(THREAD_SIZE - 1)); in current_thread_info()
Dptrace.h163 ((current_stack_pointer | (THREAD_SIZE - 1)) - 7) - 1; \
/arch/x86/kernel/
Dirq_32.c71 return (void *)(current_stack_pointer & ~(THREAD_SIZE - 1)); in current_stack()
95 *prev_esp = current_stack_pointer; in execute_on_irq_stack()
147 *prev_esp = current_stack_pointer; in do_softirq_own_stack()
/arch/arm64/include/asm/
Dstack_pointer.h8 register unsigned long current_stack_pointer asm ("sp");
Dperf_event.h258 (regs)->sp = current_stack_pointer; \
Dprocessor.h347 #define on_thread_stack() (on_task_stack(current, current_stack_pointer, 1, NULL))
Dpercpu.h44 "Q" (*(const unsigned long *)current_stack_pointer)); in __kern_my_cpu_offset()
/arch/arm/kernel/
Dreturn_address.c42 frame.sp = current_stack_pointer; in return_address()
Dstacktrace.c155 frame.sp = current_stack_pointer; in __save_stack_trace()
Dunwind.c499 frame.sp = current_stack_pointer; in unwind_backtrace()
/arch/s390/include/asm/
Dentry-common.h62 return !(((unsigned long)(current->stack) ^ current_stack_pointer()) & ~(THREAD_SIZE - 1)); in on_thread_stack()
Dprocessor.h204 static __always_inline unsigned long current_stack_pointer(void) in current_stack_pointer() function
/arch/sh/kernel/
Dirq.c90 irqctx->tinfo.previous_sp = current_stack_pointer; in handle_one_irq()
161 irqctx->tinfo.previous_sp = current_stack_pointer; in do_softirq_own_stack()
Dstacktrace.c43 unsigned long *sp = (unsigned long *)current_stack_pointer; in save_stack_trace()
Ddumpstack.c148 sp = (unsigned long *)current_stack_pointer; in show_stack()
/arch/x86/include/asm/
Dasm.h203 register unsigned long current_stack_pointer asm(_ASM_SP);
204 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer)
Dprocessor.h575 current_stack_pointer) < THREAD_SIZE; in on_thread_stack()
/arch/sh/include/asm/
Dthread_info.h65 register unsigned long current_stack_pointer asm("r15") __used;
/arch/powerpc/kernel/
Dirq.c684 sp = current_stack_pointer & (THREAD_SIZE - 1); in check_stack_overflow()
765 cursp = (void *)(current_stack_pointer & ~(THREAD_SIZE - 1)); in __do_IRQ()
/arch/s390/lib/
Dtest_unwind.c192 regs.gprs[15] = current_stack_pointer(); in unwindme_func4()
/arch/powerpc/include/asm/
Dreg.h1442 register unsigned long current_stack_pointer asm("r1");