Searched refs:pte_offset (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib-32/
H A Ddump_tlb.c176 pte = pte_offset(pmd, addr);
223 pte = pte_offset(pmd, addr);
H A Dr3k_dump_tlb.c131 pte = pte_offset(pmd, addr);
165 pte = pte_offset(pmd, addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib-64/
H A Ddump_tlb.c162 pte = pte_offset(pmd, addr);
197 pte = pte_offset(pmd, addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c124 unsigned long pte_offset; member in struct:iommu_window
201 io_pte = (unsigned long *)tbl->it_base + (index - window->pte_offset);
233 io_pte = (unsigned long *)tbl->it_base + (index - window->pte_offset);
412 unsigned long pte_offset)
429 window->pte_offset = pte_offset;
435 window->pte_offset;
410 cell_iommu_setup_window(struct cbe_iommu *iommu, struct device_node *np, unsigned long offset, unsigned long size, unsigned long pte_offset) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/mm/
H A Dmemc.c95 init_pte = pte_offset(init_pmd, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-r3k.c232 pte = pte_offset(pmd, addr);
H A Dc-tx39.c179 ptep = pte_offset(pmdp, page);
H A Dc-r4k.c441 ptep = pte_offset(pmdp, addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpgtable-32.h158 #define pte_offset(dir, address) \ macro
H A Dpgtable-64.h213 #define pte_offset(dir, address) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpgtable-32.h158 #define pte_offset(dir, address) \ macro
H A Dpgtable-64.h213 #define pte_offset(dir, address) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dpgtable.h133 * The pgd_offset, pmd_offset, and pte_offset macros are used by the kernel,
166 #define pte_offset(pmd, addr) ((pte_t *)pmd_page(*(pmd)) + __pte_index(addr)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Dmmu.S156 ; pte = pte_offset(pmd, address);
272 ; pte = pte_offset(pmd, address);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dpgtable.h334 #define pte_offset(dir, address) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dapus_setup.c303 pte = pte_offset(pmd, va);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c415 ptep = pte_offset(pmdp, addr);

Completed in 132 milliseconds