Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/arch/arm64/
H A Dstack.h20 void **stack_top = (void *)((char *)(lt->stack) + lt->stack_size); in arch_set_stack() local
26 stack_top = (void **)(((unsigned long)(stack_top)) & ~0xfUL); in arch_set_stack()
31 stack_top[0] = NULL; in arch_set_stack()
32 stack_top[-1] = NULL; in arch_set_stack()
37 lt->ctx.fp = &stack_top[-1]; in arch_set_stack()
38 lt->ctx.sp = &stack_top[-2]; in arch_set_stack()
/f-stack/dpdk/examples/performance-thread/common/arch/x86/
H A Dstack.h25 char *stack_top = (char *)(lt->stack) + lt->stack_size; in arch_set_stack() local
26 void **s = (void **)stack_top; in arch_set_stack()
31 lt->ctx.rsp = (void *)(stack_top - (4 * sizeof(void *))); in arch_set_stack()
32 lt->ctx.rbp = (void *)(stack_top - (3 * sizeof(void *))); in arch_set_stack()
/f-stack/freebsd/vm/
H A Dvm_glue.c497 vm_offset_t stack_top; in intr_prof_stack_use() local
509 stack_top = td->td_kstack + td->td_kstack_pages * PAGE_SIZE; in intr_prof_stack_use()
510 current = (vm_offset_t)(uintptr_t)&stack_top; in intr_prof_stack_use()
516 if (stack_top <= current || current < td->td_kstack) in intr_prof_stack_use()
519 used = stack_top - current; in intr_prof_stack_use()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-sysinfo.h81 uint64_t stack_top; /**< stack top address (virtual) */ member
H A Dcvmx-app-init.h83 uint64_t stack_top; member
139 uint64_t stack_top;
H A Dcvmx-app-init.c122 sys_info_ptr->stack_top = cvmx_bootinfo_ptr->stack_top; in process_boot_desc_ver_6()
/f-stack/freebsd/i386/i386/
H A Dbios.c323 char *p, *stack, *stack_top; in bios16() local
389 stack_top = stack; in bios16()
438 i = bios16_call(&args->r, stack_top); in bios16()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.h239 u32 stack_top; member
H A Dhinic_pmd_hwdev.c1117 watchdog_info->is_overflow, watchdog_info->stack_top, in hinic_show_sw_watchdog_timeout_info()
/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c547 uint64_t stack_top; member