Home
last modified time | relevance | path

Searched refs:pgtable (Results 1 – 21 of 21) sorted by relevance

/arch/sparc/mm/
Dtlb.c246 pgtable_t pgtable) in pgtable_trans_huge_deposit() argument
248 struct list_head *lh = (struct list_head *) pgtable; in pgtable_trans_huge_deposit()
257 pmd_huge_pte(mm, pmdp) = pgtable; in pgtable_trans_huge_deposit()
263 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
268 pgtable = pmd_huge_pte(mm, pmdp); in pgtable_trans_huge_withdraw()
269 lh = (struct list_head *) pgtable; in pgtable_trans_huge_withdraw()
276 pte_val(pgtable[0]) = 0; in pgtable_trans_huge_withdraw()
277 pte_val(pgtable[1]) = 0; in pgtable_trans_huge_withdraw()
279 return pgtable; in pgtable_trans_huge_withdraw()
/arch/x86/boot/compressed/
Dvmlinux.lds.S67 .pgtable : {
69 *(.pgtable) argument
Dhead_64.S133 leal pgtable(%ebx), %edi
139 leal pgtable + 0(%ebx), %edi
144 leal pgtable + 0x1000(%ebx), %edi
154 leal pgtable + 0x2000(%ebx), %edi
164 leal pgtable(%ebx), %eax
492 pgtable: label
/arch/arc/mm/
Dtlb.c663 pgtable_t pgtable) in pgtable_trans_huge_deposit() argument
665 struct list_head *lh = (struct list_head *) pgtable; in pgtable_trans_huge_deposit()
674 pmd_huge_pte(mm, pmdp) = pgtable; in pgtable_trans_huge_deposit()
680 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
684 pgtable = pmd_huge_pte(mm, pmdp); in pgtable_trans_huge_withdraw()
685 lh = (struct list_head *) pgtable; in pgtable_trans_huge_withdraw()
693 pte_val(pgtable[0]) = 0; in pgtable_trans_huge_withdraw()
694 pte_val(pgtable[1]) = 0; in pgtable_trans_huge_withdraw()
696 return pgtable; in pgtable_trans_huge_withdraw()
/arch/microblaze/mm/
DMakefile7 obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
/arch/score/mm/
DMakefile6 tlb-miss.o tlb-score.o pgtable.o
/arch/mips/mm/
DMakefile15 obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
16 obj-$(CONFIG_64BIT) += pgtable-64.o
/arch/powerpc/mm/
Dpgtable_64.c660 pgtable_t pgtable) in pgtable_trans_huge_deposit() argument
668 *pgtable_slot = pgtable; in pgtable_trans_huge_deposit()
680 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
685 pgtable = *pgtable_slot; in pgtable_trans_huge_withdraw()
694 memset(pgtable, 0, PTE_FRAG_SIZE); in pgtable_trans_huge_withdraw()
695 return pgtable; in pgtable_trans_huge_withdraw()
809 pgtable_t pgtable; in pmdp_huge_get_and_clear() local
821 pgtable = *pgtable_slot; in pmdp_huge_get_and_clear()
826 memset(pgtable, 0, PTE_FRAG_SIZE); in pmdp_huge_get_and_clear()
DMakefile9 obj-y := fault.o mem.o pgtable.o mmap.o \
/arch/tile/mm/
DMakefile5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
/arch/nios2/mm/
DMakefile12 obj-y += pgtable.o
/arch/s390/mm/
DMakefile5 obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o
Dpgtable.c1318 pgtable_t pgtable) in pgtable_trans_huge_deposit() argument
1320 struct list_head *lh = (struct list_head *) pgtable; in pgtable_trans_huge_deposit()
1329 pmd_huge_pte(mm, pmdp) = pgtable; in pgtable_trans_huge_deposit()
1335 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
1341 pgtable = pmd_huge_pte(mm, pmdp); in pgtable_trans_huge_withdraw()
1342 lh = (struct list_head *) pgtable; in pgtable_trans_huge_withdraw()
1349 ptep = (pte_t *) pgtable; in pgtable_trans_huge_withdraw()
1353 return pgtable; in pgtable_trans_huge_withdraw()
/arch/x86/mm/
DMakefile5 pat.o pgtable.o physaddr.o gup.o setup_nx.o tlb.o
/arch/mn10300/mm/
DMakefile28 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
/arch/arc/include/asm/
Dhugepage.h72 pgtable_t pgtable);
/arch/sh/mm/
DMakefile19 pgtable.o tlbex_$(BITS).o tlbflush_$(BITS).o
/arch/powerpc/include/asm/
Dpgtable-ppc64.h605 pgtable_t pgtable);
/arch/cris/arch-v10/
DREADME.mm153 [ References: asm/pgtable.h, asm/page.h, asm/mmu.h ]
/arch/sparc/include/asm/
Dpgtable_64.h964 pgtable_t pgtable);
/arch/s390/include/asm/
Dpgtable.h1533 pgtable_t pgtable);