/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable_32.h | 51 * This is used to calculate the .brk reservation for initial pagetables. 52 * Enough space is reserved to allocate pagetables sufficient to cover all 57 * the PMD's in addition to the pages required for the last level pagetables.
|
/openbmc/linux/arch/x86/um/ |
H A D | Kconfig | 32 bool "Three-level pagetables" if !64BIT 35 Three-level pagetables will let UML have more than 4G of physical
|
/openbmc/linux/arch/x86/mm/ |
H A D | mem_encrypt_boot.S | 30 * R8 - physical address of the pagetables to use for encryption 55 movq %r8, %rdx /* Pagetables used for encryption */ 86 * RDX - address of the pagetables to use for encryption
|
H A D | mem_encrypt_identity.c | 277 * the new pagetables. in sme_pgtable_calc() 310 * pagetables with the necessary attributes needed to encrypt the in sme_encrypt_kernel() 363 /* PUDs and PMDs needed in the current pagetables for the workarea */ in sme_encrypt_kernel() 380 * pagetables and when the new encrypted and decrypted kernel in sme_encrypt_kernel()
|
H A D | debug_pagetables.c | 75 MODULE_DESCRIPTION("Kernel debugging helper that dumps pagetables");
|
H A D | pgtable.c | 42 * "userpte=nohigh" disables allocation of user pagetables in in setup_userpte() 159 * of kernel pagetables can't be lazily synchronized by vmalloc faults. 160 * vmalloc faults work because attached pagetables are never freed. 173 * not shared between pagetables (!SHARED_KERNEL_PMDS), we allocate
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | init-common.c | 108 * Create a kmem_cache() for pagetables. This is not used for PTE 112 * the higher level pagetables, and for hugepage pagetables.
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 53 * Functions that deal with pagetables that could be at any level of 61 * any page table pointer. In other words all pagetables, even tiny
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_iommu.c | 15 atomic_t pagetables; member 165 if (atomic_dec_return(&iommu->pagetables) == 0) in msm_iommu_pagetable_destroy() 295 if (atomic_inc_return(&iommu->pagetables) == 1) { in msm_iommu_pagetable_create() 314 * end up flushing the ASID used for TTBR1 pagetables, which is not in msm_iommu_pagetable_create() 425 atomic_set(&iommu->pagetables, 0); in msm_iommu_new()
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-buffer.c | 37 * +0| set of ptrs to PCI pagetables + | 39 * +1| set of ptrs to PCI pagetables + <--------+ 41 * +2| set of ptrs to PCI pagetables + 43 * +3| set of ptrs to PCI pagetables + >--+
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 109 * identify it and configure it for per-instance pagetables in qcom_adreno_smmu_is_gpu_device() 132 * The GPU driver will call this to enable TTBR0 when per-instance pagetables 144 /* The domain must have split pagetables already enabled */ in qcom_adreno_smmu_set_ttbr0_cfg() 185 * switch pagetables in qcom_adreno_smmu_alloc_context_bank() 215 /* Only enable split pagetables for the GPU device (SID 0) */ in qcom_adreno_smmu_init_context()
|
/openbmc/linux/Documentation/mm/ |
H A D | transhuge.rst | 57 Code walking pagetables but unaware about huge pmds can simply call 66 If you're not walking pagetables but you run into a physical hugepage
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | omap-cache.c | 75 * set in pagetables are validated by the mmu. in arm_init_domains()
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | apple,dart.yaml | 18 with individual pagetables and page-level read/write protection flags.
|
/openbmc/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 817 * On save, we need to pin all pagetables to make sure they get their 906 /* Release a pagetables pages back as normal RW */ 935 * kernel doesn't see any unexpected pinned pagetables. 1024 * While a process runs, Xen pins its pagetables, which means that the 1263 * The majority of further PTE writes is to pagetables already in xen_pagetable_init() 1421 * built pagetables for the guest. We diligently look over them 1427 * up the rest of the pagetables. When it has completed it loads the cr3. 1429 * #PF handler would create bootstrap pagetables) - so we are running 1489 * Init-time set_pte while constructing initial pagetables, which 1749 * head_64.S's preconstructed pagetables. We copy the Xen L2's into [all …]
|
/openbmc/linux/include/xen/interface/ |
H A D | features.h | 14 * If set, the guest does not need to write-protect its pagetables, and can
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | pgalloc.h | 6 * -"/proc/meminfo | grep PageTables" kept on increasing
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ldt.c | 77 * will not be mapped in the userspace pagetables. in load_mm_ldt() 323 * get_locked_pte() will allocate all needed pagetables in map_ldt_struct() 638 * If we are using PTI, map the new LDT into the userspace pagetables. in write_ldt()
|
H A D | head32.c | 85 /* Enough space to fit pagetables for the low memory linear map */ in mk_early_pgtbl_32()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable-64.h | 171 * For 4-level pagetables we defines these ourselves, for 3-level the 226 * For 3-level pagetables we defines these ourselves, for 2-level the
|
/openbmc/linux/mm/ |
H A D | show_mem.c | 210 " mapped:%lu shmem:%lu pagetables:%lu\n" in show_free_areas() 263 " pagetables:%lukB" in show_free_areas()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 26 #define MAP_POPULATE 0x008000 /* populate (prefault) pagetables */
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 29 #define MAP_POPULATE 0x20000 /* populate (prefault) pagetables */
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 26 #define MAP_POPULATE 0x008000 /* populate (prefault) pagetables */
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman-common.h | 26 #define MAP_POPULATE 0x008000 /* populate (prefault) pagetables */
|