Home
last modified time | relevance | path

Searched refs:efi_bs (Results 1 – 3 of 3) sorted by relevance

/xen/xen/common/efi/
A Dboot.c330 if ( !efi_bs ) in blexit()
735 efi_bs = SystemTable->BootServices; in efi_init()
795 efi_bs->FreePool(handles); in efi_get_gop()
951 efi_bs->FreePool(rom); in setup_efi_pci()
968 efi_bs->FreePool(handles); in setup_efi_pci()
1027 efi_bs->FreePool(data); in efi_get_apple_properties()
1090 efi_bs = NULL; in efi_exit_boot()
1297 efi_bs->FreePool(name.w); in efi_start()
1307 efi_bs->FreePool(name.w); in efi_start()
1318 efi_bs->FreePool(name.w); in efi_start()
[all …]
/xen/xen/arch/arm/efi/
A Defi-boot.h306 status = efi_bs->AllocatePages(AllocateAnyPages, EfiLoaderData, in fdt_increase_size()
339 efi_bs->FreePages(dtbfile.addr, PFN_UP(dtbfile.size)); in fdt_increase_size()
391 efi_bs->FreePool(name.w); in efi_arch_cfg_file_early()
407 status = efi_bs->AllocatePool(EfiLoaderData, map_size, &ptr); in efi_arch_allocate_mmap_buffer()
436 status = efi_bs->AllocatePool(EfiBootServicesData, EFI_PAGE_SIZE, (void **)&buf); in efi_arch_handle_cmdline()
481 efi_bs->FreePool(buf); in efi_arch_handle_cmdline()
549 efi_bs->FreePages(dtbfile.addr, PFN_UP(dtbfile.size)); in efi_arch_blexit()
551 efi_bs->FreePool(memmap); in efi_arch_blexit()
/xen/xen/arch/x86/efi/
A Defi-boot.h291 efi_bs->FreePool(name.w); in efi_arch_cfg_file_late()
342 status = efi_bs->LocateHandle(ByProtocol, &bio_guid, NULL, &size, NULL); in efi_arch_edd()
344 status = efi_bs->AllocatePool(EfiLoaderData, size, (void **)&handles); in efi_arch_edd()
346 status = efi_bs->LocateHandle(ByProtocol, &bio_guid, NULL, &size, in efi_arch_edd()
358 status = efi_bs->HandleProtocol(handles[i], &bio_guid, (void **)&bio); in efi_arch_edd()
373 status = efi_bs->HandleProtocol(handles[i], &devp_guid, in efi_arch_edd()
476 efi_bs->FreePool(handles); in efi_arch_edd()
575 status = efi_bs->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_arch_memory_setup()
648 if ( efi_bs->AllocatePool(EfiLoaderData, (wstrlen(name) + 1) * sizeof(*name), in efi_arch_handle_module()
668 efi_bs->FreePool(ptr); in efi_arch_handle_module()
[all …]

Completed in 11 milliseconds