Searched defs:current_sp (Results 1 – 5 of 5) sorted by relevance
38 acpi_size current_sp; in acpi_ut_init_stack_ptr_trace() local57 acpi_size current_sp; in acpi_ut_track_stack_ptr() local
37 #define current_sp() ({ void *sp; __asm__("movq %%rsp, %0" : "=r" (sp) : ); sp; }) macro
58 #define current_sp() ({ void *sp; __asm__("movl %%esp, %0" : "=r" (sp) : ); sp; }) macro
501 unsigned long current_sp = current_stack_pointer; in stackleak_check_alloca() local
107 int current_sp; member