HomeSort by: relevance | last modified time | path
    Searched refs:cr3 (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/dev/ic/
arcofivar.h 33 uint8_t cr3, cr4; member in struct:arcofi_softc::__anonffb7a5170108
arcofi.c 68 #define SOP_0 0x00 /* 5 CR4 CR3 CR2 CR1 */
74 #define SOP_6 0x06 /* 2 CR3 */
109 /* CR3 */
370 sc->sc_shadow.cr3 =
371 (sc->sc_shadow.cr3 & ~CR3_OPMODE_MASK) |
374 sc->sc_shadow.cr3 =
375 (sc->sc_shadow.cr3 & ~CR3_OPMODE_MASK) |
402 printf("%s: %s, gr %04x gx %04x cr3 %02x cr4 %02x mute %d\n",
406 sc->sc_shadow.cr3, sc->sc_shadow.cr4, sc->sc_shadow.output_mute);
437 if (sc->sc_active.cr3 != sc->sc_shadow.cr3)
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
hvm_vcpu.h 41 uint32_t cr3; member in struct:vcpu_hvm_x86_32
104 uint64_t cr3; member in struct:vcpu_hvm_x86_64
  /src/sys/arch/i386/i386/
i386func.S 85 * If PGE is not in use, we reload CR3. Check for the PGE feature
104 movl %cr3, %eax
105 movl %eax, %cr3
mptramp.S 176 /* Load %cr3. */
179 movl %ecx,%cr3 /* load PTD addr into MMU */
228 movl %eax,%cr3
locore.S 1027 * 1. Load %cr3 with pointer to L2 (or L3 for PAE).
1030 movl %eax,%cr3
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_32.h 163 * Page-directory addresses above 4GB do not fit into architectural %cr3.
164 * When accessing %cr3, or equivalent field in vcpu_guest_context, guests
168 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20))
xen-x86_64.h 219 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12)
  /src/sys/arch/amd64/acpi/
acpi_wakeup_low.S 83 movq %rax,%cr3
129 movq %cr3,%rax
acpi_wakecode.S 200 movl %eax,%cr3
  /src/sys/arch/i386/acpi/
acpi_wakeup_low.S 67 movl %eax,%cr3
117 movl %cr3,%eax
acpi_wakecode.S 171 movl %eax,%cr3
  /src/sys/arch/amd64/amd64/
mptramp.S 171 /* Load %cr3. */
174 movl %ecx,%cr3 /* load PTD addr into MMU */
244 movq %rax,%cr3
cpufunc.S 176 1: movq %cr3, %rax
177 movq %rax, %cr3
locore.S 845 * 3. Load %cr3 with pointer to PML4.
848 movl %eax,%cr3
1874 movq %rax,%cr3
1882 movq %rax,%cr3
1887 movq %cr3,%rax
1889 movq (FRAMESIZE+0*8)(%rsp),%rax /* nmistore->cr3 */
1890 movq %rax,%cr3
1896 movq %rax,%cr3
1903 movq %rax,%cr3
1909 movq %rax,%cr3
    [all...]
machdep.c 291 uint64_t cr3; member in struct:nmistore
544 store->cr3 = pmap_pdirpa(pmap_kernel(), 0);
  /src/sys/arch/i386/bioscall/
biostramp.S 43 * addresses, clearing PG in CR0, and zeroing CR3 (PDBR).
164 # save CR3
165 movl %cr3,%eax
175 movl %eax,%cr3
286 movl %eax,%cr3
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
vm_event.h 186 uint64_t cr3; member in struct:vm_event_regs_x86
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 80 uint64_t cr3; member in struct:hvm_hw_cpu
194 uint64_t cr3; member in struct:hvm_hw_cpu_compat
  /src/lib/libnvmm/
libnvmm_x86.c 97 printf("| -> CR3=%"PRIx64"\n", state->crs[NVMM_X64_CR_CR3]);
123 x86_gva_to_gpa_32bit(struct nvmm_machine *mach, uint64_t cr3,
135 L2gpa = (cr3 & CR3_FRAME_32BIT);
196 x86_gva_to_gpa_32bit_pae(struct nvmm_machine *mach, uint64_t cr3,
208 L3gpa = (cr3 & CR3_FRAME_32BIT_PAE);
296 x86_gva_to_gpa_64bit(struct nvmm_machine *mach, uint64_t cr3,
311 L4gpa = (cr3 & CR3_FRAME_64BIT);
393 uint64_t cr3; local in function:x86_gva_to_gpa
410 cr3 = state->crs[NVMM_X64_CR_CR3];
414 ret = x86_gva_to_gpa_64bit(mach, cr3, gva, gpa, prot)
    [all...]
  /src/sys/arch/powerpc/include/
asm.h 258 # define cr3 3 macro
  /src/sys/arch/amd64/stand/prekern/
locore.S 524 * 3. Load %cr3 with pointer to PML4.
527 movl %eax,%cr3
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 446 uint64_t cr3; member in struct:vmcb_state
1845 if (vmcb->state.cr3 != state->crs[NVMM_X64_CR_CR3]) {
1918 vmcb->state.cr3 = state->crs[NVMM_X64_CR_CR3];
2055 state->crs[NVMM_X64_CR_CR3] = vmcb->state.cr3;
nvmm_x86_vmx.c 1645 * from CR3.
2550 uint64_t cr0, cr3, cr4, efer; local in function:vmx_state_tlb_flush
2557 cr3 = vmx_vmread(VMCS_GUEST_CR3);
2558 if (cr3 != state->crs[NVMM_X64_CR_CR3]) {

Completed in 66 milliseconds