/linux-2.4.37.9/include/asm-arm/ |
D | page.h | 36 #define __pgd(x) ((pgd_t) { (x) } ) macro 55 #define __pgd(x) (x) macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | page.h | 39 #define __pgd(x) ((pgd_t) { (x) } ) macro 57 #define __pgd(x) (x) macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | page.h | 38 #define __pgd(x) ((pgd_t) { (x) } ) macro 57 #define __pgd(x) (x) macro
|
/linux-2.4.37.9/arch/i386/mm/ |
D | init.c | 184 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/ |
D | page.h | 67 #define __pgd(x) ((pgd_t) { (x) } ) macro 86 #define __pgd(x) (x) macro
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | init.c | 135 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/ |
D | page.h | 69 #define __pgd(x) ((pgd_t) { (x) } ) macro 95 #define __pgd(x) (x) macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | page.h | 112 #define __pgd(x) ((pgd_t) { (x) } ) macro 140 #define __pgd(x) (x) macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | page.h | 100 #define __pgd(x) ((pgd_t) { (x) } ) macro 119 #define __pgd(x) (x) macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | page.h | 108 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | page.h | 114 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | page.h | 55 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | page.h | 68 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | page.h | 50 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | page.h | 61 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
D | pgalloc.h | 43 set_pgd(pgd + i, __pgd(1 + __pa(pmd))); in get_pgd_slow()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | page.h | 89 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | page.h | 103 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | page.h | 64 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
D | pgalloc.h | 18 set_pgd(pgd, __pgd(_PAGE_TABLE | __pa(pmd)))
|
/linux-2.4.37.9/include/asm-m68k/ |
D | page.h | 100 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | page.h | 182 # define __pgd(x) (x) macro
|
/linux-2.4.37.9/arch/cris/mm/ |
D | init.c | 226 swapper_pg_dir[i] = __pgd(0); in paging_init()
|
/linux-2.4.37.9/arch/sh64/mm/ |
D | ioremap.c | 339 set_pgd(pgdp, __pgd((unsigned long)pmdp | _KERNPG_TABLE)); in shmedia_mapioaddr()
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | sun4c.c | 2022 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()
|