Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/misc/lkdtm/
A Dstackleak.c33 const unsigned long current_sp = current_stack_pointer; in check_stackleak_irqoff() local
45 if (current_sp < task_stack_low || current_sp >= task_stack_high) { in check_stackleak_irqoff()
47 current_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()
69 untracked_high = min(current_sp, lowest_sp); in check_stackleak_irqoff()
103 task_stack_high - current_sp, in check_stackleak_irqoff()
/linux-6.3-rc2/drivers/acpi/acpica/
A Dutdebug.c38 acpi_size current_sp; in acpi_ut_init_stack_ptr_trace() local
40 acpi_gbl_entry_stack_pointer = &current_sp; in acpi_ut_init_stack_ptr_trace()
57 acpi_size current_sp; in acpi_ut_track_stack_ptr() local
59 if (&current_sp < acpi_gbl_lowest_stack_pointer) { in acpi_ut_track_stack_ptr()
60 acpi_gbl_lowest_stack_pointer = &current_sp; in acpi_ut_track_stack_ptr()
/linux-6.3-rc2/drivers/scsi/device_handler/
A Dscsi_dh_emc.c94 int current_sp; member
175 csdev->current_sp = csdev->buffer[8]; in parse_sp_info_reply()
181 if (csdev->default_sp == csdev->current_sp) in parse_sp_info_reply()
412 CLARIION_NAME, csdev->current_sp + 'A', in clariion_activate()
486 h->current_sp = CLARIION_UNBOUND_LU; in clariion_bus_attach()
498 CLARIION_NAME, h->current_sp + 'A', in clariion_bus_attach()
/linux-6.3-rc2/arch/x86/um/asm/
A Dprocessor_64.h34 #define current_sp() ({ void *sp; __asm__("movq %%rsp, %0" : "=r" (sp) : ); sp; }) macro
A Dprocessor_32.h50 #define current_sp() ({ void *sp; __asm__("movl %%esp, %0" : "=r" (sp) : ); sp; }) macro
/linux-6.3-rc2/arch/um/include/asm/
A Dstacktrace.h37 return segv_regs ? (unsigned long *)PT_REGS_SP(segv_regs) : current_sp(); in get_stack_pointer()

Completed in 7 milliseconds