Searched refs:sync_global_pgds (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_64.h | 119 extern void sync_global_pgds(unsigned long start, unsigned long end,
|
/linux-4.1.27/arch/x86/mm/ |
D | init_64.c | 166 void sync_global_pgds(unsigned long start, unsigned long end, int removed) in sync_global_pgds() function 635 sync_global_pgds(addr, end - 1, 0); in kernel_physical_mapping_init() 997 sync_global_pgds(start, end - 1, 1); in remove_pagetable() 1302 sync_global_pgds(start, end - 1, 0); in vmemmap_populate()
|
D | fault.c | 355 sync_global_pgds(VMALLOC_START & PGDIR_MASK, VMALLOC_END, 0); in vmalloc_sync_all()
|