Searched refs:hugepd_t (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage.c52 static inline pte_t *hugepd_page(hugepd_t hpd)
58 static inline unsigned int hugepd_shift(hugepd_t hpd)
63 static inline pte_t *hugepte_offset(hugepd_t *hpdp, unsigned long addr, unsigned pdshift)
76 hugepd_t *hpdp = NULL;
84 hpdp = (hugepd_t *)pg;
89 hpdp = (hugepd_t *)pu;
94 hpdp = (hugepd_t *)pm;
114 static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp,
140 hugepd_t *hpdp = NULL;
148 hpdp = (hugepd_t *)p
[all...]
H A Dgup.c72 if (!gup_hugepd((hugepd_t *)pmdp, PMD_SHIFT,
96 if (!gup_hugepd((hugepd_t *)pudp, PUD_SHIFT,
147 if (!gup_hugepd((hugepd_t *)pgdp, PGDIR_SHIFT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage.h245 typedef struct { signed long pd; } hugepd_t; typedef in typeref:struct:__anon9988
249 static inline int hugepd_ok(hugepd_t hpd)
254 #define is_hugepd(pdep) (hugepd_ok(*((hugepd_t *)(pdep))))
H A Dpgtable.h214 extern int gup_hugepd(hugepd_t *hugepd, unsigned pdshift, unsigned long addr,

Completed in 118 milliseconds