Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsmp.c50 char *fiq_sp; member
64 BUILD_ASSERT(offsetof(struct boot_params, fiq_sp) == BOOT_PARAM_FIQ_SP_OFFSET);
74 .fiq_sp = (char *)(z_arm_fiq_stack + CONFIG_ARMV7_FIQ_STACK_SIZE),
128 arm_cpu_boot_params.fiq_sp = K_KERNEL_STACK_BUFFER(z_arm_fiq_stack[cpu_num]) in arch_cpu_start()