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

1 2

  /src/sys/dev/ic/
arcofivar.h 33 uint8_t cr3, cr4; member in struct:arcofi_softc::__anon2707
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
  /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
1940 movq %rax,%cr3
1948 movq %rax,%cr3
1953 movq %cr3,%rax
1955 movq (FRAMESIZE+0*8)(%rsp),%rax /* nmistore->cr3 */
1956 movq %rax,%cr3
1962 movq %rax,%cr3
1969 movq %rax,%cr3
1975 movq %rax,%cr3
    [all...]
  /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/external/gpl3/gcc/dist/libgcc/config/arm/
libunwind.S 258 ldcl p1, cr3, [r0], #8 /* wldrd wr3, [r0], #8 */
279 stcl p1, cr3, [r0], #8 /* wstrd wr3, [r0], #8 */
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
libunwind.S 258 ldcl p1, cr3, [r0], #8 /* wldrd wr3, [r0], #8 */
279 stcl p1, cr3, [r0], #8 /* wstrd wr3, [r0], #8 */
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1830 unsigned long taskbase, cr3; local
1858 /* CR3 (a.k.a. PDBR, the Page Directory Base Register) is stored at
1860 cr3 = _farnspeekl (taskbase + 0x1c) & ~0xfff;
1861 if (cr3 > 0xfffff)
1878 && ((_farnspeekl (addr + 4 * pte_idx + 4) & 0xfffff000) == cr3))
1880 cr3 = addr + 0x1000;
1886 if (cr3 > 0xfffff)
1887 cr3 = 0;
1890 return cr3;
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 1830 unsigned long taskbase, cr3; local
1858 /* CR3 (a.k.a. PDBR, the Page Directory Base Register) is stored at
1860 cr3 = _farnspeekl (taskbase + 0x1c) & ~0xfff;
1861 if (cr3 > 0xfffff)
1878 && ((_farnspeekl (addr + 4 * pte_idx + 4) & 0xfffff000) == cr3))
1880 cr3 = addr + 0x1000;
1886 if (cr3 > 0xfffff)
1887 cr3 = 0;
1890 return cr3;
  /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/external/gpl3/gcc/dist/gcc/config/rs6000/
ppc-asm.h 65 #define cr3 3 macro
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
ppc-asm.h 65 #define cr3 3 macro
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
tests2.d 21 auto cr3 = ctRegex!("^abc$");
22 assert(bmatch("abc",cr3).hit == "abc");
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests.sh 179 cr3=$($DNSTAPREAD ns3/dnstap.out.save | grep "CR " | wc -l)
249 check_count ns3 $cr3 2
341 cr3=$($DNSTAPREAD ns3/dnstap.out | grep "CR " | wc -l)
411 check_count ns3 $cr3 1

Completed in 108 milliseconds

1 2