Searched refs:__cr3_val (Results 1 – 1 of 1) sorted by relevance
436 unsigned __LPTRINT_TYPE__ __cr3_val; in __readcr3() local439 : "=r"(__cr3_val) in __readcr3()442 return __cr3_val; in __readcr3()446 __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) { in __writecr3() argument447 __asm__ ("mov {%0, %%cr3|cr3, %0}" : : "r"(__cr3_val) : "memory"); in __writecr3()