Home
last modified time | relevance | path

Searched defs:current_sp (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/acpi/acpica/
Dutdebug.c38 acpi_size current_sp; in acpi_ut_init_stack_ptr_trace() local
57 acpi_size current_sp; in acpi_ut_track_stack_ptr() local
/linux-6.1.9/drivers/misc/lkdtm/
Dstackleak.c33 const unsigned long current_sp = current_stack_pointer; in check_stackleak_irqoff() local
/linux-6.1.9/arch/x86/um/asm/
Dprocessor_64.h34 #define current_sp() ({ void *sp; __asm__("movq %%rsp, %0" : "=r" (sp) : ); sp; }) macro
Dprocessor_32.h50 #define current_sp() ({ void *sp; __asm__("movl %%esp, %0" : "=r" (sp) : ); sp; }) macro
/linux-6.1.9/drivers/scsi/device_handler/
Dscsi_dh_emc.c94 int current_sp; member