Home
last modified time | relevance | path

Searched refs:sync_global_pgds (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dpgtable_64.h119 extern void sync_global_pgds(unsigned long start, unsigned long end,
/linux-4.4.14/arch/x86/mm/
Dinit_64.c166 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()
1304 sync_global_pgds(start, end - 1, 0); in vmemmap_populate()
Dfault.c359 sync_global_pgds(VMALLOC_START & PGDIR_MASK, VMALLOC_END, 0); in vmalloc_sync_all()