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

12

/freebsd-10.2-release/sys/amd64/include/
H A Dpcb.h75 u_int pcb_flags; member in struct:pcb
119 * The pcb_flags is only modified by current thread, or by other threads
122 * When we read-modify-write pcb_flags from C sources, compiler may generate
135 : "=m" (pcb->pcb_flags) : "ir" (flags), "m" (pcb->pcb_flags)
144 : "=m" (pcb->pcb_flags) : "ir" (~flags), "m" (pcb->pcb_flags)
H A Dfpu.h50 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNFPU) == 0)
/freebsd-10.2-release/sys/sparc64/include/
H A Dpcb.h48 uint64_t pcb_flags; member in struct:pcb
/freebsd-10.2-release/sys/arm/include/
H A Dpcb.h51 u_int pcb_flags; member in struct:pcb
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dfpu.c69 pcb->pcb_flags |= PCB_FPU;
71 if (!(pcb->pcb_flags & PCB_FPREGS)) {
73 pcb->pcb_flags |= PCB_FPREGS;
H A Daltivec.c70 if (!(pcb->pcb_flags & PCB_VEC)) {
72 pcb->pcb_flags |= PCB_VEC;
H A Dexec_machdep.c395 if (pcb->pcb_flags & PCB_FPREGS) {
396 if (pcb->pcb_flags & PCB_FPU) {
412 if (pcb->pcb_flags & PCB_VEC) {
477 pcb->pcb_flags |= PCB_FPREGS;
483 if ((pcb->pcb_flags & PCB_VEC) != PCB_VEC) {
569 td->td_pcb->pcb_flags = 0;
599 td->td_pcb->pcb_flags = 0;
628 if ((pcb->pcb_flags & PCB_FPREGS) == 0)
660 pcb->pcb_flags |= PCB_FPREGS;
1041 td->td_pcb->pcb_flags
[all...]
H A Dgenassym.c191 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-10.2-release/sys/powerpc/include/
H A Dpcb.h49 int pcb_flags; member in struct:pcb
/freebsd-10.2-release/sys/i386/isa/
H A Dnpx.c885 if ((curpcb->pcb_flags & PCB_NPXINITDONE) == 0) {
900 curpcb->pcb_flags |= PCB_NPXINITDONE;
902 curpcb->pcb_flags |= PCB_NPXUSERINITDONE;
989 td->td_pcb->pcb_flags &= ~PCB_NPXINITDONE;
1013 if ((pcb->pcb_flags & PCB_NPXINITDONE) == 0) {
1071 pcb->pcb_flags |= PCB_NPXINITDONE;
1072 pcb->pcb_flags |= PCB_NPXUSERINITDONE;
1142 pcb->pcb_flags |= PCB_NPXUSERINITDONE | PCB_NPXINITDONE;
1326 if ((pcb->pcb_flags & PCB_NPXINITDONE) != 0)
1331 pcb->pcb_flags |
[all...]
/freebsd-10.2-release/sys/i386/include/
H A Dnpx.h50 #define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNNPX) == 0)
H A Dpcb.h77 u_int pcb_flags; member in struct:pcb
/freebsd-10.2-release/sys/amd64/amd64/
H A Dfpu.c653 if ((curpcb->pcb_flags & PCB_FPUINITDONE) == 0) {
705 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) == 0) {
970 if ((pcb->pcb_flags & PCB_FPUINITDONE) != 0)
995 if ((pcb->pcb_flags & PCB_USERFPUINITDONE) != 0) {
1030 return ((curpcb->pcb_flags & PCB_KERNFPU) != 0);
H A Dvm_machdep.c231 * pcb2->pcb_flags: cloned above.
327 if (pcb->pcb_flags & PCB_DBREGS) {
H A Dgenassym.c154 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-10.2-release/sys/i386/i386/
H A Dvm_machdep.c312 * pcb2->pcb_flags: cloned above.
403 if (td->td_pcb->pcb_flags & PCB_DBREGS) {
405 td->td_pcb->pcb_flags &= ~PCB_DBREGS;
521 pcb2->pcb_flags &= ~(PCB_NPXINITDONE | PCB_NPXUSERINITDONE |
557 * pcb2->pcb_flags: cloned above.
H A Dtrap.c306 !(curpcb->pcb_flags & PCB_VM86CALL))) {
576 if (curpcb->pcb_flags & PCB_VM86CALL)
679 !(curpcb->pcb_flags & PCB_VM86CALL)) {
H A Dgenassym.c154 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
H A Dvm86.c435 pcb->pcb_flags = PCB_VM86CALL;
H A Dmachdep.c1633 if (pcb->pcb_flags & PCB_DBREGS) {
1648 pcb->pcb_flags &= ~PCB_DBREGS;
3126 thread0.td_pcb->pcb_flags = 0;
3450 thread0.td_pcb->pcb_flags = 0;
3963 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE |
4072 pcb->pcb_flags |= PCB_DBREGS;
/freebsd-10.2-release/sys/arm/arm/
H A Dgenassym.c63 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-10.2-release/sys/powerpc/aim/
H A Dtrap.c227 KASSERT((td->td_pcb->pcb_flags & PCB_FPU) != PCB_FPU,
233 KASSERT((td->td_pcb->pcb_flags & PCB_VEC) != PCB_VEC,
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dmachdep.c807 pcb->pcb_flags |= PCB_FEF;
809 if ((pcb->pcb_flags & PCB_FEF) != 0) {
860 pcb->pcb_flags |= PCB_FEF;
H A Dgenassym.c194 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-10.2-release/sys/netinet/
H A Dsctp_structs.h88 * sctp_initiate_iterator(inp_func, assoc_func, inp_func, pcb_flags, pcb_features,
96 * flags STILL apply so if the inp you specify has different pcb_flags then
97 * what you put in pcb_flags nothing will happen. use SCTP_PCB_ANY_FLAGS to
147 uint32_t pcb_flags; /* endpoint flags being checked */ member in struct:sctp_iterator

Completed in 388 milliseconds

12