Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Ducontext.h120 __register_t mc_rax; member
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c931 (unsigned long) uc->uc_mcontext.mc_rax, in logRegisters()
1040 (unsigned long) uc->uc_mcontext.mc_rax, in logRegisters()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c2296 mcp->mc_rax = 0; in get_mcontext()
2300 mcp->mc_rax = tp->tf_rax; in get_mcontext()
2373 tp->tf_rax = mcp->mc_rax; in set_mcontext()