Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsmp.c71 volatile struct boot_params arm_cpu_boot_params = { variable
127 arm_cpu_boot_params.irq_sp = K_KERNEL_STACK_BUFFER(stack) + sz; in arch_cpu_start()
128 arm_cpu_boot_params.fiq_sp = K_KERNEL_STACK_BUFFER(z_arm_fiq_stack[cpu_num]) in arch_cpu_start()
130 arm_cpu_boot_params.abt_sp = K_KERNEL_STACK_BUFFER(z_arm_abort_stack[cpu_num]) in arch_cpu_start()
132 arm_cpu_boot_params.udf_sp = K_KERNEL_STACK_BUFFER(z_arm_undef_stack[cpu_num]) in arch_cpu_start()
134 arm_cpu_boot_params.svc_sp = K_KERNEL_STACK_BUFFER(z_arm_svc_stack[cpu_num]) in arch_cpu_start()
136 arm_cpu_boot_params.sys_sp = K_KERNEL_STACK_BUFFER(z_arm_sys_stack[cpu_num]) in arch_cpu_start()
139 arm_cpu_boot_params.fn = fn; in arch_cpu_start()
140 arm_cpu_boot_params.arg = arg; in arch_cpu_start()
141 arm_cpu_boot_params.cpu_num = cpu_num; in arch_cpu_start()
[all …]
Dreset.S212 ldr r0, =arm_cpu_boot_params