Home
last modified time | relevance | path

Searched defs:pte_offset (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm200 static inline pte_t * pte_offset(pmd_t * dir, unsigned long address) function
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-32.h149 #define pte_offset(dir, address) \ macro
Dpgtable-64.h267 #define pte_offset(dir, address) \ macro
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h84 #define pte_offset(dir, address) \ macro
/linux-4.4.14/arch/arc/include/asm/
Dpgtable.h288 #define pte_offset(dir, addr) ((pte_t *)(pmd_page_vaddr(*dir)) +\ macro
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h305 #define pte_offset(dir, address) \ macro
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c477 unsigned long pte_offset) in cell_iommu_setup_window()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1348 #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr)) macro