Home
last modified time | relevance | path

Searched refs:_MC_FP_VALID (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/powerpc/include/
H A Ducontext.h42 #define _MC_FP_VALID 0x01 macro
57 #define _MC_FP_VALID 0x01 macro
/freebsd/lib/libthread_db/arch/powerpc/
H A Dlibpthread_md.c57 mc->mc_flags |= _MC_FP_VALID; in pt_fpreg_to_ucontext()
65 if (mc->mc_flags & _MC_FP_VALID) in pt_ucontext_to_fpreg()
/freebsd/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c83 mc->mc_flags |= _MC_FP_VALID; in pt_fpreg_to_ucontext()
91 if (mc->mc_flags & _MC_FP_VALID) in pt_ucontext_to_fpreg()
/freebsd/sys/riscv/include/
H A Ducontext.h61 #define _MC_FP_VALID 0x1 /* Set when mc_fpregs has valid data */ macro
/freebsd/sys/arm64/include/
H A Ducontext.h78 #define _MC_FP_VALID 0x1 /* Set when mc_fpregs has valid data */ macro
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c288 mcp->mc_flags |= _MC_FP_VALID; in get_fpcontext()
304 if ((mcp->mc_flags & _MC_FP_VALID) != 0) { in set_fpcontext()
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c606 mcp->mc_flags |= _MC_FP_VALID; in get_fpcontext()
617 if ((mcp->mc_flags & _MC_FP_VALID) != 0) { in set_fpcontext()
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c427 mcp->mc_flags |= _MC_FP_VALID; in grab_mcontext()
534 if (mcp->mc_flags & _MC_FP_VALID) { in set_mcontext()