Searched refs:stack_top (Results 1 - 13 of 13) sorted by relevance

/u-boot/arch/x86/cpu/queensbay/
H A Dfsp_configs.c14 rt_buf->common.stack_top = config->common.stack_top - 32;
/u-boot/arch/x86/include/asm/fsp1/
H A Dfsp_api.h18 u32 stack_top; member in struct:fsp_cfg_common
42 u32 stack_top; member in struct:common_buf
H A Dfsp_support.h43 * @stack_top: bootloader stack top address
47 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/
H A Dfsp_configs.h33 u32 stack_top; member in struct:fspinit_rtbuf
/u-boot/arch/x86/cpu/ivybridge/
H A Dfsp_configs.c38 rt_buf->stack_top = config->common.stack_top - 32;
/u-boot/arch/x86/include/asm/
H A Dsipi.h46 * The stack area extends down from @stack_top, with @stack_size allocated
50 * @stack_top: Top of the AP stack area
62 u32 stack_top; member in struct:sipi_params
/u-boot/arch/x86/lib/fsp1/
H A Dfsp_support.c84 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf) argument
104 config_data.common.stack_top = stack_top;
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-bootinfo.h39 u64 stack_top; member in struct:cvmx_bootinfo
/u-boot/arch/x86/cpu/
H A Dsipi_vector.S112 movl stack_top, %edx
200 stack_top: label
H A Dmp_init.c357 params->stack_top = (u32)(stack + size);
/u-boot/arch/x86/cpu/braswell/
H A Dfsp_configs.c55 rt_buf->common.stack_top = config->common.stack_top - 32;
/u-boot/arch/x86/cpu/baytrail/
H A Dfsp_configs.c41 rt_buf->common.stack_top = config->common.stack_top - 32;
/u-boot/arch/mips/mach-octeon/
H A Dbootoctlinux.c112 u64 stack_top; member in struct:octeon_boot_descriptor

Completed in 231 milliseconds