Searched refs:pte_offset (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 278 #define pte_offset(dir, addr) ((pte_t *)(pmd_page_vaddr(*dir)) +\ macro 282 #define pte_offset_kernel(dir, addr) pte_offset(dir, addr) 283 #define pte_offset_map(dir, addr) pte_offset(dir, addr)
|
/linux-4.1.27/arch/score/mm/ |
D | cache.c | 188 ptep = pte_offset(pmdp, start); in flush_cache_range() 195 ptep = pte_offset(pmdp, start); in flush_cache_range()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable-32.h | 149 #define pte_offset(dir, address) \ macro
|
D | pgtable-64.h | 267 #define pte_offset(dir, address) \ macro
|
/linux-4.1.27/arch/mips/mm/ |
D | c-r3k.c | 257 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 | 573 ptep = pte_offset(pmdp, addr); in local_r4k_flush_cache_page()
|
/linux-4.1.27/arch/m32r/mm/ |
D | mmu.S | 160 ; pte = pte_offset(pmd, address); 276 ; pte = pte_offset(pmd, address);
|
/linux-4.1.27/arch/mn10300/mm/ |
D | fault.c | 90 pte = pte_offset(pmd, address);
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 84 #define pte_offset(dir, address) \ macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 305 #define pte_offset(dir, address) \ macro
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | iommu.c | 472 unsigned long pte_offset) in cell_iommu_setup_window() argument 493 (offset >> window->table.it_page_shift) + pte_offset; in cell_iommu_setup_window()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 1283 #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr)) macro 1284 #define pte_offset_kernel(pmd, address) pte_offset(pmd,address)
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 200 static inline pte_t * pte_offset(pmd_t * dir, unsigned long address) function
|