Home
last modified time | relevance | path

Searched refs:hyp_page_count (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h45 static inline int hyp_page_count(void *addr) in hyp_page_count() function
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c283 .page_count = hyp_page_count, in __pkvm_init_finalise()
H A Dmem_protect.c116 .page_count = hyp_page_count, in prepare_s2_pool()
250 .page_count = hyp_page_count, in kvm_guest_prepare_stage2()
777 if (tx->initiator.id == PKVM_ID_HOST && hyp_page_count((void *)addr)) in hyp_ack_unshare()
H A Dpkvm.c579 if (WARN_ON(hyp_page_count(hyp_vm))) { in teardown_donated_memory()