Home
last modified time | relevance | path

Searched refs:hyp_pool (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/nvhe/
H A Dgfp.h12 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 Dmemory.h9 struct hyp_pool;
13 struct hyp_pool *pool;
H A Dmm.h18 extern struct hyp_pool hpool;
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dpage_alloc.c33 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 Dmem_protect.c26 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 Dsetup.c19 struct hyp_pool hpool;