Searched refs:pgdir (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/mm/ |
D | hash_utils_64.c | 813 static int subpage_protection(pgd_t *pgdir, unsigned long ea) in subpage_protection() argument 815 struct subpage_prot_table *spt = pgd_subpage_prot(pgdir); in subpage_protection() 843 static inline int subpage_protection(pgd_t *pgdir, unsigned long ea) in subpage_protection() argument 857 void *pgdir; in hash_page() local 904 pgdir = mm->pgd; in hash_page() 905 if (pgdir == NULL) in hash_page() 931 ptep = find_linux_pte(pgdir, ea); in hash_page() 1001 int spp = subpage_protection(pgdir, ea); in hash_page() 1024 void *pgdir; in hash_preload() local 1043 pgdir = mm->pgd; in hash_preload() [all …]
|
/arch/arm/include/asm/ |
D | smp.h | 89 unsigned long pgdir; member
|
/arch/powerpc/include/asm/ |
D | mmu_context.h | 38 tsk->thread.pgdir = next->pgd; in switch_mm()
|
D | processor.h | 162 void *pgdir; /* root of page-table tree */ member 219 .pgdir = swapper_pg_dir, \
|
D | pgtable-ppc64.h | 430 */static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea) in find_linux_pte() argument 437 pg = pgdir + pgd_index(ea); in find_linux_pte()
|
/arch/mn10300/mm/ |
D | fault.c | 73 static void print_pagetable_entries(pgd_t *pgdir, unsigned long address) 79 pgd = pgdir + __pgd_offset(address);
|
/arch/x86/lguest/ |
D | boot.c | 415 lguest_data.pgdir = cr3; in lguest_write_cr3() 422 return lguest_data.pgdir; in lguest_read_cr3() 534 lazy_hcall(LHCALL_SET_PTE, lguest_data.pgdir, addr, 0); in lguest_flush_tlb_single()
|
/arch/arm/kernel/ |
D | smp.c | 102 secondary_data.pgdir = virt_to_phys(pgd); in __cpu_up() 130 secondary_data.pgdir = 0; in __cpu_up()
|
D | head.S | 126 ldr r4, [r7, r4] @ get secondary_data.pgdir
|
/arch/x86/kernel/ |
D | asm-offsets_32.c | 127 OFFSET(LGUEST_DATA_pgdir, lguest_data, pgdir); in foo()
|
/arch/x86/include/asm/ |
D | processor.h | 188 static inline void load_cr3(pgd_t *pgdir) in load_cr3() argument 190 write_cr3(__pa(pgdir)); in load_cr3()
|
/arch/cris/include/asm/ |
D | pgtable.h | 93 #define SET_PAGE_DIR(tsk,pgdir) argument
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 93 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir)); in main()
|