Searched refs:pgd_list (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | fault.c | 154 LIST_HEAD(pgd_list); variable 257 list_for_each_entry(page, &pgd_list, lru) { in arch_sync_kernel_mappings()
|
H A D | pgtable.c | 97 list_add(&page->lru, &pgd_list); in pgd_list_add() 448 * respect to anything walking the pgd_list, so that they in pgd_alloc()
|
H A D | init_64.c | 143 list_for_each_entry(page, &pgd_list, lru) { in sync_global_pgds_l5() 184 list_for_each_entry(page, &pgd_list, lru) { in sync_global_pgds_l4()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | fault.c | 171 LIST_HEAD(pgd_list); variable 274 list_for_each_entry(page, &pgd_list, lru) { in arch_sync_kernel_mappings()
|
H A D | init_64.c | 149 list_for_each_entry(page, &pgd_list, lru) { in sync_global_pgds_l5() 190 list_for_each_entry(page, &pgd_list, lru) { in sync_global_pgds_l4()
|
H A D | pgtable.c | 97 list_add(&ptdesc->pt_list, &pgd_list); in pgd_list_add() 456 * respect to anything walking the pgd_list, so that they in pgd_alloc()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 767 list_for_each_entry(page, &pgd_list, lru) { in xen_mm_pin_all() 871 list_for_each_entry(page, &pgd_list, lru) { in xen_mm_unpin_all()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 787 list_for_each_entry(page, &pgd_list, lru) { in xen_mm_pin_all() 893 list_for_each_entry(page, &pgd_list, lru) { in xen_mm_unpin_all()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable.h | 56 extern struct list_head pgd_list;
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable.h | 60 extern struct list_head pgd_list;
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | set_memory.c | 732 list_for_each_entry(page, &pgd_list, lru) { in __set_pmd_pte()
|
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | set_memory.c | 808 list_for_each_entry(page, &pgd_list, lru) { in __set_pmd_pte()
|
Completed in 27 milliseconds