Searched refs:EFER_SCE (Results 1 – 3 of 3) sorted by relevance
34 #define EFER_SCE (1<<_EFER_SCE) macro
367 #define EFER_SCE (1<<0) /* SYSCALL/SYSRET */ macro
27 pub const EFER_SCE: ::std::os::raw::c_uint = 0x00000001; constant