Home
last modified time | relevance | path

Searched refs:oef (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c342 #define EFL_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) argument
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c941 #define EFL_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) argument