Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dpcb.h61 #define PCB_FP_USERMASK (PCB_FP_STARTED) macro
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c138 KASSERT((curpcb->pcb_fpflags & ~PCB_FP_USERMASK) == 0, in get_fpcontext32()
H A Dtrap.c570 KASSERT((td->td_pcb->pcb_fpflags & ~PCB_FP_USERMASK) == 0, in do_el0_sync()
H A Dmachdep.c635 KASSERT((curpcb->pcb_fpflags & ~PCB_FP_USERMASK) == 0, in get_fpcontext()
672 curpcb->pcb_fpflags = mcp->mc_fpregs.fp_flags & PCB_FP_USERMASK; in set_fpcontext()