Searched refs:tf_flags (Results 1 – 9 of 9) sorted by relevance
211 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()698 tp->tf_flags = mcp->mc_flags; in set_mcontext()699 if (tp->tf_flags & TF_HASSEGS) { in set_mcontext()
645 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()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 …]