Searched refs:hyp_virt_to_page (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h33 #define hyp_virt_to_page(virt) hyp_phys_to_page(__hyp_pa(virt)) macro
47 struct hyp_page *p = hyp_virt_to_page(addr);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpage_alloc.c90 return hyp_virt_to_page(node);
168 struct hyp_page *p = hyp_virt_to_page(addr);
177 struct hyp_page *p = hyp_virt_to_page(addr);
H A Dmem_protect.c67 hyp_split_page(hyp_virt_to_page(addr));
175 hyp_split_page(hyp_virt_to_page(addr));
203 p = hyp_virt_to_page(addr);
282 memset(hyp_virt_to_page(addr), 0, sizeof(struct hyp_page));
1243 hyp_page_ref_inc(hyp_virt_to_page(cur));
1261 hyp_page_ref_dec(hyp_virt_to_page(cur));
H A Dpkvm.c286 hyp_page_ref_inc(hyp_virt_to_page(hyp_vm));
297 hyp_page_ref_dec(hyp_virt_to_page(hyp_vm));

Completed in 119 milliseconds