Searched refs:__pmd (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgalloc.h24 set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE))
29 set_pmd(pmd, __pmd((page_to_pfn(pte) << PAGE_SHIFT) | _PAGE_TABLE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgalloc.h21 set_pmd(pmd, __pmd((unsigned long)pte));
27 set_pmd(pmd, __pmd((unsigned long)page_address(pte)));
H A Dpgtable-3level.h32 #define __pmd(x) ((pmd_t) { (x) } ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgalloc.h15 set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte)))
18 set_pmd(pmd, __pmd(_PAGE_TABLE + \
H A Dpgtable-2level.h42 #define pfn_pmd(pfn, prot) __pmd(pfn_to_phys(pfn) | pgprot_val(prot))
H A Dpage.h53 #define __pmd(x) ((pmd_t) { (x) } ) macro
66 #define __pmd(x) ((pmd_t) { (x) } ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgalloc.h9 set_pmd(pmd, __pmd(_PAGE_TABLE + __pa(pte)))
14 set_pmd(pmd, __pmd(_PAGE_TABLE + page_to_phys(pte)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable-2level.h43 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
H A Dpgalloc.h21 set_pmd(pmd, __pmd((unsigned long)pte));
27 set_pmd(pmd, __pmd((unsigned long)page_address(pte)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpage-nommu.h43 #define __pmd(x) (x) macro
H A Dpage.h171 #define __pmd(x) ((pmd_t) { (x) } ) macro
189 #define __pmd(x) (x) macro
H A Dpgalloc.h111 pmdp[0] = __pmd(pmdval);
112 pmdp[1] = __pmd(pmdval + 256 * sizeof(pte_t));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpgalloc.h9 set_pmd(pmd, __pmd((unsigned long)pte));
15 set_pmd(pmd, __pmd((unsigned long)page_address(pte)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpage_64.h75 #define __pmd(x) ((pmd_t) { (x) } ) macro
95 #define __pmd(x) (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgalloc.h19 set_pmd(pmd, __pmd((unsigned long)pte));
25 set_pmd(pmd, __pmd((unsigned long)page_address(pte)));
/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) } ) macro
H A Dpage.h59 #define __pmd(x) ((pmd_t) { (x) } ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dioremap.c138 pmd[0] = __pmd(__pfn_to_phys(pfn) | type->prot_sect);
140 pmd[1] = __pmd(__pfn_to_phys(pfn) | type->prot_sect);
175 pmd[0] = __pmd(super_pmd_val);
176 pmd[1] = __pmd(super_pmd_val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpage.h54 #define __pmd(x) ((pmd_t) { (x) } ) macro
76 #define __pmd(x) (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage.h186 #define __pmd(x) ((pmd_t) { (x) }) macro
226 #define __pmd(x) (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgalloc.h66 set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE));
75 set_pmd(pmd, __pmd(((pteval_t)pfn << PAGE_SHIFT) | _PAGE_TABLE));
H A Dpgtable-2level.h31 native_set_pmd(pmdp, __pmd(0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpage_no.h44 #define __pmd(x) ((pmd_t) { (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.h37 #define __pmd(x) ((pmd_t) { (x) } ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dpage.h42 #define __pmd(x) ((pmd_t) { (x) } ) macro

Completed in 207 milliseconds

123