Home
last modified time | relevance | path

Searched defs:PCB_USER_FPU (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dfpu.h52 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNFPU) == 0) macro
/f-stack/freebsd/i386/include/
H A Dnpx.h52 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNNPX) == 0) macro