Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/lkdtm/
H 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()
48 current_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()
71 untracked_high = min(current_sp, lowest_sp); in check_stackleak_irqoff()
108 task_stack_high - current_sp, in check_stackleak_irqoff()
/openbmc/linux/drivers/acpi/acpica/
H A Dutdebug.c38 acpi_size current_sp; in acpi_ut_init_stack_ptr_trace() local
44 acpi_gbl_entry_stack_pointer = &current_sp; in acpi_ut_init_stack_ptr_trace()
62 acpi_size current_sp; in acpi_ut_track_stack_ptr() local
64 if (&current_sp < acpi_gbl_lowest_stack_pointer) { in acpi_ut_track_stack_ptr()
65 acpi_gbl_lowest_stack_pointer = &current_sp; in acpi_ut_track_stack_ptr()
/openbmc/linux/drivers/scsi/device_handler/
H 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()
/openbmc/linux/arch/x86/um/asm/
H A Dprocessor_64.h34 #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
/openbmc/linux/arch/um/include/asm/
H A Dstacktrace.h37 return segv_regs ? (unsigned long *)PT_REGS_SP(segv_regs) : current_sp(); in get_stack_pointer()
/openbmc/qemu/target/m68k/
H A Dcpu.h96 int current_sp; member
H A Dcpu.c518 VMSTATE_INT32(env.current_sp, M68kCPU),
H A Dhelper.c436 env->sp[env->current_sp] = env->aregs[7]; in m68k_switch_sp()
453 env->current_sp = new_sp; in m68k_switch_sp()
H A Dtranslate.c6195 env->current_sp == M68K_SSP ? "->" : " ", env->sp[M68K_SSP], in m68k_cpu_dump_state()
6196 env->current_sp == M68K_USP ? "->" : " ", env->sp[M68K_USP], in m68k_cpu_dump_state()
6197 env->current_sp == M68K_ISP ? "->" : " ", env->sp[M68K_ISP]); in m68k_cpu_dump_state()