Home
last modified time | relevance | path

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

/linux-3.4.99/arch/cris/arch-v10/
DREADME.mm200 static inline pte_t * pte_offset(pmd_t * dir, unsigned long address) function
/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/score/include/asm/
Dpgtable.h84 #define pte_offset(dir, address) \ macro
/linux-3.4.99/arch/avr32/include/asm/
Dpgtable.h317 #define pte_offset(dir, address) \ macro
/linux-3.4.99/arch/powerpc/platforms/cell/
Diommu.c471 unsigned long pte_offset) in cell_iommu_setup_window()
/linux-3.4.99/arch/s390/include/asm/
Dpgtable.h1163 #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr)) macro