Searched refs:jump_linux (Results 1 – 2 of 2) sorted by relevance
22 pub unsafe fn jump_linux(kernel: &[u8], boot_hart_id: usize, fdt: &[u8]) -> ! { in jump_linux() function
421 unsafe { boot::riscv64::jump_linux(kernel, boot_hart_id, fdt) }; in android_boot_demo()