Home
last modified time | relevance | path

Searched refs:mc_srr0 (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/powerpc64/gen/
H A Dmakecontext.c119 mc->mc_srr0 = *(uintptr_t *)_ctx_start; in __makecontext()
121 mc->mc_srr0 = (uintptr_t) _ctx_start; in __makecontext()
H A Dsignalcontext.c80 ucp->uc_mcontext.mc_srr0 = (uint64_t) ctx_wrapper; in __signalcontext()
/freebsd/sys/powerpc/include/
H A Ducontext.h75 #define mc_srr0 mc_frame[36] macro
/freebsd/lib/libc/powerpc/gen/
H A Dmakecontext.c115 mc->mc_srr0 = (uint32_t) _ctx_start; in __makecontext()
H A Dsignalcontext.c80 ucp->uc_mcontext.mc_srr0 = (uint32_t) ctx_wrapper; in __signalcontext()
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c362 td, uc.uc_mcontext.mc_srr0, uc.uc_mcontext.mc_gpr[1]); in sys_sigreturn()
929 td, uc.uc_mcontext.mc_srr0, uc.uc_mcontext.mc_gpr[1]); in freebsd32_sigreturn()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2422 *pc = ucontext->uc_mcontext.mc_srr0; in GetPcSpBp()