Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libboot/src/
Driscv64.rs22 pub unsafe fn jump_linux(kernel: &[u8], boot_hart_id: usize, fdt: &[u8]) -> ! { in jump_linux() function
/bootable/libbootloader/gbl/efi/src/
Dandroid_boot.rs421 unsafe { boot::riscv64::jump_linux(kernel, boot_hart_id, fdt) }; in android_boot_demo()