Searched refs:BOOT_PARAM_MPID_OFFSET (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/arch/arm64/core/ |
D | reset.S | 146 ldr x3, [x0, #BOOT_PARAM_MPID_OFFSET] 155 1: str x1, [x0, #BOOT_PARAM_MPID_OFFSET] 172 ldr x3, [x0, #BOOT_PARAM_MPID_OFFSET] 180 ldr x2, [x0, #BOOT_PARAM_MPID_OFFSET]
|
D | boot.h | 23 #define BOOT_PARAM_MPID_OFFSET 0 macro
|
D | smp.c | 47 BUILD_ASSERT(offsetof(struct boot_params, mpid) == BOOT_PARAM_MPID_OFFSET);
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | boot.h | 22 #define BOOT_PARAM_MPID_OFFSET 0 macro
|
D | reset.S | 230 ldr r3, [r0, #BOOT_PARAM_MPID_OFFSET] 240 1: str r1, [r0, #BOOT_PARAM_MPID_OFFSET] 256 ldr r3, [r0, #BOOT_PARAM_MPID_OFFSET] 264 ldr r2, [r0, #BOOT_PARAM_MPID_OFFSET]
|
D | smp.c | 62 BUILD_ASSERT(offsetof(struct boot_params, mpid) == BOOT_PARAM_MPID_OFFSET);
|