Home
last modified time | relevance | path

Searched refs:rmap_head (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/mmu/
A Dmmu.c918 if (!rmap_head->val) { in pte_list_add()
961 rmap_head->val = 0; in pte_list_desc_remove_entry()
976 if (!rmap_head->val) { in __pte_list_remove()
985 rmap_head->val = 0; in __pte_list_remove()
1019 if (!rmap_head->val) in pte_list_destroy()
1022 if (!(rmap_head->val & 1)) { in pte_list_destroy()
1037 rmap_head->val = 0; in pte_list_destroy()
1046 if (!rmap_head->val) in pte_list_count()
1048 else if (!(rmap_head->val & 1)) in pte_list_count()
1124 if (!rmap_head->val) in rmap_get_first()
[all …]
A Dmmu_audit.c129 struct kvm_rmap_head *rmap_head; in inspect_spte_has_rmap() local
150 rmap_head = gfn_to_rmap(gfn, rev_sp->role.level, slot); in inspect_spte_has_rmap()
151 if (!rmap_head->val) { in inspect_spte_has_rmap()
192 struct kvm_rmap_head *rmap_head; in audit_write_protection() local
203 rmap_head = gfn_to_rmap(sp->gfn, PG_LEVEL_4K, slot); in audit_write_protection()
205 for_each_rmap_spte(rmap_head, &iter, sptep) { in audit_write_protection()
A Dmmu_internal.h131 unsigned int pte_list_count(struct kvm_rmap_head *rmap_head);

Completed in 19 milliseconds