Home
last modified time | relevance | path

Searched refs:n_rmap (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c805 struct rmap_nested **n_rmap) in kvmhv_insert_nest_rmap() argument
809 u64 rmap, new_rmap = (*n_rmap)->rmap; in kvmhv_insert_nest_rmap()
828 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap()
830 (*n_rmap)->list.next = (struct llist_node *) rmap; in kvmhv_insert_nest_rmap()
833 *n_rmap = NULL; in kvmhv_insert_nest_rmap()
836 static void kvmhv_update_nest_rmap_rc(struct kvm *kvm, u64 n_rmap, in kvmhv_update_nest_rmap_rc() argument
844 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_update_nest_rmap_rc()
845 lpid = (n_rmap & RMAP_NESTED_LPID_MASK) >> RMAP_NESTED_LPID_SHIFT; in kvmhv_update_nest_rmap_rc()
883 static void kvmhv_remove_nest_rmap(struct kvm *kvm, u64 n_rmap, in kvmhv_remove_nest_rmap() argument
891 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_remove_nest_rmap()
[all …]
H A Dbook3s_64_mmu_radix.c589 unsigned long *rmapp, struct rmap_nested **n_rmap) in kvmppc_create_pte() argument
671 if (rmapp && n_rmap) in kvmppc_create_pte()
672 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte()
723 if (rmapp && n_rmap) in kvmppc_create_pte()
724 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte()
749 if (rmapp && n_rmap) in kvmppc_create_pte()
750 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h627 unsigned long *rmapp, struct rmap_nested **n_rmap);
629 struct rmap_nested **n_rmap);