Searched refs:pagetable (Results 1 – 19 of 19) sorted by relevance
169 kfree(pagetable); in msm_iommu_pagetable_destroy()183 *ttbr = pagetable->ttbr; in msm_iommu_pagetable_params()186 *asid = pagetable->asid; in msm_iommu_pagetable_params()269 pagetable = kzalloc(sizeof(*pagetable), GFP_KERNEL); in msm_iommu_pagetable_create()270 if (!pagetable) in msm_iommu_pagetable_create()284 &ttbr0_cfg, pagetable); in msm_iommu_pagetable_create()287 kfree(pagetable); in msm_iommu_pagetable_create()299 kfree(pagetable); in msm_iommu_pagetable_create()305 pagetable->parent = parent; in msm_iommu_pagetable_create()317 pagetable->asid = 0; in msm_iommu_pagetable_create()[all …]
55 p[0] = pagetable; in pmd_init()56 p[1] = pagetable; in pmd_init()57 p[2] = pagetable; in pmd_init()58 p[3] = pagetable; in pmd_init()59 p[4] = pagetable; in pmd_init()61 p[-3] = pagetable; in pmd_init()79 p[0] = pagetable; in pud_init()80 p[1] = pagetable; in pud_init()81 p[2] = pagetable; in pud_init()82 p[3] = pagetable; in pud_init()[all …]
81 p[0] = pagetable; in pmd_init()82 p[1] = pagetable; in pmd_init()83 p[2] = pagetable; in pmd_init()84 p[3] = pagetable; in pmd_init()85 p[4] = pagetable; in pmd_init()87 p[-3] = pagetable; in pmd_init()105 p[0] = pagetable; in pud_init()106 p[1] = pagetable; in pud_init()107 p[2] = pagetable; in pud_init()108 p[3] = pagetable; in pud_init()[all …]
988 phys_addr_t pagetable; in exynos_iommu_identity_attach() local996 pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_identity_attach()1021 __func__, &pagetable); in exynos_iommu_identity_attach()1040 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_attach_device() local1053 data->pgtable = pagetable; in exynos_iommu_attach_device()1071 &pagetable); in exynos_iommu_attach_device()
28 # Selected by the actual pagetable implementations38 Enable support for the ARM long descriptor pagetable format.57 Enable support for the ARM Short-descriptor pagetable format.77 Enable support for the Apple DART pagetable formats. These include
240 DEFINE_SHOW_ATTRIBUTE(pagetable);
100 pagetable already exists then it is reused for the attachment. Otherwise a101 new pagetable object and iommu_domain is created. Successful completion of132 target pagetable to be attached to by a device. Though currently there are
38 int "PS3 Platform pagetable size" if PS3_ADVANCED43 tune the pagetable size on their system. The value here is
92 To make pagetable walks huge pmd aware, all you need to do is to call102 pagetable walk). If the second pmd_trans_huge returns false, you
23 #warning Limited user VSID range means pagetable space is wasted
222 bool "Export kernel pagetable layout to userspace via debugfs"228 Say Y here if you want to show the kernel pagetable layout in a
827 up the pagetable walking.
15 pagetable, and only supports 4K size page mapping. Generation two uses the
49 Bits[5:0] pagetable bit number used to activate memory
60 bool "Dump the EFI pagetable"
1281 possibly 4K of additional runtime pagetable memory.1503 has the cost of more pagetable lookup overhead, and also1504 consumes more pagetable space per process.
230 Make pagetable allocations evictable and manage them similar to VM_BIND
7 bool "Export kernel pagetable layout to userspace via debugfs"13 Say Y here if you want to show the kernel pagetable layout in a
2791 contiguous memory allocation for KVM hash pagetable
Completed in 51 milliseconds