Home
last modified time | relevance | path

Searched refs:allocate_pages (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Drelocate.c82 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_low_alloc_above()
148 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_relocate_kernel()
H A Dalignedmem.c38 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages_aligned()
H A Dmem.c102 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages()
H A Drandomalloc.c118 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
H A Defistub.h218 efi_status_t (__efiapi *allocate_pages)(int, int, unsigned long,
288 u32 allocate_pages; member
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi_app.c62 ret = boot->allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in setup_memory()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h293 fscache_pages_retrieval_func_t allocate_pages; member
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinterface.c566 .allocate_pages = cachefiles_allocate_pages,
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h53 efi_status_t (EFIAPI *allocate_pages)(int, int, unsigned long,
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0017-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch150 @@ -181,9 +181,8 @@ allocate_pages (grub_size_t prot_size, grub_size_t *align,
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dpage.c626 ret = object->cache->ops->allocate_pages( in __fscache_read_or_alloc_pages()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1245 .allocate_pages = efi_allocate_pages_ext,
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dfscache.rst396 | |als=N |Number of in-progress allocate_pages() cache ops |
H A Dbackend-api.rst485 int (*allocate_pages)(struct fscache_retrieval *op,