Searched refs:PSL_RESERVED_DEFAULT (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/x86/include/
H A Dpsl.h67 #define PSL_RESERVED_DEFAULT 0x00000002 macro
73 #define PSL_KERNEL PSL_RESERVED_DEFAULT
74 #define PSL_USER (PSL_RESERVED_DEFAULT | PSL_I)
/freebsd-12-stable/stand/i386/loader/
H A Dmain.c102 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S41 .set PSL_RESERVED_DEFAULT,0x00000002
524 movl $PSL_RESERVED_DEFAULT,%ebx # Set clean %eflags
616 pushl $PSL_RESERVED_DEFAULT|PSL_D # Use clean %eflags with
/freebsd-12-stable/stand/i386/isoboot/
H A Disoboot.c235 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-12-stable/stand/mips/beri/boot2/
H A Dboot2.c212 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-12-stable/stand/i386/boot2/
H A Dboot2.c210 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-12-stable/stand/i386/gptboot/
H A Dgptboot.c284 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;

Completed in 203 milliseconds