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

12

/openbsd-current/sys/arch/powerpc64/include/
H A Dpcb.h27 u_int pcb_flags; member in struct:pcb
/openbsd-current/sys/arch/riscv64/include/
H A Dpcb.h33 u_int pcb_flags; member in struct:pcb
/openbsd-current/sys/arch/arm64/include/
H A Dpcb.h32 u_int pcb_flags; member in struct:pcb
/openbsd-current/sys/arch/powerpc/include/
H A Dpcb.h52 int pcb_flags; member in struct:pcb
/openbsd-current/sys/arch/i386/include/
H A Dpcb.h70 int pcb_flags; member in struct:pcb
/openbsd-current/sys/arch/arm64/arm64/
H A Dprocess_machdep.c72 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU)
75 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU)
104 p->p_addr->u_pcb.pcb_flags |= PCB_FPU;
118 p->p_addr->u_pcb.pcb_flags |= PCB_SINGLESTEP;
121 p->p_addr->u_pcb.pcb_flags &= ~(PCB_SINGLESTEP);
H A Dfpu.c87 if ((pcb->pcb_flags & PCB_FPU) == 0) {
89 pcb->pcb_flags |= PCB_FPU;
161 if (pcb->pcb_flags & PCB_FPU)
H A Dvm_machdep.c86 if (pcb1->pcb_flags & PCB_FPU)
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dprocess_machdep.c54 if (!(pcb->pcb_flags & PCB_FPU)) {
80 if (!(pcb->pcb_flags & PCB_FPU)) {
139 if (!(pcb->pcb_flags & PCB_FPU)) {
141 pcb->pcb_flags |= PCB_FPU;
170 pcb->pcb_flags |= PCB_FPU;
H A Dfpu.c50 if (!(pcb->pcb_flags & PCB_FPU)) {
52 pcb->pcb_flags |= PCB_FPU;
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dprocess_machdep.c75 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU)
78 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU)
112 p->p_addr->u_pcb.pcb_flags |= PCB_FPU;
H A Dfpu.c103 if ((pcb->pcb_flags & PCB_FPU) == 0) {
105 pcb->pcb_flags |= PCB_FPU;
H A Dsig_machdep.c123 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU)
146 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU) {
239 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU) {
H A Dvm_machdep.c70 if (pcb1->pcb_flags & PCB_FPU)
/openbsd-current/sys/arch/arm/include/
H A Dpcb.h79 u_int pcb_flags; member in struct:pcb
/openbsd-current/sys/arch/arm/arm/
H A Darm_machdep.c109 p->p_addr->u_pcb.pcb_flags &= ~PCB_FPU;
H A Dprocess_machdep.c144 if (p->p_addr->u_pcb.pcb_flags & PCB_FPU)
182 p->p_addr->u_pcb.pcb_flags |= PCB_FPU;
H A Dvfp.c187 if ((pcb->pcb_flags & PCB_FPU) == 0) {
188 pcb->pcb_flags |= PCB_FPU;
H A Dsig_machdep.c132 frame.sf_sc.sc_fpused = pcb->pcb_flags & PCB_FPU;
137 pcb->pcb_flags &= ~PCB_FPU;
241 pcb->pcb_flags |= PCB_FPU;
244 pcb->pcb_flags &= ~PCB_FPU;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386obsd-nat.c69 if ((pcb->pcb_flags & PCB_SAVECTX) == 0)
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dprocess_machdep.c58 if (pcb->pcb_flags & (PCB_FPU|PCB_VEC|PCB_VSX))
127 pcb->pcb_flags |= (PCB_FPU|PCB_VEC|PCB_VSX);
H A Dtrap.c365 curpcb->pcb_flags |= PCB_FPU;
382 curpcb->pcb_flags |= PCB_VEC;
389 curpcb->pcb_flags |= PCB_VSX;
H A Dfpu.c72 if ((pcb->pcb_flags & (PCB_FPU|PCB_VEC|PCB_VSX)) == 0)
H A Dvm_machdep.c79 if (pcb1->pcb_flags & (PCB_FPU|PCB_VEC|PCB_VSX) &&
H A Dmachdep.c911 pcb->pcb_flags = 0;
936 if (pcb->pcb_flags & (PCB_FPU|PCB_VEC|PCB_VSX) &&
958 if (pcb->pcb_flags & (PCB_FPU|PCB_VEC|PCB_VSX)) {
1037 if (pcb->pcb_flags & (PCB_FPU|PCB_VEC|PCB_VSX)) {
1070 if (pcb->pcb_flags & (PCB_FPU|PCB_VEC|PCB_VSX) &&

Completed in 490 milliseconds

12