Home
last modified time | relevance | path

Searched refs:VKI_SA_RESTORER (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-x86-linux.c445 if (flags & VKI_SA_RESTORER) in build_sigframe()
502 if (flags & VKI_SA_RESTORER) in build_rt_sigframe()
Dsigframe-mips32-linux.c206 if (flags & VKI_SA_RESTORER) in VG_()
241 if (flags & VKI_SA_RESTORER) in VG_()
Dsigframe-s390x-linux.c313 if (flags & VKI_SA_RESTORER) { in build_sigframe()
369 if (flags & VKI_SA_RESTORER) { in build_rt_sigframe()
Dsigframe-arm64-linux.c205 if (flags & VKI_SA_RESTORER) in VG_()
Dsigframe-arm-linux.c223 if (flags & VKI_SA_RESTORER) in VG_()
Dsigframe-amd64-linux.c421 if (flags & VKI_SA_RESTORER) in build_rt_sigframe()
Dsigframe-mips64-linux.c187 if (flags & VKI_SA_RESTORER) in VG_()
/external/valgrind/include/vki/
Dvki-arm64-linux.h140 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-amd64-linux.h132 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-ppc32-linux.h158 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-ppc64-linux.h162 #define VKI_SA_RESTORER 0x04000000u macro
Dvki-s390x-linux.h219 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-x86-linux.h153 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-arm-linux.h157 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-mips32-linux.h169 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-mips64-linux.h179 #define VKI_SA_RESTORER 0x04000000 macro
Dvki-darwin.h465 #define VKI_SA_RESTORER 0 /* Darwin doesn't have this */ macro
Dvki-solaris.h1070 #define VKI_SA_RESTORER 0 /* Solaris doesn't have this */ macro
/external/valgrind/docs/internals/
Dporting-to-ARM.txt367 #define VKI_SA_RESTORER 0x04000000
/external/valgrind/coregrind/
Dm_signals.c837 skss_flags |= VKI_SA_RESTORER; in calculate_SKSS_from_SCSS()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c3711 && (sa->sa_flags & VKI_SA_RESTORER)) in PRE()
3824 && (sa->sa_flags & VKI_SA_RESTORER)) in PRE()