Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/
Dsgbuf.c74 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/
Dhead_64.S117 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
Dvmlinux.lds.S67 .pgtable : {
69 *(.pgtable) argument
/linux-2.6.39/arch/arm/mach-msm/
Diommu.c50 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/
Dhuge_memory.c584 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 …]
DMakefile8 vmalloc.o pagewalk.o pgtable-generic.o
/linux-2.6.39/arch/tile/kernel/
Dmachine_kexec.c227 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()
Dstack.c50 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/
DMakefile7 obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
/linux-2.6.39/arch/score/mm/
DMakefile6 tlb-miss.o tlb-score.o pgtable.o
/linux-2.6.39/arch/tile/mm/
DMakefile5 obj-y := init.o pgtable.o fault.o extable.o elf.o \
/linux-2.6.39/arch/s390/mm/
DMakefile5 obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o \
/linux-2.6.39/arch/mips/mm/
DMakefile8 obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
9 obj-$(CONFIG_64BIT) += pgtable-64.o
/linux-2.6.39/arch/tile/include/asm/
Dstack.h28 pte_t *pgtable; /* page table for user space access */ member
/linux-2.6.39/drivers/lguest/
Dpage_tables.c642 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()
Dlg.h188 void guest_new_pagetable(struct lg_cpu *cpu, unsigned long pgtable);
/linux-2.6.39/arch/x86/mm/
DMakefile2 pat.o pgtable.o physaddr.o gup.o setup_nx.o
/linux-2.6.39/arch/powerpc/mm/
DMakefile9 obj-y := fault.o mem.o pgtable.o gup.o \
/linux-2.6.39/arch/mn10300/mm/
DMakefile28 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
/linux-2.6.39/arch/um/sys-ppc/
DMakefile38 $(srctree)/include/asm-ppc/pgtable.h \
/linux-2.6.39/arch/sh/mm/
DMakefile19 ioremap.o kmap.o pgtable.o tlbflush_$(BITS).o
/linux-2.6.39/arch/cris/arch-v10/
DREADME.mm153 [ References: asm/pgtable.h, asm/page.h, asm/mmu.h ]
/linux-2.6.39/Documentation/s390/
DDebugging390.txt291 A lot of this stuff is defined in pgtable.h.