Searched refs:pagetable (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | pgtable-64.c | 44 void pmd_init(unsigned long addr, unsigned long pagetable) in pmd_init() argument 52 p[0] = pagetable; in pmd_init() 53 p[1] = pagetable; in pmd_init() 54 p[2] = pagetable; in pmd_init() 55 p[3] = pagetable; in pmd_init() 56 p[4] = pagetable; in pmd_init() 58 p[-3] = pagetable; in pmd_init() 59 p[-2] = pagetable; in pmd_init() 60 p[-1] = pagetable; in pmd_init()
|
/linux-4.4.14/arch/s390/ |
D | Kconfig.debug | 21 bool "Export kernel pagetable layout to userspace via debugfs" 25 Say Y here if you want to show the kernel pagetable layout in a
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgalloc.h | 31 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu-debug.c | 253 DEBUG_SEQ_FOPS_RO(pagetable); 284 DEBUG_ADD_FILE_RO(pagetable); in omap_iommu_debugfs_add()
|
D | exynos-iommu.c | 746 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_attach_device() local 755 ret = __sysmmu_enable(data, pagetable, domain); in exynos_iommu_attach_device() 767 __func__, &pagetable); in exynos_iommu_attach_device() 772 __func__, &pagetable, (ret == 0) ? "" : ", again"); in exynos_iommu_attach_device() 781 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_detach_device() local 804 __func__, &pagetable); in exynos_iommu_detach_device()
|
D | Kconfig | 19 # Selected by the actual pagetable implementations 28 Enable support for the ARM long descriptor pagetable format.
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig.debug | 6 bool "Export kernel pagetable layout to userspace via debugfs" 10 Say Y here if you want to show the kernel pagetable layout in a
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgalloc.h | 32 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
D | pgtable-64.h | 279 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | Kconfig | 36 int "PS3 Platform pagetable size" if PS3_ADVANCED 41 tune the pagetable size on their system. The value here is
|
/linux-4.4.14/arch/powerpc/mm/ |
D | init_64.c | 70 #warning Limited user VSID range means pagetable space is wasted
|
D | pgtable_64.c | 63 #error TASK_SIZE_USER64 exceeds pagetable range
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 72 bool "Export kernel pagetable layout to userspace via debugfs" 77 Say Y here if you want to show the kernel pagetable layout in a 85 bool "Dump the EFI pagetable"
|
D | Kconfig | 1074 possibly 4K of additional runtime pagetable memory. 1300 has the cost of more pagetable lookup overhead, and also 1301 consumes more pagetable space per process.
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 347 To make pagetable walks huge pmd aware, all you need to do is to call 357 pagetable walk). If the second pmd_trans_huge returns false, you
|
/linux-4.4.14/mm/ |
D | Kconfig | 403 up the pagetable walking.
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 6 bool "Export kernel pagetable layout to userspace via debugfs" 11 Say Y here if you want to show the kernel pagetable layout in a
|