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()
317 if ((pcb->pcb_flags & PCB_TLSBASE) == 0) { in sysarch()335 set_pcb_flags(pcb, PCB_TLSBASE); in sysarch()425 clear_pcb_flags(pcb, PCB_TLSBASE); in sysarch()
167 clear_pcb_flags(pcb2, PCB_TLSBASE); in copy_thread()668 THR_C_RUNTIME) != 0 ? PCB_TLSBASE : 0)); in cpu_set_user_tls()
246 if ((pcb->pcb_flags & PCB_TLSBASE) != 0) in sendsig()428 clear_pcb_flags(pcb, PCB_32BIT | PCB_TLSBASE); in exec_setregs()680 mcp->mc_tlsbase = (pcb->pcb_flags & PCB_TLSBASE) != 0 ? in get_mcontext()760 set_pcb_flags(pcb, PCB_TLSBASE); in set_mcontext()
250 clear_pcb_flags(pcb, PCB_32BIT | PCB_TLSBASE); in linux_exec_setregs()
585 clear_pcb_flags(pcb, PCB_TLSBASE); in linux_exec_setregs()
989 clear_pcb_flags(pcb, PCB_TLSBASE); in ia32_setregs()