Searched refs:tf_flags (Results 1 – 9 of 9) sorted by relevance
209 regs->tf_flags = TF_HASSEGS; in sendsig()399 regs->tf_flags = TF_HASSEGS; in exec_setregs()443 if (tp->tf_flags & TF_HASSEGS) { in fill_frame_regs()494 tp->tf_flags = TF_HASSEGS; in set_regs()628 mcp->mc_flags = tp->tf_flags; in get_mcontext()700 tp->tf_flags = mcp->mc_flags; in set_mcontext()701 if (tp->tf_flags & TF_HASSEGS) { in set_mcontext()
646 td->td_frame->tf_flags = TF_HASSEGS; in cpu_set_upcall()
186 ASSYM(TF_FLAGS, offsetof(struct trapframe, tf_flags));
139 uint32_t tf_flags; member
78 if (tp->tf_flags & TF_HASSEGS) { in fill_regs32()119 tp->tf_flags = TF_HASSEGS; in set_regs32()
181 mcp->mc_flags = tp->tf_flags; in ia32_get_mcontext()231 tp->tf_flags = TF_HASSEGS; in ia32_set_mcontext()911 regs->tf_flags = TF_HASSEGS; in freebsd32_sigreturn()953 regs->tf_flags = TF_HASSEGS; in ia32_setregs()
239 regs->tf_flags = TF_HASSEGS; in linux_rt_sendsig()343 regs->tf_flags = TF_HASSEGS; in linux_sendsig()605 regs->tf_flags = TF_HASSEGS; in linux_exec_setregs()
265 regs->tf_flags = TF_HASSEGS; in linux_exec_setregs()671 traced = (frame->tf_flags & PSL_T); in linux_vsyscall()
3219 unsigned char tf_flags; in set_directory_record_rr() local3222 tf_flags = 0; in set_directory_record_rr()3228 tf_flags |= TF_CREATION; in set_directory_record_rr()3233 tf_flags |= TF_MODIFY; in set_directory_record_rr()3237 tf_flags |= TF_ACCESS; in set_directory_record_rr()3241 tf_flags |= TF_ATTRIBUTES; in set_directory_record_rr()3250 bp[5] = tf_flags; in set_directory_record_rr()3253 if (tf_flags & TF_CREATION) { in set_directory_record_rr()3259 if (tf_flags & TF_MODIFY) { in set_directory_record_rr()3265 if (tf_flags & TF_ACCESS) { in set_directory_record_rr()[all …]