Searched refs:n_rmap (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 885 struct rmap_nested **n_rmap) in kvmhv_insert_nest_rmap() argument 889 u64 rmap, new_rmap = (*n_rmap)->rmap; in kvmhv_insert_nest_rmap() 908 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap() 910 (*n_rmap)->list.next = (struct llist_node *) rmap; in kvmhv_insert_nest_rmap() 913 *n_rmap = NULL; in kvmhv_insert_nest_rmap() 916 static void kvmhv_update_nest_rmap_rc(struct kvm *kvm, u64 n_rmap, in kvmhv_update_nest_rmap_rc() argument 924 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_update_nest_rmap_rc() 925 lpid = (n_rmap & RMAP_NESTED_LPID_MASK) >> RMAP_NESTED_LPID_SHIFT; in kvmhv_update_nest_rmap_rc() 963 static void kvmhv_remove_nest_rmap(struct kvm *kvm, u64 n_rmap, in kvmhv_remove_nest_rmap() argument 971 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_remove_nest_rmap() [all …]
|
D | book3s_64_mmu_radix.c | 613 unsigned long *rmapp, struct rmap_nested **n_rmap) in kvmppc_create_pte() argument 695 if (rmapp && n_rmap) in kvmppc_create_pte() 696 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte() 747 if (rmapp && n_rmap) in kvmppc_create_pte() 748 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte() 773 if (rmapp && n_rmap) in kvmppc_create_pte() 774 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 628 unsigned long *rmapp, struct rmap_nested **n_rmap); 630 struct rmap_nested **n_rmap);
|