Searched defs:cr3 (Results 1 - 4 of 4) sorted by relevance

/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/64/mode/machine/
H A Dcpu_registers.h18 word_t cr3; local
/seL4-l4v-10.1.1/seL4/src/arch/x86/api/
H A Dfaults.c61 handleKernelException( word_t vector, word_t errcode, word_t ip, word_t sp, word_t flags, word_t cr0, word_t cr2, word_t cr3, word_t cr4 ) argument
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/64/mode/
H A Dmachine.h61 static inline void setCurrentCR3(cr3_t cr3, word_t preserve_translation) argument
85 static inline void setCurrentUserCR3(cr3_t cr3) argument
200 cr3_t cr3 = getCurrentCR3(); local
[all...]
/seL4-l4v-10.1.1/seL4/src/arch/x86/64/kernel/
H A Dvspace.c487 cr3_t cr3; local

Completed in 38 milliseconds