Home
last modified time | relevance | path

Searched refs:pte_offset (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/arch/score/mm/
Dcache.c187 ptep = pte_offset(pmdp, start); in flush_cache_range()
194 ptep = pte_offset(pmdp, start); in flush_cache_range()
/linux-3.4.99/arch/mips/include/asm/mach-powertv/
Ddma-coherence.h45 ptep = pte_offset(pmd, virt_addr); in virt_to_phys_from_pte()
/linux-3.4.99/arch/mips/include/asm/
Dpgtable-32.h134 #define pte_offset(dir, address) \ macro
Dpgtable-64.h254 #define pte_offset(dir, address) \ macro
/linux-3.4.99/arch/mips/mm/
Dc-r3k.c258 ptep = pte_offset(pmdp, addr); in r3k_flush_cache_page()
Dc-tx39.c189 ptep = pte_offset(pmdp, page); in tx39_flush_cache_page()
Dc-r4k.c479 ptep = pte_offset(pmdp, addr); in local_r4k_flush_cache_page()
/linux-3.4.99/arch/m32r/mm/
Dmmu.S160 ; pte = pte_offset(pmd, address);
276 ; pte = pte_offset(pmd, address);
/linux-3.4.99/arch/mn10300/mm/
Dfault.c90 pte = pte_offset(pmd, address);
/linux-3.4.99/arch/avr32/include/asm/
Dpgtable.h317 #define pte_offset(dir, address) \ macro
/linux-3.4.99/arch/score/include/asm/
Dpgtable.h84 #define pte_offset(dir, address) \ macro
/linux-3.4.99/arch/s390/include/asm/
Dpgtable.h1163 #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr)) macro
1164 #define pte_offset_kernel(pmd, address) pte_offset(pmd,address)
/linux-3.4.99/arch/powerpc/platforms/cell/
Diommu.c471 unsigned long pte_offset) in cell_iommu_setup_window() argument
490 window->table.it_offset = (offset >> IOMMU_PAGE_SHIFT) + pte_offset; in cell_iommu_setup_window()
/linux-3.4.99/arch/cris/arch-v10/
DREADME.mm200 static inline pte_t * pte_offset(pmd_t * dir, unsigned long address) function