Home
last modified time | relevance | path

Searched refs:pagetables (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/tools/testing/selftests/cgroup/
Dtest_kmem.c165 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-6.1.9/arch/x86/um/
DKconfig32 bool "Three-level pagetables" if !64BIT
35 Three-level pagetables will let UML have more than 4G of physical
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_iommu.c15 atomic_t pagetables; member
163 if (atomic_dec_return(&iommu->pagetables) == 0) in msm_iommu_pagetable_destroy()
266 if (atomic_inc_return(&iommu->pagetables) == 1) { in msm_iommu_pagetable_create()
385 atomic_set(&iommu->pagetables, 0); in msm_iommu_new()
/linux-6.1.9/Documentation/devicetree/bindings/iommu/
Dapple,dart.yaml18 with individual pagetables and page-level read/write protection flags.
/linux-6.1.9/arch/x86/realmode/rm/
Dtrampoline_64.S141 # Setup trampoline 4 level pagetables
/linux-6.1.9/arch/x86/kernel/
Dhead_32.S58 RESERVE_BRK(pagetables, INIT_MAP_SIZE)
/linux-6.1.9/Documentation/mm/
Dtranshuge.rst59 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-6.1.9/kernel/dma/
DKconfig99 # in the pagetables
/linux-6.1.9/Documentation/admin-guide/mm/
Dtranshuge.rst39 nested pagetables but almost always also on bare metal without
44 virtualization and nested pagetables the TLB can be mapped of
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dsdm845-cheza.dtsi773 * GPU to update the SMMU pagetables for context switches. Work
/linux-6.1.9/mm/
DKconfig1056 # "powerpc/mm: Allow more flexible layouts for hugepage pagetables"
/linux-6.1.9/Documentation/admin-guide/
Dcgroup-v2.rst1372 (kernel_stack, pagetables, percpu, vmalloc, slab) in
1378 pagetables
Dkernel-parameters.txt3807 pagetables) support.
/linux-6.1.9/arch/arm/
DKconfig1318 bool "Allocate 2nd-level pagetables from highmem" if EXPERT
/linux-6.1.9/arch/x86/
DKconfig1680 bool "Allocate 3rd-level pagetables from highmem"