Home
last modified time | relevance | path

Searched defs:pgtable (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/arch/x86/boot/compressed/
Dvmlinux.lds.S69 *(.pgtable)
70 _epgtable = . ;
Dhead_64.S360 pgtable: label
/linux-3.3/arch/tile/include/asm/
Dstack.h28 pte_t *pgtable; /* page table for user space access */ member
/linux-3.3/sound/core/
Dsgbuf.c74 struct page **pgtable; in snd_malloc_sgbuf_pages() local
/linux-3.3/mm/
Dhuge_memory.c614 static void prepare_pmd_huge_pte(pgtable_t pgtable, in prepare_pmd_huge_pte()
640 pgtable_t pgtable; in __do_huge_pmd_anonymous_page() local
757 pgtable_t pgtable; in copy_huge_pmd() local
806 pgtable_t pgtable; in get_pmd_huge_pte() local
829 pgtable_t pgtable; in do_huge_pmd_wp_page_fallback() local
1042 pgtable_t pgtable; in zap_huge_pmd() local
1352 pgtable_t pgtable; in __split_huge_page_map() local
1845 pgtable_t pgtable; in collapse_huge_page() local
/linux-3.3/arch/tile/kernel/
Dmachine_kexec.c227 HV_PTE *pgtable; in setup_quasi_va_is_pa() local
/linux-3.3/drivers/iommu/
Dmsm_iommu.c53 unsigned long *pgtable; member
145 static void __program_context(void __iomem *base, int ctx, phys_addr_t pgtable) in __program_context()
Domap-iommu.c47 u32 *pgtable; member
/linux-3.3/drivers/lguest/
Dpage_tables.c662 static unsigned int find_pgdir(struct lguest *lg, unsigned long pgtable) in find_pgdir()
785 void guest_new_pagetable(struct lg_cpu *cpu, unsigned long pgtable) in guest_new_pagetable()