Searched refs:kvm_s2_mmu (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | ptdump.c | 23 struct kvm_s2_mmu *mmu; 116 static struct kvm_ptdump_guest_state *kvm_ptdump_parser_create(struct kvm_s2_mmu *mmu) in kvm_ptdump_parser_create() 143 struct kvm_s2_mmu *mmu = st->mmu; in kvm_ptdump_guest_show() 170 struct kvm_s2_mmu *mmu = m->i_private; in kvm_ptdump_guest_open() 231 struct kvm_s2_mmu *mmu = m->i_private; in kvm_pgtable_debugfs_open() 279 void kvm_nested_s2_ptdump_create_debugfs(struct kvm_s2_mmu *mmu) in kvm_nested_s2_ptdump_create_debugfs() 296 void kvm_nested_s2_ptdump_remove_debugfs(struct kvm_s2_mmu *mmu) in kvm_nested_s2_ptdump_remove_debugfs()
|
| H A D | nested.c | 55 static int init_nested_s2_mmu(struct kvm *kvm, struct kvm_s2_mmu *mmu) in init_nested_s2_mmu() 73 struct kvm_s2_mmu *tmp; in kvm_vcpu_init_nested() 607 static u8 get_guest_mapping_ttl(struct kvm_s2_mmu *mmu, u64 addr) in get_guest_mapping_ttl() 678 unsigned long compute_tlb_inval_range(struct kvm_s2_mmu *mmu, u64 val) in compute_tlb_inval_range() 739 void (*tlbi_callback)(struct kvm_s2_mmu *, in kvm_s2_mmu_iterate_by_vmid() argument 745 struct kvm_s2_mmu *mmu = &kvm->arch.nested_mmus[i]; in kvm_s2_mmu_iterate_by_vmid() 757 struct kvm_s2_mmu *lookup_s2_mmu(struct kvm_vcpu *vcpu) in lookup_s2_mmu() 787 struct kvm_s2_mmu *mmu = &kvm->arch.nested_mmus[i]; in lookup_s2_mmu() 806 static struct kvm_s2_mmu *get_s2_mmu_nested(struct kvm_vcpu *vcpu) in get_s2_mmu_nested() 809 struct kvm_s2_mmu *s2_mmu; in get_s2_mmu_nested() [all …]
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | pgtable.c | 584 struct kvm_s2_mmu *mmu; 645 void kvm_tlb_flush_vmid_range(struct kvm_s2_mmu *mmu, in kvm_tlb_flush_vmid_range() 828 struct kvm_s2_mmu *mmu) in stage2_try_break_pte() 895 struct kvm_s2_mmu *mmu, in stage2_unmap_put_pte() 1159 struct kvm_s2_mmu *mmu = pgt->mmu; in stage2_unmap_walker() 1497 struct kvm_s2_mmu *mmu; in stage2_split_walker() 1536 mmu = container_of(mc, struct kvm_s2_mmu, split_page_cache); in stage2_split_walker() 1575 int __kvm_pgtable_stage2_init(struct kvm_pgtable *pgt, struct kvm_s2_mmu *mmu, in __kvm_pgtable_stage2_init()
|