Home
last modified time | relevance | path

Searched refs:tf_flags (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dframe.h142 uint32_t tf_flags; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c84 if (tp->tf_flags & TF_HASSEGS) { in fill_regs32()
125 tp->tf_flags = TF_HASSEGS; in set_regs32()
H A Dia32_signal.c183 mcp->mc_flags = tp->tf_flags; in ia32_get_mcontext()
230 tp->tf_flags = TF_HASSEGS; in ia32_set_mcontext()
927 regs->tf_flags = TF_HASSEGS;
969 regs->tf_flags = TF_HASSEGS; in ia32_setregs()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c454 regs->tf_flags = TF_HASSEGS; in sendsig()
618 regs->tf_flags = TF_HASSEGS; in exec_setregs()
2126 if (tp->tf_flags & TF_HASSEGS) { in fill_frame_regs()
2177 tp->tf_flags = TF_HASSEGS; in set_regs()
2311 mcp->mc_flags = tp->tf_flags; in get_mcontext()
2378 tp->tf_flags = mcp->mc_flags; in set_mcontext()
2379 if (tp->tf_flags & TF_HASSEGS) { in set_mcontext()
H A Dvm_machdep.c669 td->td_frame->tf_flags = TF_HASSEGS; in cpu_set_upcall()
H A Dgenassym.c191 ASSYM(TF_FLAGS, offsetof(struct trapframe, tf_flags));
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c357 regs->tf_flags = TF_HASSEGS; in linux_rt_sendsig()
463 regs->tf_flags = TF_HASSEGS; in linux_sendsig()
721 regs->tf_flags = TF_HASSEGS; in linux_exec_setregs()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c478 regs->tf_flags = TF_HASSEGS; in linux_exec_setregs()
745 traced = (frame->tf_flags & PSL_T); in linux_vsyscall()