Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
A 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/drivers/gpu/drm/msm/
A Dmsm_iommu.c15 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 DKconfig31 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 Dapple,dart.yaml18 with individual pagetables and page-level read/write protection flags.
/linux/arch/x86/realmode/rm/
A Dtrampoline_64.S141 # Setup trampoline 4 level pagetables
/linux/arch/x86/kernel/
A Dhead_32.S57 RESERVE_BRK(pagetables, INIT_MAP_SIZE)
/linux/Documentation/vm/
A 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/kernel/dma/
A DKconfig99 # in the pagetables
/linux/Documentation/admin-guide/mm/
A Dtranshuge.rst39 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 Dsdm845-cheza.dtsi641 * GPU to update the SMMU pagetables for context switches. Work
/linux/mm/
A DKconfig880 # "powerpc/mm: Allow more flexible layouts for hugepage pagetables"
/linux/arch/arm/
A DKconfig1482 bool "Allocate 2nd-level pagetables from highmem" if EXPERT
/linux/arch/x86/
A DKconfig1666 bool "Allocate 3rd-level pagetables from highmem"
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst1304 pagetables
A Dkernel-parameters.txt3557 pagetables) support.

Completed in 58 milliseconds