Searched refs:PCB_TLSBASE (Results 1 – 8 of 8) sorted by relevance
87 #define PCB_TLSBASE 0x0100 /* tlsbase was set */ macro
373 if ((pcb->pcb_flags & PCB_TLSBASE) != 0) in cpu_ptrace()389 set_pcb_flags(pcb, PCB_TLSBASE); in cpu_ptrace()
356 if ((pcb->pcb_flags & PCB_TLSBASE) == 0) { in sysarch()374 set_pcb_flags(pcb, PCB_TLSBASE); in sysarch()426 clear_pcb_flags(pcb, PCB_TLSBASE); in sysarch()
160 clear_pcb_flags(pcb2, PCB_TLSBASE); in copy_thread()666 THR_C_RUNTIME) != 0 ? PCB_TLSBASE : 0)); in cpu_set_user_tls()
246 if ((pcb->pcb_flags & PCB_TLSBASE) != 0) in sendsig()437 clear_pcb_flags(pcb, PCB_32BIT | PCB_TLSBASE); in exec_setregs()697 mcp->mc_tlsbase = (pcb->pcb_flags & PCB_TLSBASE) != 0 ? in get_mcontext()777 set_pcb_flags(pcb, PCB_TLSBASE); in set_mcontext()
251 clear_pcb_flags(pcb, PCB_32BIT | PCB_TLSBASE); in linux_exec_setregs()
586 clear_pcb_flags(pcb, PCB_TLSBASE); in linux_exec_setregs()
990 clear_pcb_flags(pcb, PCB_TLSBASE); in ia32_setregs()