Home
last modified time | relevance | path

Searched refs:PCB_FP_USERMASK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/riscv/include/
H A Dpcb.h52 #define PCB_FP_USERMASK 0x1 macro
/freebsd/sys/arm64/include/
H A Dpcb.h70 #define PCB_FP_USERMASK (PCB_FP_STARTED) macro
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c282 KASSERT((curpcb->pcb_fpflags & ~PCB_FP_USERMASK) == 0, in get_fpcontext()
310 curpcb->pcb_fpflags = mcp->mc_fpregs.fp_flags & PCB_FP_USERMASK; in set_fpcontext()
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c560 KASSERT((curpcb->pcb_fpflags & ~PCB_FP_USERMASK) == 0, in get_fpcontext()
595 curpcb->pcb_fpflags = mcp->mc_fpregs.fp_flags & PCB_FP_USERMASK; in set_fpcontext()
H A Dfreebsd32_machdep.c153 KASSERT((pcb->pcb_fpflags & ~PCB_FP_USERMASK) == 0, in get_fpcontext32()
H A Dtrap.c737 KASSERT((td->td_pcb->pcb_fpflags & ~PCB_FP_USERMASK) == 0, in do_el0_sync()