| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pti.c | 255 if (pmd_large(*pmd)) { in pti_user_pagetable_walk_pte() 344 if (pmd_large(*pmd) || level == PTI_CLONE_PMD) { in pti_clone_pgtable()
|
| H A D | fault.c | 237 if (pmd_large(*pmd_k)) in vmalloc_fault() 325 if (!low_pfn(pmd_pfn(*pmd)) || !pmd_present(*pmd) || pmd_large(*pmd)) in dump_pagetable() 399 if (!pmd_present(*pmd) || pmd_large(*pmd)) in dump_pagetable() 1079 if (pmd_large(*pmd)) in spurious_kernel_fault()
|
| H A D | mem_encrypt_identity.c | 161 if (pmd_large(*pmd)) in sme_populate_pgd_large() 185 if (pmd_large(*pmd)) in sme_populate_pgd()
|
| H A D | init_64.c | 527 if (!pmd_large(*pmd)) { in phys_pmd_init() 1046 if (pmd_large(*pmd)) { in remove_pmd_table() 1406 if (pmd_large(*pmd)) in kern_addr_valid() 1544 } else if (pmd_large(*pmd)) { in vmemmap_populate_hugepages()
|
| H A D | kasan_init_64.c | 100 if (!pmd_large(*pmd)) in kasan_populate_pud()
|
| H A D | pgtable.c | 775 if (pmd_large(*pmd)) { in pmd_clear_huge()
|
| H A D | init_32.c | 488 if (pmd_large(*pmd)) { in native_pagetable_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | pgtable_64.c | 136 VM_WARN_ON(!(pmd_large(pmd) || pmd_huge(pmd))); in pmd_page()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | pgtable.h | 88 #define pmd_large(pmd) 0 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-2level.h | 194 #define pmd_large(pmd) (pmd_val(pmd) & 2) macro
|
| H A D | pgtable-3level.h | 118 #define pmd_large(pmd) pmd_sect(pmd) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/power/ |
| H A D | hibernate.c | 178 if (pmd_large(*pmd)) { in relocate_restore_code()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | dump.c | 344 if (pmd_none(*pmd) || pmd_large(*pmd) || !pmd_present(*pmd)) in walk_pmd() 349 if (SECTION_SIZE < PMD_SIZE && pmd_large(pmd[1])) { in walk_pmd()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgtable.h | 695 #define pmd_leaf pmd_large 696 static inline int pmd_large(pmd_t pmd) in pmd_large() function 703 if ((pmd_val(pmd) & _SEGMENT_ENTRY_TYPE_MASK) > 0 || pmd_large(pmd)) in pmd_bad() 801 return pmd_large(pmd) && !(pmd_val(pmd) & _SEGMENT_ENTRY_READ); in pmd_protnone() 1248 if (pmd_large(pmd)) in pmd_deref()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | vmem.c | 226 if (pmd_large(*pmd) && !add) { in modify_pmd_table() 271 } else if (pmd_large(*pmd)) { in modify_pmd_table()
|
| H A D | page-states.c | 113 if (pmd_none(*pmd) || pmd_large(*pmd)) in mark_kernel_pmd()
|
| H A D | gmap.c | 594 if (pmd_large(*pmd) && !gmap->mm->context.allow_gmap_hpage_1m) in __gmap_link() 606 if (pmd_large(*pmd)) { in __gmap_link() 930 if (!pmd_large(*pmdp)) in gmap_pmd_op_walk() 942 if (pmd_large(*pmdp)) in gmap_pmd_op_end() 1053 if (!pmd_large(*pmdp)) { in gmap_protect_range() 2472 if (pmd_large(*pmdp)) { in gmap_sync_dirty_log_pmd()
|
| H A D | pgtable.c | 791 if (pmd_large(*pmdp)) { in set_guest_storage_key() 894 if (pmd_large(*pmdp)) { in reset_guest_reference_bit() 950 if (pmd_large(*pmdp)) { in get_guest_storage_key()
|
| H A D | hugetlbpage.c | 239 return pmd_large(pmd); in pmd_huge()
|
| H A D | pageattr.c | 166 if (pmd_large(*pmdp)) { in walk_pmd_level()
|
| H A D | kasan_init.c | 193 } else if (pmd_large(*pm_dir)) { in kasan_early_vmemmap_populate()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 276 if (pmd_large(*pmdp)) in set_clr_page_flags()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 686 #define pmd_leaf pmd_large 687 static inline unsigned long pmd_large(pmd_t pmd) in pmd_large() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 76 WARN_ON(!(pmd_large(pmd))); in set_pmd_at()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgtable.h | 252 #define pmd_leaf pmd_large 253 static inline int pmd_large(pmd_t pte) in pmd_large() function
|