| /netbsd/src/sys/arch/x86/x86/ |
| D | dbregs.c | 108 KASSERT((pcb->pcb_flags & PCB_DBREGS) == 0); in x86_dbregs_clear() 116 pcb->pcb_flags &= ~PCB_DBREGS; in x86_dbregs_clear() 129 pcb->pcb_flags &= ~PCB_DBREGS; in x86_dbregs_abandon() 142 pcb->pcb_flags |= PCB_DBREGS; in x86_dbregs_read() 152 if (!(pcb->pcb_flags & PCB_DBREGS)) { in x86_dbregs_save() 172 if (!(pcb->pcb_flags & PCB_DBREGS)) { in x86_dbregs_restore() 288 pcb->pcb_flags |= PCB_DBREGS; in x86_dbregs_write() 303 olddb = (oldpcb->pcb_flags & PCB_DBREGS) != 0; in x86_dbregs_switch() 304 newdb = (newpcb->pcb_flags & PCB_DBREGS) != 0; in x86_dbregs_switch()
|
| D | vm_machdep.c | 152 pcb2->pcb_flags &= ~PCB_DBREGS; in cpu_lwp_fork() 266 KASSERT((pcb->pcb_flags & PCB_DBREGS) == 0); in cpu_lwp_free2()
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | compat_16_machdep.c | 128 utf->srr1 |= pcb->pcb_flags & (PCB_FE0|PCB_FE1); in sendsig_sigcontext() 250 pcb->pcb_flags &= ~(PCB_FE0|PCB_FE1); in compat_16_sys___sigreturn14() 251 pcb->pcb_flags |= utf->srr1 & (PCB_FE0|PCB_FE1); in compat_16_sys___sigreturn14()
|
| D | sig_machdep.c | 189 gr[_REG_MSR] |= pcb->pcb_flags & (PCB_FE0|PCB_FE1); in cpu_getmcontext() 240 pcb->pcb_flags &= ~(PCB_FE0|PCB_FE1); in cpu_setmcontext() 241 pcb->pcb_flags |= gr[_REG_MSR] & (PCB_FE0|PCB_FE1); in cpu_setmcontext()
|
| D | powerpc_machdep.c | 163 pcb->pcb_flags = PSL_FE_DFLT; in setregs() 784 msr |= (pcb->pcb_flags & PSL_FE_PREC); in emulate_mxmsr() 816 pcb->pcb_flags &= ~PSL_FE_PREC; in emulate_mxmsr() 817 pcb->pcb_flags |= msr & PSL_FE_PREC; in emulate_mxmsr()
|
| D | fpu.c | 94 l->l_md.md_utf->tf_srr1 |= PSL_FP|(pcb->pcb_flags & (PCB_FE0|PCB_FE1)); in fpu_state_load()
|
| D | vm_machdep.c | 153 pcb2->pcb_flags = PSL_FE_DFLT; in cpu_lwp_fork()
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | pcb.h | 51 short pcb_flags; /* misc. process flags */ member
|
| /netbsd/src/sys/arch/i386/include/ |
| D | pcb.h | 97 int pcb_flags; member
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | pcb.h | 54 int pcb_flags; member
|
| /netbsd/src/sys/arch/amd64/include/ |
| D | pcb.h | 85 int pcb_flags; member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | i386-obsd-nat.c | 64 if ((pcb->pcb_flags & PCB_SAVECTX) == 0) in i386obsd_supply_pcb()
|
| /netbsd/src/sys/netinet/ |
| D | sctp_structs.h | 100 u_int32_t pcb_flags; member
|
| D | sctp_timer.c | 1463 while ((it->pcb_flags) && ((it->inp->sctp_flags & it->pcb_flags) != it->pcb_flags)) { in sctp_iterator_timer()
|
| /netbsd/src/sys/arch/mac68k/mac68k/ |
| D | genassym.cf | 132 define PCB_FLAGS offsetof(struct pcb, pcb_flags)
|
| /netbsd/src/sys/arch/amiga/amiga/ |
| D | genassym.cf | 153 define PCB_FLAGS offsetof(struct pcb, pcb_flags)
|
| /netbsd/src/sys/arch/atari/atari/ |
| D | genassym.cf | 158 define PCB_FLAGS offsetof(struct pcb, pcb_flags)
|
| /netbsd/src/sys/arch/sun3/sun3x/ |
| D | genassym.cf | 158 define PCB_FLAGS offsetof(struct pcb, pcb_flags)
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | machdep.c | 447 if (pcb->pcb_flags & PCB_COMPAT32) { in x86_64_tls_switch() 476 pcb->pcb_flags = 0; in x86_64_proc0_pcb_ldt_init() 1385 pcb->pcb_flags = 0; in setregs()
|
| /netbsd/src/sys/arch/sun3/sun3/ |
| D | genassym.cf | 168 define PCB_FLAGS offsetof(struct pcb, pcb_flags)
|
| /netbsd/src/sys/arch/sun2/sun2/ |
| D | genassym.cf | 171 define PCB_FLAGS offsetof(struct pcb, pcb_flags)
|
| /netbsd/src/sys/compat/linux32/arch/amd64/ |
| D | linux32_machdep.c | 294 pcb->pcb_flags = PCB_COMPAT32; in linux32_setregs()
|
| /netbsd/src/sys/compat/linux/arch/amd64/ |
| D | linux_machdep.c | 96 pcb->pcb_flags = 0; in linux_setregs()
|
| /netbsd/src/sys/arch/powerpc/fpu/ |
| D | fpu_emu.c | 255 if ((pcb->pcb_flags & PSL_FE_PREC) == 0) in fpu_emulate()
|
| /netbsd/src/sys/arch/xen/x86/ |
| D | cpu.c | 868 initctx->user_regs.rflags = pcb->pcb_flags; in xen_init_amd64_vcpuctxt()
|