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

123

/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_none(pgd) (0) macro
/arch/arm/include/asm/
H A Dpgtable-nommu.h24 #define pgd_none(pgd) (0) macro
/arch/c6x/include/asm/
H A Dpgtable.h27 #define pgd_none(pgd) (0) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h55 #define pgd_none(pgd) (!pgd_val(pgd)) macro
/arch/blackfin/include/asm/
H A Dpgtable.h20 #define pgd_none(pgd) (0) macro
/arch/m32r/include/asm/
H A Dpgtable-2level.h33 static inline int pgd_none(pgd_t pgd) { return 0; } function
/arch/x86/mm/
H A Dpgtable_32.c35 if (pgd_none(*pgd)) {
H A Dinit_64.c190 * When it is called after memory hot remove, pgd_none()
194 if (pgd_none(*pgd_ref) && !removed)
207 if (!pgd_none(*pgd_ref) && !pgd_none(*pgd))
212 if (pgd_none(*pgd_ref) && !pgd_none(*pgd))
215 if (pgd_none(*pgd))
250 if (pgd_none(*pgd)) {
310 if (pgd_none(*pgd)) {
350 if (pgd_none(*pg
[all...]
H A Ddump_pagetables.c343 #define pgd_none(a) pud_none(__pud(pgd_val(a))) macro
363 if (!pgd_none(*start)) {
H A Dgup.c299 if (pgd_none(pgd))
371 if (pgd_none(pgd))
/arch/s390/mm/
H A Dvmem.c94 if (pgd_none(*pg_dir)) {
163 if (pgd_none(*pg_dir)) {
208 if (pgd_none(*pg_dir)) {
H A Dpageattr.c51 if (pgd_none(*pgdp))
/arch/mips/mm/
H A Dgup.c237 if (pgd_none(pgd))
287 if (pgd_none(pgd))
/arch/sh/mm/
H A Dgup.c191 if (pgd_none(pgd))
240 if (pgd_none(pgd))
/arch/sparc/mm/
H A Dgup.c183 if (pgd_none(pgd))
231 if (pgd_none(pgd))
/arch/m68k/mm/
H A Dmcfmmu.c105 if (pgd_none(*pgd)) {
/arch/mn10300/mm/
H A Dpgtable.c50 if (pgd_none(*pgd)) {
51 printk(KERN_ERR "set_pmd_pfn: pgd_none\n");
/arch/powerpc/mm/
H A Dpgtable.c220 BUG_ON(pgd_none(*pgd));
/arch/unicore32/mm/
H A Dfault.c56 if (pgd_none(*pgd))
360 if (pgd_none(*pgd_k))
/arch/arm64/mm/
H A Dmmu.c260 if (pgd_none(*pgd)) {
551 if (pgd_none(*pgd))
633 BUG_ON(pgd_none(*pgd) || pgd_bad(*pgd));
/arch/arm/mm/
H A Dfault.c76 if (pgd_none(*pgd))
442 if (pgd_none(*pgd_k))
/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
/arch/microblaze/include/asm/
H A Dpgtable.h23 #define pgd_none(pgd) (0) macro
324 static inline int pgd_none(pgd_t pgd) { return 0; } function
/arch/parisc/include/asm/
H A Dpgtable.h316 #define pgd_none(x) (!pgd_val(x)) macro
334 static inline int pgd_none(pgd_t pgd) { return 0; } function
/arch/arm/lib/
H A Duaccess_with_memcpy.c36 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd)))

Completed in 461 milliseconds

123