Searched refs:tf_flags (Results 1 – 9 of 9) sorted by relevance
213 regs->tf_flags = TF_HASSEGS; in sendsig()401 regs->tf_flags = TF_HASSEGS; in exec_setregs()445 if (tp->tf_flags & TF_HASSEGS) { in fill_frame_regs()496 tp->tf_flags = TF_HASSEGS; in set_regs()630 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()
667 td->td_frame->tf_flags = TF_HASSEGS; in cpu_set_upcall()
188 ASSYM(TF_FLAGS, offsetof(struct trapframe, tf_flags));
141 uint32_t tf_flags; member
79 if (tp->tf_flags & TF_HASSEGS) { in fill_regs32()120 tp->tf_flags = TF_HASSEGS; in set_regs32()
182 mcp->mc_flags = tp->tf_flags; in ia32_get_mcontext()232 tp->tf_flags = TF_HASSEGS; in ia32_set_mcontext()912 regs->tf_flags = TF_HASSEGS; in freebsd32_sigreturn()954 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()601 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()
3214 unsigned char tf_flags; in set_directory_record_rr() local3217 tf_flags = 0; in set_directory_record_rr()3223 tf_flags |= TF_CREATION; in set_directory_record_rr()3228 tf_flags |= TF_MODIFY; in set_directory_record_rr()3232 tf_flags |= TF_ACCESS; in set_directory_record_rr()3236 tf_flags |= TF_ATTRIBUTES; in set_directory_record_rr()3245 bp[5] = tf_flags; in set_directory_record_rr()3248 if (tf_flags & TF_CREATION) { in set_directory_record_rr()3254 if (tf_flags & TF_MODIFY) { in set_directory_record_rr()3260 if (tf_flags & TF_ACCESS) { in set_directory_record_rr()[all …]