Home
last modified time | relevance | path

Searched refs:__pgd (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/include/asm-arm/
Dpage.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
55 #define __pgd(x) (x) macro
/linux-2.4.37.9/include/asm-alpha/
Dpage.h39 #define __pgd(x) ((pgd_t) { (x) } ) macro
57 #define __pgd(x) (x) macro
/linux-2.4.37.9/include/asm-cris/
Dpage.h38 #define __pgd(x) ((pgd_t) { (x) } ) macro
57 #define __pgd(x) (x) macro
/linux-2.4.37.9/arch/i386/mm/
Dinit.c184 set_pgd(pgd, __pgd(__pa(pmd) + 0x1)); in fixrange_init()
222 set_pgd(pgd_base + i, __pgd(1 + __pa(empty_zero_page))); in pagetable_init()
233 set_pgd(pgd, __pgd(__pa(pmd) + 0x1)); in pagetable_init()
316 set_pgd(swapper_pg_dir+i, __pgd(1 + __pa(empty_zero_page))); in zap_low_mappings()
318 set_pgd(swapper_pg_dir+i, __pgd(0)); in zap_low_mappings()
/linux-2.4.37.9/include/asm-ppc/
Dpage.h67 #define __pgd(x) ((pgd_t) { (x) } ) macro
86 #define __pgd(x) (x) macro
/linux-2.4.37.9/arch/x86_64/mm/
Dinit.c135 set_pgd(pgd, __pgd(__pa(pmd) | _KERNPG_TABLE | _PAGE_USER)); in set_pte_phys()
230 set_pgd(pgd, __pgd(0)); in phys_pgd_init()
235 set_pgd(pgd, __pgd(0)); in phys_pgd_init()
240 set_pgd(pgd, __pgd(pmd_phys | _KERNPG_TABLE)); in phys_pgd_init()
/linux-2.4.37.9/include/asm-sparc64/
Dpage.h69 #define __pgd(x) ((pgd_t) { (x) } ) macro
95 #define __pgd(x) (x) macro
/linux-2.4.37.9/include/asm-sparc/
Dpage.h112 #define __pgd(x) ((pgd_t) { (x) } ) macro
140 #define __pgd(x) (x) macro
/linux-2.4.37.9/include/asm-ppc64/
Dpage.h100 #define __pgd(x) ((pgd_t) { (x) } ) macro
119 #define __pgd(x) (x) macro
/linux-2.4.37.9/include/asm-s390/
Dpage.h108 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-s390x/
Dpage.h114 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-sh/
Dpage.h55 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-sh64/
Dpage.h68 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-parisc/
Dpage.h50 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-i386/
Dpage.h61 #define __pgd(x) ((pgd_t) { (x) } ) macro
Dpgalloc.h43 set_pgd(pgd + i, __pgd(1 + __pa(pmd))); in get_pgd_slow()
/linux-2.4.37.9/include/asm-mips64/
Dpage.h89 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-mips/
Dpage.h103 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-x86_64/
Dpage.h64 #define __pgd(x) ((pgd_t) { (x) } ) macro
Dpgalloc.h18 set_pgd(pgd, __pgd(_PAGE_TABLE | __pa(pmd)))
/linux-2.4.37.9/include/asm-m68k/
Dpage.h100 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-2.4.37.9/include/asm-ia64/
Dpage.h182 # define __pgd(x) (x) macro
/linux-2.4.37.9/arch/cris/mm/
Dinit.c226 swapper_pg_dir[i] = __pgd(0); in paging_init()
/linux-2.4.37.9/arch/sh64/mm/
Dioremap.c339 set_pgd(pgdp, __pgd((unsigned long)pmdp | _KERNPG_TABLE)); in shmedia_mapioaddr()
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c2022 swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg0); in sun4c_paging_init()
2024 swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg1); in sun4c_paging_init()
2026 swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg2); in sun4c_paging_init()
2028 swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg3); in sun4c_paging_init()

12