Home
last modified time | relevance | path

Searched refs:pagetable (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/gpu/drm/msm/
A Dmsm_iommu.c169 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 …]
/linux/arch/mips/mm/
A Dpgtable-64.c55 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 …]
/linux/arch/loongarch/mm/
A Dpgtable.c81 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 …]
/linux/drivers/iommu/
A Dexynos-iommu.c988 phys_addr_t pagetable; in exynos_iommu_identity_attach() local
996 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() local
1053 data->pgtable = pagetable; in exynos_iommu_attach_device()
1071 &pagetable); in exynos_iommu_attach_device()
A DKconfig28 # Selected by the actual pagetable implementations
38 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
A Domap-iommu-debug.c240 DEFINE_SHOW_ATTRIBUTE(pagetable);
/linux/Documentation/userspace-api/
A Diommufd.rst100 pagetable already exists then it is reused for the attachment. Otherwise a
101 new pagetable object and iommu_domain is created. Successful completion of
132 target pagetable to be attached to by a device. Though currently there are
/linux/arch/powerpc/platforms/ps3/
A DKconfig38 int "PS3 Platform pagetable size" if PS3_ADVANCED
43 tune the pagetable size on their system. The value here is
/linux/Documentation/mm/
A Dtranshuge.rst92 To make pagetable walks huge pmd aware, all you need to do is to call
102 pagetable walk). If the second pmd_trans_huge returns false, you
/linux/arch/powerpc/mm/book3s64/
A Dhash_pgtable.c23 #warning Limited user VSID range means pagetable space is wasted
/linux/mm/
A DKconfig.debug222 bool "Export kernel pagetable layout to userspace via debugfs"
228 Say Y here if you want to show the kernel pagetable layout in a
A DKconfig827 up the pagetable walking.
/linux/Documentation/devicetree/bindings/iommu/
A Dmediatek,iommu.yaml15 pagetable, and only supports 4K size page mapping. Generation two uses the
/linux/Documentation/arch/x86/
A Damd-memory-encryption.rst49 Bits[5:0] pagetable bit number used to activate memory
/linux/arch/x86/
A DKconfig.debug60 bool "Dump the EFI pagetable"
A DKconfig1281 possibly 4K of additional runtime pagetable memory.
1503 has the cost of more pagetable lookup overhead, and also
1504 consumes more pagetable space per process.
/linux/Documentation/gpu/rfc/
A Di915_vm_bind.rst230 Make pagetable allocations evictable and manage them similar to VM_BIND
/linux/arch/arm/
A DKconfig.debug7 bool "Export kernel pagetable layout to userspace via debugfs"
13 Say Y here if you want to show the kernel pagetable layout in a
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2791 contiguous memory allocation for KVM hash pagetable

Completed in 51 milliseconds