Searched refs:zbi_kernel (Results 1 – 5 of 5) sorted by relevance
118 pub unsafe fn jump_zircon_el2_or_lower(zbi_kernel: &[u8], entry_off: usize, zbi_item: &[u8]) -> ! { in jump_zircon_el2_or_lower()120 flush_dcache_buffer(zbi_kernel); in jump_zircon_el2_or_lower()122 let addr = (zbi_kernel.as_ptr() as usize).checked_add(entry_off).unwrap(); in jump_zircon_el2_or_lower()
113 let BootImages::Fuchsia(FuchsiaBootImages { zbi_kernel, zbi_items }) = boot_images in test_zircon_load_and_boot()117 assert_eq!(zbi_kernel, include_bytes!("../testdata/zircon_a.bin")); in test_zircon_load_and_boot()
192 let zbi_kernel = load_fuchsia_simple(&efi_entry, &mut load_buffer[..])?; in fuchsia_boot_demo() localVariable194 let (original, relocated, kernel_entry) = relocate_to_tail(&mut zbi_kernel[..])?; in fuchsia_boot_demo()
43 pub zbi_kernel: &'a mut [u8], field
552 zbi_kernel: kernel, in zircon_load_and_boot()