Home
last modified time | relevance | path

Searched defs:sels (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ltp/testcases/cve/
H A Dcve-2015-3290.c151 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in ssptr() local
158 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in csptr() local
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_cpu_detect.c134 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in check_os_altivec_support() local
136 int sels[2] = {CTL_MACHDEP, CPU_ALTIVEC}; in check_os_altivec_support() local
/aosp_15_r20/external/mesa3d/src/util/
H A Du_cpu_detect.c144 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in check_os_altivec_support() local
146 int sels[2] = {CTL_MACHDEP, CPU_ALTIVEC}; in check_os_altivec_support() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Dsigreturn.c306 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in ssptr() local
312 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in csptr() local
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp40 SelectorTable &sels = Pass.Ctx.Selectors; in APIChecker() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp730 IdentifierTable &idents, SelectorTable &sels, in ASTContext()