Searched refs:efi_check_allocated (Results 1 – 1 of 1) sorted by relevance
408 static efi_status_t efi_check_allocated(u64 addr, bool must_be_allocated) in efi_check_allocated() function518 ret = efi_check_allocated(*memory, false); in efi_allocate_pages()550 ret = efi_check_allocated(memory, true); in efi_free_pages()693 ret = efi_check_allocated((uintptr_t)buffer, true); in efi_free_pool()
Completed in 5 milliseconds