Home
last modified time | relevance | path

Searched refs:CR0_AM (Results 1 – 6 of 6) sorted by relevance

/dragonfly/test/testcases/libnvmm/
H A Dh_io_assist.c105 state->crs[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM; in reset_machine()
H A Dh_mem_assist.c251 state->crs[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM; in reset_machine64()
/dragonfly/test/nvmm/demo/smallkern/
H A Dlocore.S389 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
/dragonfly/sys/cpu/x86_64/include/
H A Dspecialreg.h47 #define CR0_AM 0x00040000 /* Alignment Mask (set to enable AC flag) */ macro
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c631 cr0 |= CR0_WP | CR0_AM; in cpu_setregs()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c1559 cr0 |= CR0_WP | CR0_AM; in cpu_setregs()