Searched refs:n_rmap (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 876 struct rmap_nested **n_rmap) in kvmhv_insert_nest_rmap() argument 880 u64 rmap, new_rmap = (*n_rmap)->rmap; in kvmhv_insert_nest_rmap() 899 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap() 901 (*n_rmap)->list.next = (struct llist_node *) rmap; in kvmhv_insert_nest_rmap() 904 *n_rmap = NULL; in kvmhv_insert_nest_rmap() 907 static void kvmhv_update_nest_rmap_rc(struct kvm *kvm, u64 n_rmap, in kvmhv_update_nest_rmap_rc() argument 915 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_update_nest_rmap_rc() 916 lpid = (n_rmap & RMAP_NESTED_LPID_MASK) >> RMAP_NESTED_LPID_SHIFT; in kvmhv_update_nest_rmap_rc() 954 static void kvmhv_remove_nest_rmap(struct kvm *kvm, u64 n_rmap, in kvmhv_remove_nest_rmap() argument 962 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_remove_nest_rmap() [all …]
|
D | book3s_64_mmu_radix.c | 606 unsigned long *rmapp, struct rmap_nested **n_rmap) in kvmppc_create_pte() argument 688 if (rmapp && n_rmap) in kvmppc_create_pte() 689 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte() 740 if (rmapp && n_rmap) in kvmppc_create_pte() 741 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte() 766 if (rmapp && n_rmap) in kvmppc_create_pte() 767 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte()
|
/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 635 unsigned long *rmapp, struct rmap_nested **n_rmap); 637 struct rmap_nested **n_rmap);
|