Home
last modified time | relevance | path

Searched defs:pgdir (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/arch/tile/include/asm/
Dmmu_context.h34 static inline void __install_page_table(pgd_t *pgdir, int asid, pgprot_t prot) in __install_page_table()
42 static inline void install_page_table(pgd_t *pgdir, int asid) in install_page_table()
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c262 struct mlx4_db_pgdir *pgdir; in mlx4_alloc_db_pgdir() local
281 static int mlx4_alloc_db_from_pgdir(struct mlx4_db_pgdir *pgdir, in mlx4_alloc_db_from_pgdir()
315 struct mlx4_db_pgdir *pgdir; in mlx4_db_alloc() local
/linux-3.4.99/drivers/lguest/
Dlg.h20 struct pgdir { struct
21 unsigned long gpgdir; argument
22 pgd_t *pgdir; member
Dpage_tables.c911 int pgdir = find_pgdir(cpu->lg, gpgdir); in guest_set_pte() local
934 int pgdir; in guest_set_pgd() local
/linux-3.4.99/arch/arm/include/asm/
Dsmp.h77 unsigned long pgdir; member
/linux-3.4.99/arch/microblaze/include/asm/
Dprocessor.h121 void *pgdir; /* root of page-table tree */ member
/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable-ppc64.h361 static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea) in find_linux_pte()
384 static inline pte_t *find_linux_pte_or_hugepte(pgd_t *pgdir, unsigned long ea, in find_linux_pte_or_hugepte()
Dprocessor.h165 void *pgdir; /* root of page-table tree */ member
Dkvm_host.h484 pgd_t *pgdir; member
/linux-3.4.99/arch/powerpc/mm/
Dhash_utils_64.c912 pgd_t *pgdir; in hash_page() local
1090 pgd_t *pgdir; in hash_preload() local
Dhugetlbpage.c70 pte_t *find_linux_pte_or_hugepte(pgd_t *pgdir, unsigned long ea, unsigned *shift) in find_linux_pte_or_hugepte()
/linux-3.4.99/arch/powerpc/perf/
Dcallchain.c116 pgd_t *pgdir; in read_user_stack_slow() local
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h93 #define SET_PAGE_DIR(tsk,pgdir) argument
/linux-3.4.99/arch/openrisc/include/asm/
Dpgtable.h222 #define SET_PAGE_DIR(tsk, pgdir) argument
/linux-3.4.99/arch/x86/include/asm/
Dprocessor.h195 static inline void load_cr3(pgd_t *pgdir) in load_cr3()
/linux-3.4.99/include/linux/mlx4/
Ddevice.h353 struct mlx4_db_pgdir *pgdir; member