Searched refs:__pud (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable-3level.h60 set_pud(pud, __pud(_PAGE_TABLE + __pa(pmd)))
86 set_pud(pud, __pud(_PAGE_NEWPAGE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpgtable-nopmd.h49 #define __pmd(x) ((pmd_t) { __pud(x) } )
H A Dpgtable-nopud.h44 #define __pud(x) ((pud_t) { __pgd(x) } ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable-3level.h47 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dpgtable.c45 set_pud(pud, __pud((unsigned long)pmd));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage.h192 #define __pud(x) ((pud_t) { (x) }) macro
231 #define __pud(x) (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpage.h38 #define __pud(x) ((pud_t) { (x) } ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmachine_kexec_64.c49 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE));
91 set_pud(level3p++, __pud(__pa(level2p) | _KERNPG_TABLE));
169 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Ddump_pagetables.c294 #define walk_pud_level(m,s,a,p) walk_pmd_level(m,s,__pud(pgd_val(a)),p)
295 #define pgd_large(a) pud_large(__pud(pgd_val(a)))
296 #define pgd_none(a) pud_none(__pud(pgd_val(a)))
H A Dpgtable.c155 set_pud(pudp, __pud(__pa(pmd) | _PAGE_PRESENT));
H A Dinit_64.c233 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE |
466 set_pud(pud, __pud(0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable-3level.h74 set_pud(pudp, __pud(0));
H A Dpgalloc.h106 set_pud(pud, __pud(_PAGE_TABLE | __pa(pmd)));
H A Dpgtable.h66 #define __pud(x) native_make_pud(x) macro
H A Dparavirt.h602 static inline pud_t __pud(pudval_t val) function
649 set_pud(pudp, __pud(0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/
H A Dhibernate_64.c59 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgalloc.h38 set_pud(pud, __pud((unsigned long)pmd));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dmem.c107 set_pud(pud, __pud(_KERNPG_TABLE + (unsigned long) __pa(pmd_table)));

Completed in 219 milliseconds