Searched refs:oef (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | frame.h | 40 #define EFL_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) argument
|
/freebsd/sys/amd64/include/ |
H A D | frame.h | 49 #define EFL_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) argument
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 374 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_sigreturn() argument 453 #define EFLAGS_SECURE(ef, oef) ((((ef) ^ (oef)) & ~PSL_USERCHANGE) == 0) in linux_rt_sigreturn() argument
|
/freebsd/sys/dts/arm/ |
H A D | imx51x.dtsi | 538 /* 67 SIM intr composed of oef, xte, sdi1, and sdi0 */
|
H A D | imx53x.dtsi | 619 /* 67 SIM intr composed of oef, xte, sdi1, and sdi0 */
|