Searched refs:pte_offset (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/arch/score/mm/ |
D | cache.c | 187 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/ |
D | dma-coherence.h | 45 ptep = pte_offset(pmd, virt_addr); in virt_to_phys_from_pte()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | pgtable-32.h | 134 #define pte_offset(dir, address) \ macro
|
D | pgtable-64.h | 254 #define pte_offset(dir, address) \ macro
|
/linux-3.4.99/arch/mips/mm/ |
D | c-r3k.c | 258 ptep = pte_offset(pmdp, addr); in r3k_flush_cache_page()
|
D | c-tx39.c | 189 ptep = pte_offset(pmdp, page); in tx39_flush_cache_page()
|
D | c-r4k.c | 479 ptep = pte_offset(pmdp, addr); in local_r4k_flush_cache_page()
|
/linux-3.4.99/arch/m32r/mm/ |
D | mmu.S | 160 ; pte = pte_offset(pmd, address); 276 ; pte = pte_offset(pmd, address);
|
/linux-3.4.99/arch/mn10300/mm/ |
D | fault.c | 90 pte = pte_offset(pmd, address);
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgtable.h | 317 #define pte_offset(dir, address) \ macro
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgtable.h | 84 #define pte_offset(dir, address) \ macro
|
/linux-3.4.99/arch/s390/include/asm/ |
D | pgtable.h | 1163 #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/ |
D | iommu.c | 471 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/ |
D | README.mm | 200 static inline pte_t * pte_offset(pmd_t * dir, unsigned long address) function
|