Searched refs:pagetable (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/arch/mips/mm/ |
D | pgtable-64.c | 47 void pmd_init(unsigned long addr, unsigned long pagetable) in pmd_init() argument 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() 62 p[-2] = pagetable; in pmd_init() 63 p[-1] = pagetable; in pmd_init() 70 void pud_init(unsigned long addr, unsigned long pagetable) in pud_init() argument [all …]
|
/Linux-v4.19/arch/s390/ |
D | Kconfig.debug | 7 bool "Export kernel pagetable layout to userspace via debugfs" 11 Say Y here if you want to show the kernel pagetable layout in a
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgalloc.h | 31 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
/Linux-v4.19/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 | 847 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_detach_device() local 877 &pagetable); in exynos_iommu_detach_device() 886 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_attach_device() local 900 data->pgtable = pagetable; in exynos_iommu_attach_device() 918 &pagetable); in exynos_iommu_attach_device()
|
D | Kconfig | 19 # Selected by the actual pagetable implementations 28 Enable support for the ARM long descriptor pagetable format. 47 Enable support for the ARM Short-descriptor pagetable format.
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-64.h | 355 extern void pud_init(unsigned long page, unsigned long pagetable); 356 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
D | pgalloc.h | 32 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
/Linux-v4.19/arch/arm64/ |
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
|
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | Kconfig | 37 int "PS3 Platform pagetable size" if PS3_ADVANCED 42 tune the pagetable size on their system. The value here is
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-hash64.c | 28 #warning Limited user VSID range means pagetable space is wasted
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | mediatek,iommu.txt | 5 pagetable, and only supports 4K size page mapping. Generation two uses the
|
/Linux-v4.19/arch/x86/ |
D | Kconfig.debug | 79 tristate "Export kernel pagetable layout to userspace via debugfs" 84 Say Y here if you want to show the kernel pagetable layout in a 92 bool "Dump the EFI pagetable"
|
D | Kconfig | 1235 possibly 4K of additional runtime pagetable memory. 1462 has the cost of more pagetable lookup overhead, and also 1463 consumes more pagetable space per process.
|
/Linux-v4.19/Documentation/vm/ |
D | transhuge.rst | 104 To make pagetable walks huge pmd aware, all you need to do is to call 114 pagetable walk). If the second pmd_trans_huge returns false, you
|
/Linux-v4.19/Documentation/x86/ |
D | amd-memory-encryption.txt | 43 Bits[5:0] pagetable bit number used to activate memory
|
/Linux-v4.19/arch/powerpc/ |
D | Kconfig.debug | 360 bool "Export kernel pagetable layout to userspace via debugfs"
|
/Linux-v4.19/mm/ |
D | Kconfig | 389 up the pagetable walking.
|
/Linux-v4.19/arch/arm/ |
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
|