Searched refs:n_rmap (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 784 struct rmap_nested **n_rmap) in kvmhv_insert_nest_rmap() argument 788 u64 rmap, new_rmap = (*n_rmap)->rmap; in kvmhv_insert_nest_rmap() 807 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap() 809 (*n_rmap)->list.next = (struct llist_node *) rmap; in kvmhv_insert_nest_rmap() 812 *n_rmap = NULL; in kvmhv_insert_nest_rmap() 815 static void kvmhv_update_nest_rmap_rc(struct kvm *kvm, u64 n_rmap, in kvmhv_update_nest_rmap_rc() argument 823 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_update_nest_rmap_rc() 824 lpid = (n_rmap & RMAP_NESTED_LPID_MASK) >> RMAP_NESTED_LPID_SHIFT; in kvmhv_update_nest_rmap_rc() 862 static void kvmhv_remove_nest_rmap(struct kvm *kvm, u64 n_rmap, in kvmhv_remove_nest_rmap() argument 870 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_remove_nest_rmap() [all …]
|
D | book3s_64_mmu_radix.c | 587 unsigned long *rmapp, struct rmap_nested **n_rmap) in kvmppc_create_pte() argument 669 if (rmapp && n_rmap) in kvmppc_create_pte() 670 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte() 721 if (rmapp && n_rmap) in kvmppc_create_pte() 722 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()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 627 unsigned long *rmapp, struct rmap_nested **n_rmap); 629 struct rmap_nested **n_rmap);
|