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()
210 if ((pcb->pcb_flags & PCB_TLSBASE) != 0) in sendsig()384 clear_pcb_flags(pcb, PCB_32BIT | PCB_TLSBASE); in exec_setregs()636 mcp->mc_tlsbase = (pcb->pcb_flags & PCB_TLSBASE) != 0 ? in get_mcontext()714 set_pcb_flags(pcb, PCB_TLSBASE); in set_mcontext()
318 if ((pcb->pcb_flags & PCB_TLSBASE) == 0) { in sysarch()336 set_pcb_flags(pcb, PCB_TLSBASE); in sysarch()400 clear_pcb_flags(pcb, PCB_TLSBASE); in sysarch()
168 clear_pcb_flags(pcb2, PCB_TLSBASE); in copy_thread()669 THR_C_RUNTIME) != 0 ? PCB_TLSBASE : 0)); in cpu_set_user_tls()
250 clear_pcb_flags(pcb, PCB_32BIT | PCB_TLSBASE); in linux_exec_setregs()
585 clear_pcb_flags(pcb, PCB_TLSBASE); in linux_exec_setregs()
961 clear_pcb_flags(pcb, PCB_TLSBASE); in ia32_setregs()