Searched refs:pagetables (Results 1 – 15 of 15) sorted by relevance
/linux/tools/testing/selftests/cgroup/ |
A D | test_kmem.c | 165 long current, slab, anon, file, kernel_stack, pagetables, percpu, sock, sum; in test_kmem_memcg_deletion() local 187 pagetables = cg_read_key_long(parent, "memory.stat", "pagetables "); in test_kmem_memcg_deletion() 191 kernel_stack < 0 || pagetables < 0 || percpu < 0 || sock < 0) in test_kmem_memcg_deletion() 194 sum = slab + anon + file + kernel_stack + pagetables + percpu + sock; in test_kmem_memcg_deletion() 204 printf("pagetables = %ld\n", pagetables); in test_kmem_memcg_deletion()
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_iommu.c | 15 atomic_t pagetables; member 93 if (atomic_dec_return(&iommu->pagetables) == 0) in msm_iommu_pagetable_destroy() 196 if (atomic_inc_return(&iommu->pagetables) == 1) { in msm_iommu_pagetable_create() 314 atomic_set(&iommu->pagetables, 0); in msm_iommu_new()
|
/linux/arch/x86/um/ |
A D | Kconfig | 31 bool "Three-level pagetables" if !64BIT 34 Three-level pagetables will let UML have more than 4G of physical
|
/linux/Documentation/devicetree/bindings/iommu/ |
A D | apple,dart.yaml | 18 with individual pagetables and page-level read/write protection flags.
|
/linux/arch/x86/realmode/rm/ |
A D | trampoline_64.S | 141 # Setup trampoline 4 level pagetables
|
/linux/arch/x86/kernel/ |
A D | head_32.S | 57 RESERVE_BRK(pagetables, INIT_MAP_SIZE)
|
/linux/Documentation/vm/ |
A D | transhuge.rst | 59 Code walking pagetables but unaware about huge pmds can simply call 68 If you're not walking pagetables but you run into a physical hugepage
|
/linux/kernel/dma/ |
A D | Kconfig | 99 # in the pagetables
|
/linux/Documentation/admin-guide/mm/ |
A D | transhuge.rst | 39 nested pagetables but almost always also on bare metal without 44 virtualization and nested pagetables the TLB can be mapped of
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | sdm845-cheza.dtsi | 641 * GPU to update the SMMU pagetables for context switches. Work
|
/linux/mm/ |
A D | Kconfig | 880 # "powerpc/mm: Allow more flexible layouts for hugepage pagetables"
|
/linux/arch/arm/ |
A D | Kconfig | 1482 bool "Allocate 2nd-level pagetables from highmem" if EXPERT
|
/linux/arch/x86/ |
A D | Kconfig | 1666 bool "Allocate 3rd-level pagetables from highmem"
|
/linux/Documentation/admin-guide/ |
A D | cgroup-v2.rst | 1304 pagetables
|
A D | kernel-parameters.txt | 3557 pagetables) support.
|
Completed in 58 milliseconds