Searched refs:PKVM_HOST_MEM_PROT (Results 1 – 3 of 3) sorted by relevance
330 return prot != PKVM_HOST_MEM_PROT; in host_stage2_force_pte_cb()342 prot = is_memory ? PKVM_HOST_MEM_PROT : PKVM_HOST_MMIO_PROT; in host_stage2_idmap()392 if (!check_prot(cur, PKVM_HOST_MEM_PROT, prot)) { in __pkvm_host_share_hyp()433 prot = pkvm_mkstate(PKVM_HOST_MEM_PROT, PKVM_PAGE_SHARED_OWNED); in __pkvm_host_share_hyp()
191 prot = pkvm_mkstate(PKVM_HOST_MEM_PROT, PKVM_PAGE_SHARED_BORROWED); in finalize_host_mappings_walker()194 prot = pkvm_mkstate(PKVM_HOST_MEM_PROT, PKVM_PAGE_SHARED_OWNED); in finalize_host_mappings_walker()
145 #define PKVM_HOST_MEM_PROT KVM_PGTABLE_PROT_RWX macro