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

  /src/sys/arch/i386/i386/
autoconf.c 141 pcb->pcb_cr0 = rcr0() & ~CR0_TS;
mtrr_k6.c 110 origcr0 = cr0 = rcr0();
machdep.c 464 pcb->pcb_cr0 = rcr0() & ~CR0_TS;
  /src/sys/arch/xen/x86/
xenfunc.c 138 rcr0(void) function in typeref:typename:register_t
autoconf.c 147 pcb->pcb_cr0 = rcr0();
cpu.c 623 pcb->pcb_cr0 = rcr0();
  /src/sys/arch/x86/x86/
cpu_rng.c 217 cr0 = rcr0();
cpu.c 649 lcr0(rcr0() | CR0_WP);
798 pcb->pcb_cr0 = rcr0();
mtrr_i686.c 170 * much. Need to change the prototypes of l/rcr0 too if you
199 origcr0 = cr0 = rcr0();
via_padlock.c 342 cr0 = rcr0(); /* Permit access to SIMD/FPU path */
procfs_machdep.c 466 (rcr0() & CR0_WP) ? "yes" : "no",
  /src/sys/arch/arm/imx/
if_enet.c 1120 uint32_t rcr, rcr0; local in function:enet_miibus_statchg
1129 rcr0 = rcr = ENET_REG_READ(sc, ENET_RCR);
1171 rcr = rcr0;
1187 if (rcr != rcr0)
  /src/sys/arch/amd64/amd64/
machdep.c 482 pcb->pcb_cr0 = rcr0() & ~CR0_TS;
  /src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c 2982 vmx_vmwrite(VMCS_HOST_CR0, rcr0() & ~CR0_TS);
3373 ret = vmx_check_cr(rcr0(), vmx_cr0_fixed0, vmx_cr0_fixed1);

Completed in 23 milliseconds