Home
last modified time | relevance | path

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

12

/linux-3.4.99/arch/arm/include/asm/ !
Dpgtable-3level-types.h48 #define __pgd(x) ((pgd_t) { (x) } ) macro
65 #define __pgd(x) (x) macro
/linux-3.4.99/arch/unicore32/include/asm/ !
Dpage.h46 #define __pgd(x) ((pgd_t) { (x) }) macro
62 #define __pgd(x) (x) macro
/linux-3.4.99/arch/alpha/include/asm/ !
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/linux-3.4.99/arch/x86/power/ !
Dhibernate_32.c45 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/ !
Dpage_tables.c329 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/ !
Dpage_64.h76 #define __pgd(x) ((pgd_t) { (x) } ) macro
96 #define __pgd(x) (x) macro
Dpage_32.h81 #define __pgd(x) ((pgd_t) { (x) } ) macro
109 #define __pgd(x) (x) macro
/linux-3.4.99/arch/parisc/include/asm/ !
Dpage.h55 #define __pgd(x) ((pgd_t) { (x) } ) macro
77 #define __pgd(x) (x) macro
/linux-3.4.99/arch/x86/kernel/ !
Dmachine_kexec_64.c40 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/ !
Dpage.h318 #define __pgd(x) ((pgd_t) { (x) }) macro
359 #define __pgd(x) (x) macro
/linux-3.4.99/arch/m68k/include/asm/ !
Dpage.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-3.4.99/include/asm-generic/ !
Dpgtable-nopud.h44 #define __pud(x) ((pud_t) { __pgd(x) } )
Dpage.h60 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-3.4.99/arch/cris/include/asm/ !
Dpage.h37 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-3.4.99/arch/m32r/include/asm/ !
Dpage.h41 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-3.4.99/arch/openrisc/include/asm/ !
Dpage.h71 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-3.4.99/arch/hexagon/include/asm/ !
Dpage.h91 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-3.4.99/arch/avr32/include/asm/ !
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-3.4.99/arch/frv/include/asm/ !
Dpage.h39 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-3.4.99/arch/h8300/include/asm/ !
Dpage.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-3.4.99/arch/mn10300/include/asm/ !
Dpage.h57 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-3.4.99/arch/mn10300/mm/ !
Dinit.c65 set_pgd(swapper_pg_dir + loop, __pgd(__pa(ppte) | _PAGE_TABLE)); in paging_init()
/linux-3.4.99/arch/score/include/asm/ !
Dpage.h54 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-3.4.99/arch/xtensa/include/asm/ !
Dpage.h113 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-3.4.99/arch/s390/include/asm/ !
Dpage.h111 #define __pgd(x) ((pgd_t) { (x) } ) macro

12