Home
last modified time | relevance | path

Searched refs:zbi_kernel (Results 1 – 5 of 5) sorted by relevance

/bootable/libbootloader/gbl/libboot/src/
Daarch64.rs118 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()
/bootable/libbootloader/gbl/libgbl/tests/
Dintegration_tests.rs113 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()
/bootable/libbootloader/gbl/efi/src/
Dfuchsia_boot.rs192 let zbi_kernel = load_fuchsia_simple(&efi_entry, &mut load_buffer[..])?; in fuchsia_boot_demo() localVariable
194 let (original, relocated, kernel_entry) = relocate_to_tail(&mut zbi_kernel[..])?; in fuchsia_boot_demo()
/bootable/libbootloader/gbl/libgbl/src/
Dops.rs43 pub zbi_kernel: &'a mut [u8], field
Dlib.rs552 zbi_kernel: kernel, in zircon_load_and_boot()