Searched refs:context_boot_go (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil.h | 90 fih_ret context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp);
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 2255 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp) function 2969 context_boot_go(struct boot_loader_state *state, struct boot_rsp *rsp) function 3054 FIH_CALL(context_boot_go, fih_rc, &boot_data, rsp); 3083 FIH_CALL(context_boot_go, fih_rc, &boot_data, rsp);
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | run.c | 278 res = context_boot_go(state, rsp); in invoke_boot_go()
|