Searched refs:pgtable (Results 51 - 75 of 493) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-85xx.h59 #include <asm/pgtable-masks.h>
/linux-master/arch/riscv/include/asm/
H A Dirq_stack.h10 #include <linux/pgtable.h>
H A Dxip_fixup.h8 #include <linux/pgtable.h>
H A Dfixmap.h11 #include <linux/pgtable.h>
/linux-master/arch/arm64/kernel/
H A Dvmcore_info.c10 #include <asm/pgtable-hwdef.h>
/linux-master/arch/s390/mm/
H A DMakefile7 obj-y += page-states.o pageattr.o pgtable.o pgalloc.o extable.o
/linux-master/arch/sparc/mm/
H A Dtlb.c270 pgtable_t pgtable)
272 struct list_head *lh = (struct list_head *) pgtable;
281 pmd_huge_pte(mm, pmdp) = pgtable;
287 pgtable_t pgtable; local
292 pgtable = pmd_huge_pte(mm, pmdp);
293 lh = (struct list_head *) pgtable;
300 pte_val(pgtable[0]) = 0;
301 pte_val(pgtable[1]) = 0;
303 return pgtable;
269 pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp, pgtable_t pgtable) argument
/linux-master/arch/nios2/mm/
H A DMakefile13 obj-y += pgtable.o
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c264 * We want to put the pgtable in pmd and use pgtable for tracking
268 pgtable_t pgtable)
274 * we store the pgtable in the second half of PMD
277 *pgtable_slot = pgtable;
279 * expose the deposited pgtable to other cpus.
281 * hash fault code looks at the deposted pgtable
289 pgtable_t pgtable; local
295 pgtable = *pgtable_slot;
304 memset(pgtable,
267 hash__pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp, pgtable_t pgtable) argument
349 pgtable_t pgtable; local
[all...]
/linux-master/arch/powerpc/mm/
H A Dpgtable-frag.c137 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable) argument
141 page = virt_to_page(pgtable);
143 pte_fragment_free((unsigned long *)pgtable, 0);
/linux-master/arch/x86/boot/compressed/
H A Dpgtable_64.c6 #include "pgtable.h"
104 asmlinkage void configure_5level_paging(struct boot_params *bp, void *pgtable) argument
198 memcpy(pgtable, trampoline_32bit, PAGE_SIZE);
199 native_write_cr3((unsigned long)pgtable);
/linux-master/arch/nios2/include/asm/
H A Dio.h15 #include <asm/pgtable-bits.h>
/linux-master/arch/sparc/include/asm/
H A Dio-unit.h10 #include <linux/pgtable.h>
H A Dhighmem.h25 #include <linux/pgtable.h>
/linux-master/arch/openrisc/kernel/
H A Dor32_ksyms.c21 #include <linux/pgtable.h>
/linux-master/arch/arc/mm/
H A Dhighmem.c9 #include <linux/pgtable.h>
/linux-master/arch/arm/include/asm/
H A Dfixmap.h9 #include <linux/pgtable.h>
/linux-master/arch/um/include/asm/
H A Dpgtable-2level.h5 * Derived from include/asm-i386/pgtable.h
11 #include <asm-generic/pgtable-nopmd.h>
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h13 #include <linux/pgtable.h>
/linux-master/arch/x86/include/asm/
H A Dkfence.h17 #include <asm/pgtable.h>
/linux-master/arch/powerpc/platforms/chrp/
H A Dsmp.c19 #include <linux/pgtable.h>
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_module.c34 #include <linux/pgtable.h>
/linux-master/arch/sh/include/asm/
H A Dpgtable-3level.h5 #include <asm-generic/pgtable-nopud.h>
/linux-master/arch/s390/kernel/
H A Dabs_lowcore.c3 #include <linux/pgtable.h>
/linux-master/arch/arm64/include/asm/
H A Dpage.h17 #include <asm/pgtable-types.h>

Completed in 321 milliseconds

1234567891011>>