/linux-3.4.99/arch/arm/include/asm/ ! |
D | pgtable-3level-types.h | 48 #define __pgd(x) ((pgd_t) { (x) } ) macro 65 #define __pgd(x) (x) macro
|
/linux-3.4.99/arch/unicore32/include/asm/ ! |
D | page.h | 46 #define __pgd(x) ((pgd_t) { (x) }) macro 62 #define __pgd(x) (x) macro
|
/linux-3.4.99/arch/alpha/include/asm/ ! |
D | page.h | 42 #define __pgd(x) ((pgd_t) { (x) } ) macro 60 #define __pgd(x) (x) macro
|
/linux-3.4.99/arch/x86/power/ ! |
D | hibernate_32.c | 45 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT)); in resume_one_md_table_init() 143 __pgd(__pa(empty_zero_page) | _PAGE_PRESENT)); in resume_init_first_level_page_table()
|
/linux-3.4.99/drivers/lguest/ ! |
D | page_tables.c | 329 gpgd = __pgd(CHECK_GPGD_MASK); in demand_page() 356 set_pgd(spgd, __pgd(__pa(ptepage) | pgd_flags(gpgd))); in demand_page() 564 set_pgd(spgd, __pgd(0)); in release_pgd() 591 *spgd = __pgd(0); in release_pgd() 706 set_pgd(cpu->lg->pgdirs[next].pgdir, __pgd(0)); in new_pgdir() 711 __pgd(__pa(pmd_table) | _PAGE_PRESENT)); in new_pgdir() 1054 switcher_pgd = __pgd(__pa(switcher_pte_page) | __PAGE_KERNEL_EXEC); in map_switcher_in_guest()
|
/linux-3.4.99/arch/sparc/include/asm/ ! |
D | page_64.h | 76 #define __pgd(x) ((pgd_t) { (x) } ) macro 96 #define __pgd(x) (x) macro
|
D | page_32.h | 81 #define __pgd(x) ((pgd_t) { (x) } ) macro 109 #define __pgd(x) (x) macro
|
/linux-3.4.99/arch/parisc/include/asm/ ! |
D | page.h | 55 #define __pgd(x) ((pgd_t) { (x) } ) macro 77 #define __pgd(x) (x) macro
|
/linux-3.4.99/arch/x86/kernel/ ! |
D | machine_kexec_64.c | 40 set_pgd(pgd, __pgd(__pa(pud) | _KERNPG_TABLE)); in init_one_level2_page() 126 set_pgd(level4p++, __pgd(__pa(level3p) | _KERNPG_TABLE)); in init_level4_page() 161 set_pgd(pgd, __pgd(__pa(pud) | _KERNPG_TABLE)); in init_transition_pgtable()
|
/linux-3.4.99/arch/powerpc/include/asm/ ! |
D | page.h | 318 #define __pgd(x) ((pgd_t) { (x) }) macro 359 #define __pgd(x) (x) macro
|
/linux-3.4.99/arch/m68k/include/asm/ ! |
D | page.h | 36 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-3.4.99/include/asm-generic/ ! |
D | pgtable-nopud.h | 44 #define __pud(x) ((pud_t) { __pgd(x) } )
|
D | page.h | 60 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-3.4.99/arch/cris/include/asm/ ! |
D | page.h | 37 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-3.4.99/arch/m32r/include/asm/ ! |
D | page.h | 41 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-3.4.99/arch/openrisc/include/asm/ ! |
D | page.h | 71 #define __pgd(x) ((pgd_t) { (x) }) macro
|
/linux-3.4.99/arch/hexagon/include/asm/ ! |
D | page.h | 91 #define __pgd(x) ((pgd_t) { (x) }) macro
|
/linux-3.4.99/arch/avr32/include/asm/ ! |
D | page.h | 42 #define __pgd(x) ((pgd_t) { (x) }) macro
|
/linux-3.4.99/arch/frv/include/asm/ ! |
D | page.h | 39 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-3.4.99/arch/h8300/include/asm/ ! |
D | page.h | 43 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-3.4.99/arch/mn10300/include/asm/ ! |
D | page.h | 57 #define __pgd(x) ((pgd_t) { (x) }) macro
|
/linux-3.4.99/arch/mn10300/mm/ ! |
D | init.c | 65 set_pgd(swapper_pg_dir + loop, __pgd(__pa(ppte) | _PAGE_TABLE)); in paging_init()
|
/linux-3.4.99/arch/score/include/asm/ ! |
D | page.h | 54 #define __pgd(x) ((pgd_t) { (x) }) macro
|
/linux-3.4.99/arch/xtensa/include/asm/ ! |
D | page.h | 113 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
/linux-3.4.99/arch/s390/include/asm/ ! |
D | page.h | 111 #define __pgd(x) ((pgd_t) { (x) } ) macro
|