Searched refs:n_rmap (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 760 struct rmap_nested **n_rmap) in kvmhv_insert_nest_rmap() argument 764 u64 rmap, new_rmap = (*n_rmap)->rmap; in kvmhv_insert_nest_rmap() 783 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap() 785 (*n_rmap)->list.next = (struct llist_node *) rmap; in kvmhv_insert_nest_rmap() 788 *n_rmap = NULL; in kvmhv_insert_nest_rmap() 791 static void kvmhv_update_nest_rmap_rc(struct kvm *kvm, u64 n_rmap, in kvmhv_update_nest_rmap_rc() argument 800 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_update_nest_rmap_rc() 801 lpid = (n_rmap & RMAP_NESTED_LPID_MASK) >> RMAP_NESTED_LPID_SHIFT; in kvmhv_update_nest_rmap_rc() 842 static void kvmhv_remove_nest_rmap(struct kvm *kvm, u64 n_rmap, in kvmhv_remove_nest_rmap() argument 850 gpa = n_rmap & RMAP_NESTED_GPA_MASK; in kvmhv_remove_nest_rmap() [all …]
|
D | book3s_64_mmu_radix.c | 566 unsigned long *rmapp, struct rmap_nested **n_rmap) in kvmppc_create_pte() argument 645 if (rmapp && n_rmap) in kvmppc_create_pte() 646 kvmhv_insert_nest_rmap(kvm, rmapp, n_rmap); in kvmppc_create_pte() 697 if (rmapp && n_rmap) in kvmppc_create_pte() 698 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()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 626 unsigned long *rmapp, struct rmap_nested **n_rmap); 628 struct rmap_nested **n_rmap);
|