| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | pgtable-nopud.h | 29 static inline int p4d_bad(p4d_t p4d) { return 0; } in p4d_bad() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable-4k.h | 57 #define p4d_bad(p4d) (p4d_val(p4d) == 0) macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | fault.c | 42 if (p4d_none(*p4d) || p4d_bad(*p4d)) in mapped_kernel_page_is_present()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable-64.h | 195 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | uaccess_with_memcpy.c | 38 if (unlikely(p4d_none(*p4d) || p4d_bad(*p4d))) in pin_page_for_write()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | fault.c | 77 if (p4d_bad(*p4d)) { in show_pte()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | fault_64.c | 92 if (p4d_none(*p4dp) || unlikely(p4d_bad(*p4dp))) in get_user_insn()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | fault.c | 54 if (p4d_bad(*p4d)) { in show_pte()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgtable.h | 287 #define p4d_bad(p4d) (!ia64_phys_addr_valid(p4d_val(p4d))) macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | mmu.c | 316 BUG_ON(p4d_bad(p4d)); in alloc_init_pud() 1209 BUG_ON(p4d_none(p4d) || p4d_bad(p4d)); in fixmap_pud()
|
| H A D | fault.c | 163 if (p4d_none(p4d) || p4d_bad(p4d)) in show_pte()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 816 #define p4d_bad(p4d) (p4d_val(p4d) & ~PAGE_MASK) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pgtable.h | 749 if (unlikely(p4d_bad(*p4d))) { in p4d_none_or_clear_bad()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 689 #define p4d_bad(p4d) (!(p4d_val(p4d) & 2)) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 1015 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgtable.h | 920 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug_vm_pgtable.c | 555 WARN_ON(p4d_bad(p4d)); in p4d_populate_tests()
|
| H A D | gup.c | 754 if (unlikely(p4d_bad(*p4d))) in follow_p4d_mask()
|
| H A D | memory.c | 5099 if (p4d_none(p4dval) || unlikely(p4d_bad(p4dval))) in ___handle_speculative_fault() 5387 if (p4d_none(*p4d) || unlikely(p4d_bad(*p4d))) in follow_invalidate_pte()
|
| H A D | vmalloc.c | 146 if (cleared || p4d_bad(*p4d)) in vunmap_p4d_range()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_mmu_info.c | 444 if (p4d_none(*p4d) || unlikely(p4d_bad(*p4d))) { in rga_MapUserMemory()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgtable.h | 719 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_mm.c | 73 if (p4d_none(*p4d) || unlikely(p4d_bad(*p4d))) { in rga_get_user_pages_from_vma()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_mmu_info.c | 970 if (p4d_none(*p4d) || unlikely(p4d_bad(*p4d))) { in rga2_MapUserMemory()
|