Searched refs:current_sp (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/misc/lkdtm/
H A Dstackleak.c33 const unsigned long current_sp = current_stack_pointer; local
45 if (current_sp < task_stack_low || current_sp >= task_stack_high) {
48 current_sp, task_stack_low, task_stack_high - 1);
71 untracked_high = min(current_sp, lowest_sp);
108 task_stack_high - current_sp,
/linux-master/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-master/arch/um/include/asm/
H A Dstacktrace.h37 return segv_regs ? (unsigned long *)PT_REGS_SP(segv_regs) : current_sp();
/linux-master/drivers/acpi/acpica/
H A Dutdebug.c38 acpi_size current_sp; local
44 acpi_gbl_entry_stack_pointer = &current_sp;
62 acpi_size current_sp; local
64 if (&current_sp < acpi_gbl_lowest_stack_pointer) {
65 acpi_gbl_lowest_stack_pointer = &current_sp;
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c94 int current_sp; member in struct:clariion_dh_data
175 csdev->current_sp = csdev->buffer[8];
181 if (csdev->default_sp == csdev->current_sp)
412 CLARIION_NAME, csdev->current_sp + 'A',
486 h->current_sp = CLARIION_UNBOUND_LU;
498 CLARIION_NAME, h->current_sp + 'A',

Completed in 161 milliseconds