Searched refs:pgtable (Results 1 – 21 of 21) sorted by relevance
/arch/sparc/mm/ |
D | tlb.c | 246 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/ |
D | vmlinux.lds.S | 67 .pgtable : { 69 *(.pgtable) argument
|
D | head_64.S | 133 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/ |
D | tlb.c | 663 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/ |
D | Makefile | 7 obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
|
/arch/score/mm/ |
D | Makefile | 6 tlb-miss.o tlb-score.o pgtable.o
|
/arch/mips/mm/ |
D | Makefile | 15 obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o 16 obj-$(CONFIG_64BIT) += pgtable-64.o
|
/arch/powerpc/mm/ |
D | pgtable_64.c | 660 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()
|
D | Makefile | 9 obj-y := fault.o mem.o pgtable.o mmap.o \
|
/arch/tile/mm/ |
D | Makefile | 5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
|
/arch/nios2/mm/ |
D | Makefile | 12 obj-y += pgtable.o
|
/arch/s390/mm/ |
D | Makefile | 5 obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o
|
D | pgtable.c | 1318 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/ |
D | Makefile | 5 pat.o pgtable.o physaddr.o gup.o setup_nx.o tlb.o
|
/arch/mn10300/mm/ |
D | Makefile | 28 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
|
/arch/arc/include/asm/ |
D | hugepage.h | 72 pgtable_t pgtable);
|
/arch/sh/mm/ |
D | Makefile | 19 pgtable.o tlbex_$(BITS).o tlbflush_$(BITS).o
|
/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 605 pgtable_t pgtable);
|
/arch/cris/arch-v10/ |
D | README.mm | 153 [ References: asm/pgtable.h, asm/page.h, asm/mmu.h ]
|
/arch/sparc/include/asm/ |
D | pgtable_64.h | 964 pgtable_t pgtable);
|
/arch/s390/include/asm/ |
D | pgtable.h | 1533 pgtable_t pgtable);
|