Searched refs:allocate_pages (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | arm32-stub.c | 99 status = efi_call_early(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in reserve_kernel_base() 160 status = efi_call_early(allocate_pages, in reserve_kernel_base()
|
D | arm64-stub.c | 138 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in handle_kernel_image()
|
D | efi-stub-helper.c | 243 status = efi_call_early(allocate_pages, in efi_high_alloc() 324 status = efi_call_early(allocate_pages, in efi_low_alloc() 718 status = efi_call_early(allocate_pages, in efi_relocate_kernel()
|
D | random.c | 136 status = efi_call_early(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
|
/Linux-v4.19/include/linux/ |
D | fscache-cache.h | 298 fscache_pages_retrieval_func_t allocate_pages; member
|
D | efi.h | 196 u32 allocate_pages; member 244 u64 allocate_pages; member 295 efi_status_t (*allocate_pages)(int, int, unsigned long, member
|
/Linux-v4.19/fs/cachefiles/ |
D | interface.c | 570 .allocate_pages = cachefiles_allocate_pages,
|
/Linux-v4.19/fs/fscache/ |
D | page.c | 630 ret = object->cache->ops->allocate_pages( in __fscache_read_or_alloc_pages()
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | fscache.txt | 303 als=N Number of in-progress allocate_pages() cache ops
|
D | backend-api.txt | 487 int (*allocate_pages)(struct fscache_retrieval *op,
|