Searched refs:PMD (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dpgalloc.h28 #define pud_populate(MM, PUD, PMD) pud_set(PUD, PMD)
64 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE)
65 #define pmd_populate(MM,PMD,PTE_PAGE) \
66 pmd_populate_kernel(MM,PMD,page_address(PTE_PAGE))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dpgalloc.h40 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
52 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE)
54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-frv/
H A Dpgalloc.h24 #define pmd_populate(MM, PMD, PAGE) \
26 __set_pmd((PMD), page_to_pfn(PAGE) << PAGE_SHIFT | _PAGE_TABLE); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dmmu.S56 ; 1. PMD and PTE exists in mm subsystem but not in TLB
57 ; 2. PMD exists but not PTE
58 ; 3. PMD doesn't exist
64 ; Each page is 8 KB. Each PMD holds 8192/4 PTEs (each PTE is 4 bytes) so each
65 ; PMD holds 16 MB of virtual memory.
67 ; Bits 13-23 : PTE offset within a PMD
68 ; Bits 24-31 : PMD offset within the PGD
86 ; Look up PMD in PGD
88 lsrq 24, $r0 ; Get PMD index into PGD (bit 24-31)
92 move.d [$acr], $acr ; Get PMD
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S609 move.d [$r0+$r1.d], $r0 ; Get PMD
612 and.w PAGE_MASK, $r0 ; Remove PMD flags
626 2: ; PMD or PTE missing, let the mm subsystem fix it up.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskgepnmi.c465 * Get PMD and DeviceType
470 pAC->Pnmi.PMD = 3;
481 pAC->Pnmi.PMD = 2;
492 pAC->Pnmi.PMD = 4;
503 pAC->Pnmi.PMD = 5;
514 pAC->Pnmi.PMD = 1;
5097 *pBufPtr = pAC->Pnmi.PMD;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskgepnmi.h925 char PMD; member in struct:s_PnmiData

Completed in 188 milliseconds