Searched refs:pcb_flags (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dfpu.c69 pcb->pcb_flags |= PCB_FPU;
70 if (pcb->pcb_flags & PCB_VSX)
74 if (!(pcb->pcb_flags & PCB_FPREGS)) {
76 pcb->pcb_flags |= PCB_FPREGS;
84 if (pcb->pcb_flags & PCB_VSX)
98 if (pcb->pcb_flags & PCB_VSX) {
140 if (pcb->pcb_flags & PCB_VSX)
149 if (pcb->pcb_flags & PCB_VSX) {
H A Dptrace_machdep.c61 if (pcb->pcb_flags & PCB_VEC) {
72 pcb->pcb_flags |= PCB_VEC;
H A Daltivec.c110 if (!(pcb->pcb_flags & PCB_VEC)) {
112 pcb->pcb_flags |= PCB_VEC;
H A Dexec_machdep.c380 if (pcb->pcb_flags & PCB_FPREGS) {
381 if (pcb->pcb_flags & PCB_FPU) {
395 if (pcb->pcb_flags & PCB_VSX) {
405 if (pcb->pcb_flags & PCB_VEC) {
471 pcb->pcb_flags |= PCB_FPREGS;
483 if ((pcb->pcb_flags & PCB_VEC) != PCB_VEC) {
555 td->td_pcb->pcb_flags = 0;
585 td->td_pcb->pcb_flags = 0;
615 if ((pcb->pcb_flags & PCB_FPREGS) == 0)
652 pcb->pcb_flags |
[all...]
H A Dtrap.c236 KASSERT((td->td_pcb->pcb_flags & PCB_FPU) != PCB_FPU,
242 KASSERT((td->td_pcb->pcb_flags & PCB_VEC) != PCB_VEC,
248 KASSERT((td->td_pcb->pcb_flags & PCB_VSX) != PCB_VSX,
250 if (!(td->td_pcb->pcb_flags & PCB_VEC))
252 if (!(td->td_pcb->pcb_flags & PCB_FPU))
254 td->td_pcb->pcb_flags |= PCB_VSX;
H A Delf32_machdep.c159 if (pcb->pcb_flags & PCB_VEC) {
H A Delf64_machdep.c236 if (pcb->pcb_flags & PCB_VEC) {
H A Dgenassym.c194 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-11-stable/sys/arm64/include/
H A Dpcb.h48 u_int pcb_flags; member in struct:pcb
/freebsd-11-stable/sys/sparc64/include/
H A Dpcb.h48 uint64_t pcb_flags; member in struct:pcb
/freebsd-11-stable/sys/arm/include/
H A Dpcb.h51 u_int pcb_flags; member in struct:pcb
/freebsd-11-stable/sys/powerpc/include/
H A Dpcb.h50 int pcb_flags; member in struct:pcb
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c807 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) {
822 pcb->pcb_flags |= PCB_NPXINITDONE;
824 pcb->pcb_flags |= PCB_NPXUSERINITDONE;
955 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE;
978 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) {
1033 pcb->pcb_flags |= PCB_NPXINITDONE;
1034 pcb->pcb_flags |= PCB_NPXUSERINITDONE;
1097 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE;
1380 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0)
1385 pcb->pcb_flags |
[all...]
/freebsd-11-stable/sys/i386/include/
H A Dnpx.h50 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNNPX) == 0)
H A Dpcb.h81 u_int pcb_flags; member in struct:pcb
/freebsd-11-stable/sys/amd64/include/
H A Dfpu.h50 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNFPU) == 0)
H A Dpcb.h79 u_int pcb_flags; member in struct:pcb
/freebsd-11-stable/sys/arm64/arm64/
H A Dgenassym.c54 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
H A Dtrap.c403 td->td_pcb->pcb_flags &= ~PCB_SINGLE_STEP;
/freebsd-11-stable/sys/amd64/amd64/
H A Dfpu.c635 if ((pcb->pcb_flags & PCB_FPUINITDONE) == 0) {
684 KASSERT((curpcb->pcb_flags & PCB_FPUNOSAVE) == 0,
748 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) == 0) {
1013 KASSERT((pcb->pcb_flags & PCB_FPUNOSAVE) == 0,
1045 if ((pcb->pcb_flags & PCB_FPUINITDONE) != 0)
1063 if ((pcb->pcb_flags & PCB_FPUNOSAVE) != 0) {
1088 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) != 0) {
1124 return ((curpcb->pcb_flags & PCB_KERNFPU) != 0);
H A Dmachdep.c631 if (pcb->pcb_flags & PCB_DBREGS) {
1863 thread0.td_pcb->pcb_flags = 0;
2594 * The pcb_flags is only modified by current thread, or by other threads
2597 * When we read-modify-write pcb_flags from C sources, compiler may generate
2610 : "=m" (pcb->pcb_flags) : "ir" (flags), "m" (pcb->pcb_flags)
2633 (pcb->pcb_flags & PCB_FULL_IRET) == 0 &&
2636 if ((pcb->pcb_flags & PCB_FULL_IRET) == 0) {
2654 : "=m" (pcb->pcb_flags) : "ir" (~flags), "m" (pcb->pcb_flags)
[all...]
H A Dvm_machdep.c219 * pcb2->pcb_flags: cloned above.
313 if (pcb->pcb_flags & PCB_DBREGS) {
/freebsd-11-stable/sys/i386/i386/
H A Dtrap.c266 (curpcb->pcb_flags & PCB_VM86CALL) == 0)
305 if (TRAPF_USERMODE(frame) && (curpcb->pcb_flags & PCB_VM86CALL) == 0) {
560 if (curpcb->pcb_flags & PCB_VM86CALL)
670 !(curpcb->pcb_flags & PCB_VM86CALL))
1111 (curpcb->pcb_flags & PCB_VM86CALL) == 0)) {
H A Dvm_machdep.c249 * pcb2->pcb_flags: cloned above.
333 if (td->td_pcb->pcb_flags & PCB_DBREGS) {
335 td->td_pcb->pcb_flags &= ~PCB_DBREGS;
441 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE |
477 * pcb2->pcb_flags: cloned above.
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c801 pcb->pcb_flags |= PCB_FEF;
803 if ((pcb->pcb_flags & PCB_FEF) != 0) {
854 pcb->pcb_flags |= PCB_FEF;

Completed in 165 milliseconds

12