D | entry.rs | 87 Ok((next_stage, slices)) => match next_stage { in start() 88 NextStage::LinuxBootWithUart(ep) => jump_to_payload(ep, &slices), in start() 94 jump_to_payload(ep, &slices) in start() 135 let mut slices = MemorySlices::new(fdt, payload, payload_size)?; in main_wrapper() localVariable 139 slices.fdt, in main_wrapper() 140 slices.kernel, in main_wrapper() 141 slices.ramdisk, in main_wrapper() 148 slices.add_dice_handover(r); in main_wrapper() 165 let next_stage = select_next_stage(slices.kernel, keep_uart); in main_wrapper() 167 Ok((next_stage, slices)) in main_wrapper()
|