Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-amd64-solaris.c204 uc->uc_mcontext.gregs[VKI_REG_FSBASE] = tst->arch.vex.guest_FS_CONST; in ML_()
206 (Addr)&uc->uc_mcontext.gregs[VKI_REG_FSBASE], sizeof(UWord)); in ML_()
397 tst->arch.vex.guest_FS_CONST = uc->uc_mcontext.gregs[VKI_REG_FSBASE]; in ML_()
399 (Addr)&uc->uc_mcontext.gregs[VKI_REG_FSBASE], in ML_()
/external/valgrind/include/vki/
Dvki-solaris.h1343 #define VKI_REG_FSBASE REG_FSBASE macro
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c316 (*regs)[VKI_REG_FSBASE] = arch->vex.guest_FS_CONST; in fill_regset()