Searched refs:pgd_none (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable_32.c36 if (pgd_none(*pgd)) {
84 if (pgd_none(*pgd)) {
85 printk(KERN_WARNING "set_pmd_pfn: pgd_none\n");
H A Dgup.c258 if (pgd_none(pgd))
320 if (pgd_none(pgd))
H A Dfault.c338 if (pgd_none(*pgd_ref))
345 if (pgd_none(*pgd))
379 if (pgd_none(*pgd_ref))
382 if (pgd_none(*pgd))
H A Ddump_pagetables.c296 #define pgd_none(a) pud_none(__pud(pgd_val(a))) macro
313 if (!pgd_none(*start)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A D4level-fixup.h14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
H A Dpgtable-nopud.h25 static inline int pgd_none(pgd_t pgd) { return 0; } function
H A Dpgtable.h176 if (pgd_none(*pgd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h55 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_none(pgd) (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-powertv/
H A Ddma-coherence.h38 if (!pgd_none(*pgd)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dpgtable.h12 #define pgd_none(pgd) (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxencomm.c66 if (pgd_none(*pgd) || pgd_bad(*pgd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpgtable-nommu.h24 #define pgd_none(pgd) (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable-2level.h33 static inline int pgd_none(pgd_t pgd) { return 0; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dpgtable.c51 if (pgd_none(*pgd)) {
52 printk(KERN_ERR "set_pmd_pfn: pgd_none\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dpgtable.h20 #define pgd_none(pgd) (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_32.h169 BTFIXUPDEF_CALL_CONST(int, pgd_none, pgd_t)
174 #define pgd_none(pgd) BTFIXUP_CALL(pgd_none)(pgd) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dfault_64.c141 if (pgd_none(*dir) || !pgd_present(*dir))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dgup.c144 if (pgd_none(pgd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Duaccess_with_memcpy.c33 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dvmem.c94 if (pgd_none(*pg_dir)) {
191 if (pgd_none(*pg_dir)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpgtable.h286 #define pgd_none(x) (!pgd_val(x)) macro
304 static inline int pgd_none(pgd_t pgd) { return 0; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h26 #define pgd_none(pgd) (0) macro
327 static inline int pgd_none(pgd_t pgd) { return 0; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h47 #define pgd_none(pgd) (0) macro
198 static inline int pgd_none(pgd_t pgd) { return 0; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dfault.c85 if (pgd_none(*pgd))
404 if (pgd_none(*pgd_k))

Completed in 292 milliseconds

123