Home
last modified time | relevance | path

Searched refs:REG_CSGSFS (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/arch/x86_64/bits/
Dsignal.h46 enum { REG_CSGSFS = 18 }; enumerator
47 #define REG_CSGSFS REG_CSGSFS macro
/third_party/musl/arch/x32/bits/
Dsignal.h46 enum { REG_CSGSFS = 18 }; enumerator
47 #define REG_CSGSFS REG_CSGSFS macro
/third_party/ltp/testcases/cve/
Dcve-2015-3290.c150 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in ssptr()
157 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in csptr()