Home
last modified time | relevance | path

Searched defs:pud_offset (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dpgtable-4k.h108 #define pud_offset(pgdp, addr) \ macro
/arch/x86/include/asm/
Dpgtable_64.h200 #define pud_offset(pgd, address) \ macro
/arch/s390/include/asm/
Dpgtable.h1007 #define pud_offset(pgd, address) ((pud_t *) pgd) macro
1016 static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) in pud_offset() function
/arch/ia64/include/asm/
Dpgtable.h394 #define pud_offset(dir,addr) \ macro