Home
last modified time | relevance | path

Searched refs:current_top_of_stack (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkprobes.h30 (current_top_of_stack() - (unsigned long)(ADDR))
H A Dprocessor.h535 static __always_inline unsigned long current_top_of_stack(void) in current_top_of_stack() function
550 return (unsigned long)(current_top_of_stack() - in on_thread_stack()
/linux/arch/x86/kernel/
H A Dtraps.c826 struct pt_regs *regs = (struct pt_regs *)current_top_of_stack() - 1; in sync_regs()
844 sp = current_top_of_stack(); in vc_switch_off_ist()