Searched refs:pte_list_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | mmu.c | 836 static int pte_list_add(struct kvm_vcpu *vcpu, u64 *spte, in pte_list_add() function 843 rmap_printk("pte_list_add: %p %llx 0->1\n", spte, *spte); in pte_list_add() 846 rmap_printk("pte_list_add: %p %llx 1->many\n", spte, *spte); in pte_list_add() 853 rmap_printk("pte_list_add: %p %llx many->many\n", spte, *spte); in pte_list_add() 973 return pte_list_add(vcpu, spte, rmap_head); in rmap_add() 1646 pte_list_add(vcpu, parent_pte, &sp->parent_ptes); in mmu_page_add_parent_pte()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 927 static int pte_list_add(struct kvm_mmu_memory_cache *cache, u64 *spte, in pte_list_add() function 1649 rmap_count = pte_list_add(cache, spte, rmap_head); in __rmap_add() 1754 pte_list_add(cache, parent_pte, &sp->parent_ptes); in mmu_page_add_parent_pte()
|
Completed in 18 milliseconds