Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c928 struct kvm_rmap_head *rmap_head) in pte_list_add() argument
933 if (!rmap_head->val) { in pte_list_add()
934 rmap_head->val = (unsigned long)spte; in pte_list_add()
935 } else if (!(rmap_head->val & 1)) { in pte_list_add()
937 desc->sptes[0] = (u64 *)rmap_head->val; in pte_list_add()
941 rmap_head->val = (unsigned long)desc | 1; in pte_list_add()
944 desc = (struct pte_list_desc *)(rmap_head->val & ~1ul); in pte_list_add()
953 desc->more = (struct pte_list_desc *)(rmap_head->val & ~1ul); in pte_list_add()
956 rmap_head->val = (unsigned long)desc | 1; in pte_list_add()
964 struct kvm_rmap_head *rmap_head, in pte_list_desc_remove_entry() argument
[all …]
H A Dmmu_internal.h181 unsigned int pte_list_count(struct kvm_rmap_head *rmap_head);