Searched defs:pgd_offset (Results 1 - 25 of 27) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dpgtable.h292 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dpgtable.h350 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dpgtable.h164 #define pgd_offset(mm, addr) ((pgd_t *)(mm)->pgd + __pgd_index(addr)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dpgtable.h324 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dpgtable.h262 static inline pgd_t * pgd_offset(struct mm_struct * mm, unsigned long address) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dpgtable.h187 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dpgtable.h443 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpgtable.h334 pgd_offset (struct mm_struct *mm, unsigned long address) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dpgtable.h350 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmotorola_pgtable.h200 static inline pgd_t *pgd_offset(struct mm_struct *mm, unsigned long address) function
H A Dsun3_pgtable.h197 #define pgd_offset(mm, address) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpgtable-32.h153 #define pgd_offset(mm,addr) ((mm)->pgd + pgd_index(addr)) macro
H A Dpgtable-64.h195 #define pgd_offset(mm,addr) ((mm)->pgd + pgd_index(addr)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h380 #define pgd_offset(mm, address) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-ppc32.h722 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
H A Dpgtable-ppc64.h214 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dpgtable.h743 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dpgtable.h836 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpgtable.h443 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dpgtable.h148 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtable.h291 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dpgtable.h645 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable.h362 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgtable.h332 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpgtable.h302 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro

Completed in 346 milliseconds

12