Home
last modified time | relevance | path

Searched refs:pgdir (Results 1 – 13 of 13) sorted by relevance

/arch/powerpc/mm/
Dhash_utils_64.c813 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/
Dsmp.h89 unsigned long pgdir; member
/arch/powerpc/include/asm/
Dmmu_context.h38 tsk->thread.pgdir = next->pgd; in switch_mm()
Dprocessor.h162 void *pgdir; /* root of page-table tree */ member
219 .pgdir = swapper_pg_dir, \
Dpgtable-ppc64.h430 */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/
Dfault.c73 static void print_pagetable_entries(pgd_t *pgdir, unsigned long address)
79 pgd = pgdir + __pgd_offset(address);
/arch/x86/lguest/
Dboot.c415 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/
Dsmp.c102 secondary_data.pgdir = virt_to_phys(pgd); in __cpu_up()
130 secondary_data.pgdir = 0; in __cpu_up()
Dhead.S126 ldr r4, [r7, r4] @ get secondary_data.pgdir
/arch/x86/kernel/
Dasm-offsets_32.c127 OFFSET(LGUEST_DATA_pgdir, lguest_data, pgdir); in foo()
/arch/x86/include/asm/
Dprocessor.h188 static inline void load_cr3(pgd_t *pgdir) in load_cr3() argument
190 write_cr3(__pa(pgdir)); in load_cr3()
/arch/cris/include/asm/
Dpgtable.h93 #define SET_PAGE_DIR(tsk,pgdir) argument
/arch/powerpc/kernel/
Dasm-offsets.c93 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir)); in main()