Searched defs:pool (Results 1 – 12 of 12) sorted by relevance
/arch/arm64/kvm/hyp/nvhe/ |
D | page_alloc.c | 33 static struct hyp_page *__find_buddy_nocheck(struct hyp_pool *pool, in __find_buddy_nocheck() 52 static struct hyp_page *__find_buddy_avail(struct hyp_pool *pool, in __find_buddy_avail() 93 static void __hyp_attach_page(struct hyp_pool *pool, in __hyp_attach_page() 129 static struct hyp_page *__hyp_extract_page(struct hyp_pool *pool, in __hyp_extract_page() 152 static void __hyp_put_page(struct hyp_pool *pool, struct hyp_page *p) in __hyp_put_page() 165 void hyp_put_page(struct hyp_pool *pool, void *addr) in hyp_put_page() 174 void hyp_get_page(struct hyp_pool *pool, void *addr) in hyp_get_page() 197 void *hyp_alloc_pages(struct hyp_pool *pool, u8 order) in hyp_alloc_pages() 222 int hyp_pool_init(struct hyp_pool *pool, u64 pfn, unsigned int nr_pages, in hyp_pool_init()
|
D | mem_protect.c | 99 static void *host_s2_zalloc_page(void *pool) in host_s2_zalloc_page()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-fpa.h | 106 static inline const char *cvmx_fpa_get_name(uint64_t pool) in cvmx_fpa_get_name() 117 static inline void *cvmx_fpa_get_base(uint64_t pool) in cvmx_fpa_get_base() 131 static inline int cvmx_fpa_is_member(uint64_t pool, void *ptr) in cvmx_fpa_is_member() 185 static inline void *cvmx_fpa_alloc(uint64_t pool) in cvmx_fpa_alloc() 202 static inline void cvmx_fpa_async_alloc(uint64_t scr_addr, uint64_t pool) in cvmx_fpa_async_alloc() 226 static inline void cvmx_fpa_free_nosync(void *ptr, uint64_t pool, in cvmx_fpa_free_nosync() 248 static inline void cvmx_fpa_free(void *ptr, uint64_t pool, in cvmx_fpa_free()
|
D | cvmx-packet.h | 54 uint64_t pool:3; member
|
D | cvmx-pko-defs.h | 138 uint64_t pool:3; member 194 uint64_t pool:3; member 209 uint64_t pool:3; member 307 uint64_t pool:3; member 360 uint64_t pool:3; member 386 uint64_t pool:3; member 1459 uint64_t pool:3; member
|
D | cvmx-fpa-defs.h | 76 uint64_t pool:5; member
|
/arch/ia64/kernel/ |
D | uncached.c | 30 struct gen_pool *pool; member 221 struct gen_pool *pool = uncached_pools[nid].pool; in uncached_free_page() local 247 struct gen_pool *pool = uncached_pools[nid].pool; in uncached_build_memmap() local
|
/arch/sparc/kernel/ |
D | iommu-common.c | 106 struct iommu_pool *pool; in iommu_tbl_range_alloc() local 249 struct iommu_pool *pool; in iommu_tbl_range_free() local
|
D | pci_sun4v.c | 711 struct iommu_pool *pool; in probe_existing_entries() local
|
/arch/arm/common/ |
D | dmabounce.c | 55 struct dmabounce_pool *pool; member 62 struct dma_pool *pool; member 110 struct dmabounce_pool *pool; in alloc_safe_buffer() local 470 static int dmabounce_init_pool(struct dmabounce_pool *pool, struct device *dev, in dmabounce_init_pool()
|
/arch/arm64/kvm/hyp/include/nvhe/ |
D | pkvm.h | 54 struct hyp_pool pool; member
|
/arch/powerpc/kernel/ |
D | iommu.c | 227 struct iommu_pool *pool; in iommu_range_alloc() local 440 struct iommu_pool *pool; in __iommu_free() local
|