Searched defs:pgdir (Results 1 – 16 of 16) sorted by relevance
/linux-3.4.99/arch/tile/include/asm/ |
D | mmu_context.h | 34 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/ |
D | alloc.c | 262 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/ |
D | lg.h | 20 struct pgdir { struct 21 unsigned long gpgdir; argument 22 pgd_t *pgdir; member
|
D | page_tables.c | 911 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/ |
D | smp.h | 77 unsigned long pgdir; member
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | processor.h | 121 void *pgdir; /* root of page-table tree */ member
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 361 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()
|
D | processor.h | 165 void *pgdir; /* root of page-table tree */ member
|
D | kvm_host.h | 484 pgd_t *pgdir; member
|
/linux-3.4.99/arch/powerpc/mm/ |
D | hash_utils_64.c | 912 pgd_t *pgdir; in hash_page() local 1090 pgd_t *pgdir; in hash_preload() local
|
D | hugetlbpage.c | 70 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/ |
D | callchain.c | 116 pgd_t *pgdir; in read_user_stack_slow() local
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgtable.h | 93 #define SET_PAGE_DIR(tsk,pgdir) argument
|
/linux-3.4.99/arch/openrisc/include/asm/ |
D | pgtable.h | 222 #define SET_PAGE_DIR(tsk, pgdir) argument
|
/linux-3.4.99/arch/x86/include/asm/ |
D | processor.h | 195 static inline void load_cr3(pgd_t *pgdir) in load_cr3()
|
/linux-3.4.99/include/linux/mlx4/ |
D | device.h | 353 struct mlx4_db_pgdir *pgdir; member
|