Go to the documentation of this file.
22 static inline void load_cr3(
void *pgd_base)
30 asm volatile (
"mov %0, %%cr3"::
"r"(cr3));
36 static inline void reload_cr3(
void)
50 static inline void *read_cr3(
void)
55 asm volatile (
"mov %%cr3, %0":
"=r"(
cr3):);