| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | pgtable-64.c | 46 void pmd_init(unsigned long addr, unsigned long pagetable) in pmd_init() argument 54 p[0] = pagetable; in pmd_init() 55 p[1] = pagetable; in pmd_init() 56 p[2] = pagetable; in pmd_init() 57 p[3] = pagetable; in pmd_init() 58 p[4] = pagetable; in pmd_init() 60 p[-3] = pagetable; in pmd_init() 61 p[-2] = pagetable; in pmd_init() 62 p[-1] = pagetable; in pmd_init() 69 void pud_init(unsigned long addr, unsigned long pagetable) in pud_init() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_iommu.c | 35 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_unmap() local 36 struct io_pgtable_ops *ops = pagetable->pgtbl_ops; in msm_iommu_pagetable_unmap() 46 iommu_flush_iotlb_all(to_msm_iommu(pagetable->parent)->domain); in msm_iommu_pagetable_unmap() 54 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_map() local 55 struct io_pgtable_ops *ops = pagetable->pgtbl_ops; in msm_iommu_pagetable_map() 84 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_destroy() local 85 struct msm_iommu *iommu = to_msm_iommu(pagetable->parent); in msm_iommu_pagetable_destroy() 87 dev_get_drvdata(pagetable->parent->dev); in msm_iommu_pagetable_destroy() 96 free_io_pgtable_ops(pagetable->pgtbl_ops); in msm_iommu_pagetable_destroy() 97 kfree(pagetable); in msm_iommu_pagetable_destroy() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable-64.h | 330 extern void pud_init(unsigned long page, unsigned long pagetable); 331 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
| H A D | pgalloc.h | 37 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | pgalloc.h | 33 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | exynos-iommu.c | 846 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_detach_device() local 876 &pagetable); in exynos_iommu_detach_device() 885 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_attach_device() local 899 data->pgtable = pagetable; in exynos_iommu_attach_device() 917 &pagetable); in exynos_iommu_attach_device()
|
| H A D | omap-iommu-debug.c | 240 DEFINE_SHOW_ATTRIBUTE(pagetable);
|
| H A D | Kconfig | 58 # Selected by the actual pagetable implementations 67 Enable support for the ARM long descriptor pagetable format. 86 Enable support for the ARM Short-descriptor pagetable format.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | Kconfig | 37 int "PS3 Platform pagetable size" if PS3_ADVANCED 42 tune the pagetable size on their system. The value here is
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | Kconfig.debug | 156 bool "Export kernel pagetable layout to userspace via debugfs" 162 Say Y here if you want to show the kernel pagetable layout in a
|
| H A D | Kconfig | 399 up the pagetable walking. 907 # pagetable layouts.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | hash_pgtable.c | 22 #warning Limited user VSID range means pagetable space is wasted
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | transhuge.rst | 99 To make pagetable walks huge pmd aware, all you need to do is to call 109 pagetable walk). If the second pmd_trans_huge returns false, you
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | amd-memory-encryption.rst | 49 Bits[5:0] pagetable bit number used to activate memory
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig.debug | 69 bool "Dump the EFI pagetable"
|
| H A D | Kconfig | 1229 possibly 4K of additional runtime pagetable memory. 1480 has the cost of more pagetable lookup overhead, and also 1481 consumes more pagetable space per process.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/ |
| H A D | Kconfig.debug | 363 bool "Export kernel pagetable layout to userspace via debugfs"
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Kconfig.debug | 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
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2342 contiguous memory allocation for KVM hash pagetable
|