Searched refs:hyp_pool (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/nvhe/ |
| H A D | gfp.h | 12 struct hyp_pool { struct 27 struct hyp_pool *pool = hyp_page_to_pool(p); in hyp_page_ref_inc() argument 36 struct hyp_pool *pool = hyp_page_to_pool(p); in hyp_page_ref_dec_and_test() 49 struct hyp_pool *pool = hyp_page_to_pool(p); in hyp_set_page_refcounted() 61 void *hyp_alloc_pages(struct hyp_pool *pool, unsigned int order); 67 int hyp_pool_init(struct hyp_pool *pool, u64 pfn, unsigned int nr_pages,
|
| H A D | memory.h | 9 struct hyp_pool; 13 struct hyp_pool *pool;
|
| H A D | mm.h | 18 extern struct hyp_pool hpool;
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A 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() 65 static void __hyp_attach_page(struct hyp_pool *pool, in __hyp_attach_page() 98 struct hyp_pool *pool = hyp_page_to_pool(p); in hyp_attach_page() 105 static struct hyp_page *__hyp_extract_page(struct hyp_pool *pool, in __hyp_extract_page() 157 void *hyp_alloc_pages(struct hyp_pool *pool, unsigned int order) in hyp_alloc_pages() 182 int hyp_pool_init(struct hyp_pool *pool, u64 pfn, unsigned int nr_pages, in hyp_pool_init()
|
| H A D | mem_protect.c | 26 static struct hyp_pool host_s2_mem; 27 static struct hyp_pool host_s2_dev; 214 struct hyp_pool *pool) in __host_stage2_idmap() 225 struct hyp_pool *pool = is_memory ? &host_s2_mem : &host_s2_dev; in host_stage2_idmap()
|
| H A D | setup.c | 19 struct hyp_pool hpool;
|