Searched defs:ptable (Results 1 – 7 of 7) sorted by relevance
41 static struct mm_ptable ptable; variable140 static mm_level_t mm_root_level(const struct mm_ptable *ptable) in mm_root_level()149 static uint8_t mm_root_table_count(const struct mm_ptable *ptable) in mm_root_table_count()158 static void mm_invalidate_tlb(const struct mm_ptable *ptable, in mm_invalidate_tlb()265 static void mm_replace_entry(const struct mm_ptable *ptable, in mm_replace_entry()507 static bool mm_ptable_identity_prepare(struct mm_ptable *ptable, in mm_ptable_identity_prepare()531 static void mm_ptable_identity_commit(struct mm_ptable *ptable, in mm_ptable_identity_commit()551 static bool mm_ptable_identity_update(struct mm_ptable *ptable, in mm_ptable_identity_update()661 static void mm_ptable_dump(const struct mm_ptable *ptable) in mm_ptable_dump()733 static void mm_ptable_defrag_entry(struct mm_ptable *ptable, in mm_ptable_defrag_entry()[all …]
55 bool mm_vm_is_mapped(struct mm_ptable *ptable, ipaddr_t ipa) in mm_vm_is_mapped()94 struct mm_ptable ptable; member in __anona35544d40111::mm1128 const struct mm_ptable &ptable) in get_ptable()
133 struct mm_ptable *ptable = &vm_locked.vm->ptable; in arch_vm_identity_prepare() local152 struct mm_ptable *ptable = &vm_locked.vm->ptable; in arch_vm_identity_commit() local247 struct mm_ptable *ptable = &vm_locked.vm->iommu_ptables[dma_device_id]; in arch_vm_iommu_mm_prepare() local263 struct mm_ptable *ptable = &vm_locked.vm->iommu_ptables[dma_device_id]; in arch_vm_iommu_mm_commit() local
24 void arch_vm_mm_enable(const struct mm_ptable *ptable) in arch_vm_mm_enable()
99 void arch_vm_mm_enable(const struct mm_ptable *ptable) in arch_vm_mm_enable()
189 bool arch_mm_init(const struct mm_ptable *ptable) in arch_mm_init()
753 bool arch_mm_init(const struct mm_ptable *ptable) in arch_mm_init()
Completed in 18 milliseconds