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

/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dpaging.c29 static void set_cr3(void* cr3) { argument
/fuchsia/zircon/kernel/arch/x86/
H A Dproc_trace.cpp139 uint64_t cr3 = pt_phys; local
H A Dmmu.cpp149 ulong cr3 = x86_get_cr3(); local
189 ulong cr3 = pt ? pt->phys() : x86_get_cr3(); local
H A Dperf_mon.cpp582 x86_perfmon_write_pc_record( cpuperf_record_header_t* hdr, cpuperf_event_id_t event, uint64_t cr3, uint64_t pc) argument
1752 uint64_t cr3 = x86_get_cr3(); local

Completed in 85 milliseconds