Searched refs:cr3 (Results 1 – 11 of 11) sorted by relevance
| /hypervisor/include/arch/x86/asm/ |
| A D | mmu.h | 173 static inline uint64_t get_pae_pdpt_addr(uint64_t cr3) in get_pae_pdpt_addr() argument 175 return (cr3 & 0xFFFFFFE0UL); in get_pae_pdpt_addr()
|
| A D | cpu.h | 387 uint64_t cr3; member
|
| /hypervisor/arch/x86/ |
| A D | wakeup.S | 80 mov %cr3, %rax 111 mov %rax, %cr3
|
| A D | mmu.c | 175 CPU_CR_WRITE(cr3, ppt_mmu_pml4_addr); in enable_paging()
|
| /hypervisor/arch/x86/guest/ |
| A D | vmcs.c | 23 static void init_guest_vmx(struct acrn_vcpu *vcpu, uint64_t cr0, uint64_t cr3, in init_guest_vmx() argument 33 exec_vmwrite(VMX_GUEST_CR3, cr3); in init_guest_vmx() 82 init_guest_vmx(vcpu, ctx->run_ctx.cr0, ctx->ext_ctx.cr3, in init_guest_state() 186 CPU_CR_READ(cr3, &value); in init_host_state()
|
| A D | trusty.c | 117 ext_ctx->cr3 = exec_vmread(VMX_GUEST_CR3); in save_world_ctx() 179 exec_vmwrite(VMX_GUEST_CR3, ext_ctx->cr3); in load_world_ctx()
|
| A D | vcpu.c | 401 ectx->cr3 = vcpu_regs->cr3; in set_vcpu_regs() 423 .cr3 = 0UL,
|
| /hypervisor/arch/x86/boot/ |
| A D | trampoline.S | 97 mov %eax, %cr3
|
| A D | cpu_primary.S | 184 mov %edi, %cr3
|
| /hypervisor/include/public/ |
| A D | acrn_common.h | 434 uint64_t cr3; member
|
| /hypervisor/debug/ |
| A D | uart16550.c | 132 CPU_CR_READ(cr3, &value); in early_pgtable_map_uart()
|
Completed in 19 milliseconds