Home
last modified time | relevance | path

Searched refs:PSL_RESERVED_DEFAULT (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
HDpsl.h65 #define PSL_RESERVED_DEFAULT 0x00000002 macro
71 #define PSL_KERNEL PSL_RESERVED_DEFAULT
72 #define PSL_USER (PSL_RESERVED_DEFAULT | PSL_I)
/dragonfly/stand/boot/pc32/loader/
HDmain.c157 v86.efl = PSL_RESERVED_DEFAULT | PSL_I; in main()
/dragonfly/test/testcases/libnvmm/
HDh_io_assist.c54 #define PSL_MBO PSL_RESERVED_DEFAULT /* 0x00000002 */
HDh_mem_assist.c54 #define PSL_MBO PSL_RESERVED_DEFAULT /* 0x00000002 */
/dragonfly/stand/boot/pc32/btx/btx/
HDbtx.S61 .set PSL_RESERVED_DEFAULT,0x00000002 define
676 pushl $PSL_RESERVED_DEFAULT|PSL_D # Use clean %eflags with
/dragonfly/stand/boot/pc32/boot2/
HDboot2.c277 v86.efl = PSL_RESERVED_DEFAULT | PSL_I; in main()
/dragonfly/sys/platform/vkernel64/x86_64/
HDcpu_regs.c316 frame->tf_rflags |= PSL_RESERVED_DEFAULT | PSL_I; in cpu_sanitize_frame()
/dragonfly/sys/platform/pc64/x86_64/
HDmachdep.c913 frame->tf_rflags |= PSL_RESERVED_DEFAULT | PSL_I; in cpu_sanitize_frame()