Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/queensbay/
H A Dfsp_configs.c14 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_api.h18 u32 stack_top; member
42 u32 stack_top; member
H A Dfsp_support.h67 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dfsp_configs.c36 rt_buf->stack_top = config->common.stack_top - 32; in update_fsp_configs()
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/
H A Dfsp_configs.h33 u32 stack_top; member
/openbmc/u-boot/arch/x86/include/asm/
H A Dsipi.h62 u32 stack_top; member
/openbmc/u-boot/arch/x86/cpu/
H A Dsipi_vector.S113 movl stack_top, %edx
201 stack_top: label
H A Dmp_init.c249 params->stack_top = (u32)(stack + size); in load_sipi_vector()
/openbmc/u-boot/arch/x86/cpu/braswell/
H A Dfsp_configs.c53 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c99 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf) in fsp_init() argument
119 config_data.common.stack_top = stack_top; in fsp_init()
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dfsp_configs.c39 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()