Home
last modified time | relevance | path

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

/linux/arch/x86/um/asm/
H A Dprocessor_64.h31 #define current_sp() ({ void *sp; __asm__("movq %%rsp, %0" : "=r" (sp) : ); sp; }) macro
H A Dprocessor_32.h50 #define current_sp() ({ void *sp; __asm__("movl %%esp, %0" : "=r" (sp) : ); sp; }) macro
/linux/drivers/misc/lkdtm/
H A Dkstack_erase.c33 const unsigned long current_sp = current_stack_pointer; in check_stackleak_irqoff() local
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c94 int current_sp; member