Searched refs:load_cr3 (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/platform/efi/
H A Defi_32.c107 load_cr3(initial_page_table);
123 load_cr3(save_pgd);
/linux-master/arch/x86/realmode/
H A Dinit.c23 load_cr3(initial_page_table);
/linux-master/arch/x86/xen/
H A Dsmp_pv.c335 load_cr3(swapper_pg_dir);
390 load_cr3(swapper_pg_dir);
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c371 load_cr3(early_top_pgt);
432 load_cr3(init_top_pgt);
H A Dinit.c803 load_cr3(swapper_pg_dir);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h219 static inline void load_cr3(pgd_t *pgdir) function
/linux-master/arch/x86/kernel/
H A Dsetup.c740 load_cr3(swapper_pg_dir);
746 * load_cr3() above the TLB has been flushed already. The
H A Dsmpboot.c245 load_cr3(swapper_pg_dir);

Completed in 194 milliseconds