/linux-2.6.39/sound/core/ |
D | sgbuf.c | 74 struct page **pgtable; in snd_malloc_sgbuf_pages() local 88 pgtable = kcalloc(sgbuf->tblsize, sizeof(*pgtable), GFP_KERNEL); in snd_malloc_sgbuf_pages() 89 if (!pgtable) in snd_malloc_sgbuf_pages() 91 sgbuf->page_table = pgtable; in snd_malloc_sgbuf_pages() 117 *pgtable++ = virt_to_page(tmpb.area); in snd_malloc_sgbuf_pages()
|
/linux-2.6.39/arch/x86/boot/compressed/ |
D | head_64.S | 117 leal pgtable(%ebx), %edi 123 leal pgtable + 0(%ebx), %edi 128 leal pgtable + 0x1000(%ebx), %edi 138 leal pgtable + 0x2000(%ebx), %edi 148 leal pgtable(%ebx), %eax 340 pgtable: label
|
D | vmlinux.lds.S | 67 .pgtable : { 69 *(.pgtable) argument
|
/linux-2.6.39/arch/arm/mach-msm/ |
D | iommu.c | 50 unsigned long *pgtable; member 85 unsigned long *fl_table = priv->pgtable; in __flush_iotlb() 142 static void __program_context(void __iomem *base, int ctx, phys_addr_t pgtable) in __program_context() argument 155 SET_TTBR0_PA(base, ctx, (pgtable >> 14)); in __program_context() 218 priv->pgtable = (unsigned long *)__get_free_pages(GFP_KERNEL, in msm_iommu_domain_init() 221 if (!priv->pgtable) in msm_iommu_domain_init() 224 memset(priv->pgtable, 0, SZ_16K); in msm_iommu_domain_init() 245 fl_table = priv->pgtable; in msm_iommu_domain_destroy() 252 free_pages((unsigned long)priv->pgtable, get_order(SZ_16K)); in msm_iommu_domain_destroy() 253 priv->pgtable = NULL; in msm_iommu_domain_destroy() [all …]
|
/linux-2.6.39/mm/ |
D | huge_memory.c | 584 static void prepare_pmd_huge_pte(pgtable_t pgtable, in prepare_pmd_huge_pte() argument 591 INIT_LIST_HEAD(&pgtable->lru); in prepare_pmd_huge_pte() 593 list_add(&pgtable->lru, &mm->pmd_huge_pte->lru); in prepare_pmd_huge_pte() 594 mm->pmd_huge_pte = pgtable; in prepare_pmd_huge_pte() 610 pgtable_t pgtable; in __do_huge_pmd_anonymous_page() local 613 pgtable = pte_alloc_one(mm, haddr); in __do_huge_pmd_anonymous_page() 614 if (unlikely(!pgtable)) { in __do_huge_pmd_anonymous_page() 628 pte_free(mm, pgtable); in __do_huge_pmd_anonymous_page() 642 prepare_pmd_huge_pte(pgtable, mm); in __do_huge_pmd_anonymous_page() 726 pgtable_t pgtable; in copy_huge_pmd() local [all …]
|
D | Makefile | 8 vmalloc.o pagewalk.o pgtable-generic.o
|
/linux-2.6.39/arch/tile/kernel/ |
D | machine_kexec.c | 227 HV_PTE *pgtable; in setup_quasi_va_is_pa() local 239 pgtable = (HV_PTE *)current->mm->pgd; in setup_quasi_va_is_pa() 246 __set_pte(&pgtable[i], pfn_pte(pfn, pte)); in setup_quasi_va_is_pa()
|
D | stack.c | 50 HV_PTE *l1_pgtable = kbt->pgtable; in valid_address() 278 kbt->pgtable = NULL; in KBacktraceIterator_init() 291 kbt->pgtable = swapper_pg_dir; in KBacktraceIterator_init() 295 kbt->pgtable = __va(pgdir_pa); in KBacktraceIterator_init()
|
/linux-2.6.39/arch/microblaze/mm/ |
D | Makefile | 7 obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
|
/linux-2.6.39/arch/score/mm/ |
D | Makefile | 6 tlb-miss.o tlb-score.o pgtable.o
|
/linux-2.6.39/arch/tile/mm/ |
D | Makefile | 5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
|
/linux-2.6.39/arch/s390/mm/ |
D | Makefile | 5 obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o \
|
/linux-2.6.39/arch/mips/mm/ |
D | Makefile | 8 obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o 9 obj-$(CONFIG_64BIT) += pgtable-64.o
|
/linux-2.6.39/arch/tile/include/asm/ |
D | stack.h | 28 pte_t *pgtable; /* page table for user space access */ member
|
/linux-2.6.39/drivers/lguest/ |
D | page_tables.c | 642 static unsigned int find_pgdir(struct lguest *lg, unsigned long pgtable) in find_pgdir() argument 646 if (lg->pgdirs[i].pgdir && lg->pgdirs[i].gpgdir == pgtable) in find_pgdir() 718 void guest_new_pagetable(struct lg_cpu *cpu, unsigned long pgtable) in guest_new_pagetable() argument 723 newpgdir = find_pgdir(cpu->lg, pgtable); in guest_new_pagetable() 729 newpgdir = new_pgdir(cpu, pgtable, &repin); in guest_new_pagetable()
|
D | lg.h | 188 void guest_new_pagetable(struct lg_cpu *cpu, unsigned long pgtable);
|
/linux-2.6.39/arch/x86/mm/ |
D | Makefile | 2 pat.o pgtable.o physaddr.o gup.o setup_nx.o
|
/linux-2.6.39/arch/powerpc/mm/ |
D | Makefile | 9 obj-y := fault.o mem.o pgtable.o gup.o \
|
/linux-2.6.39/arch/mn10300/mm/ |
D | Makefile | 28 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
|
/linux-2.6.39/arch/um/sys-ppc/ |
D | Makefile | 38 $(srctree)/include/asm-ppc/pgtable.h \
|
/linux-2.6.39/arch/sh/mm/ |
D | Makefile | 19 ioremap.o kmap.o pgtable.o tlbflush_$(BITS).o
|
/linux-2.6.39/arch/cris/arch-v10/ |
D | README.mm | 153 [ References: asm/pgtable.h, asm/page.h, asm/mmu.h ]
|
/linux-2.6.39/Documentation/s390/ |
D | Debugging390.txt | 291 A lot of this stuff is defined in pgtable.h.
|