Searched refs:pagetable (Results 1 – 19 of 19) sorted by relevance
/linux/arch/mips/mm/ |
A D | pgtable-64.c | 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() 77 p[0] = pagetable; in pud_init() 78 p[1] = pagetable; in pud_init() 79 p[2] = pagetable; in pud_init() 80 p[3] = pagetable; in pud_init() [all …]
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_iommu.c | 97 kfree(pagetable); in msm_iommu_pagetable_destroy() 111 *ttbr = pagetable->ttbr; in msm_iommu_pagetable_params() 114 *asid = pagetable->asid; in msm_iommu_pagetable_params() 170 pagetable = kzalloc(sizeof(*pagetable), GFP_KERNEL); in msm_iommu_pagetable_create() 171 if (!pagetable) in msm_iommu_pagetable_create() 187 if (!pagetable->pgtbl_ops) { in msm_iommu_pagetable_create() 188 kfree(pagetable); in msm_iommu_pagetable_create() 203 kfree(pagetable); in msm_iommu_pagetable_create() 209 pagetable->parent = parent; in msm_iommu_pagetable_create() 218 pagetable->asid = 0; in msm_iommu_pagetable_create() [all …]
|
/linux/arch/nios2/include/asm/ |
A D | pgalloc.h | 32 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
/linux/arch/mips/include/asm/ |
A D | pgtable-64.h | 329 extern void pud_init(unsigned long page, unsigned long pagetable); 330 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
A D | pgalloc.h | 35 extern void pmd_init(unsigned long page, unsigned long pagetable);
|
/linux/drivers/iommu/ |
A D | exynos-iommu.c | 827 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_detach_device() local 857 &pagetable); in exynos_iommu_detach_device() 866 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_attach_device() local 880 data->pgtable = pagetable; in exynos_iommu_attach_device() 898 &pagetable); in exynos_iommu_attach_device()
|
A D | omap-iommu-debug.c | 240 DEFINE_SHOW_ATTRIBUTE(pagetable);
|
A D | Kconfig | 28 # Selected by the actual pagetable implementations 37 Enable support for the ARM long descriptor pagetable format. 56 Enable support for the ARM Short-descriptor pagetable format.
|
/linux/arch/powerpc/platforms/ps3/ |
A D | Kconfig | 38 int "PS3 Platform pagetable size" if PS3_ADVANCED 43 tune the pagetable size on their system. The value here is
|
/linux/mm/ |
A D | Kconfig.debug | 140 bool "Export kernel pagetable layout to userspace via debugfs" 146 Say Y here if you want to show the kernel pagetable layout in a
|
A D | Kconfig | 386 up the pagetable walking. 882 # pagetable layouts.
|
/linux/Documentation/vm/ |
A D | transhuge.rst | 94 To make pagetable walks huge pmd aware, all you need to do is to call 104 pagetable walk). If the second pmd_trans_huge returns false, you
|
/linux/arch/powerpc/mm/book3s64/ |
A D | hash_pgtable.c | 23 #warning Limited user VSID range means pagetable space is wasted
|
/linux/Documentation/devicetree/bindings/iommu/ |
A D | mediatek,iommu.yaml | 15 pagetable, and only supports 4K size page mapping. Generation two uses the
|
/linux/Documentation/x86/ |
A D | amd-memory-encryption.rst | 49 Bits[5:0] pagetable bit number used to activate memory
|
/linux/arch/x86/ |
A D | Kconfig.debug | 63 bool "Dump the EFI pagetable"
|
A D | Kconfig | 1234 possibly 4K of additional runtime pagetable memory. 1485 has the cost of more pagetable lookup overhead, and also 1486 consumes more pagetable space per process.
|
/linux/arch/arm/ |
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
|
/linux/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 2407 contiguous memory allocation for KVM hash pagetable
|
Completed in 74 milliseconds