| /trueos/sys/x86/include/ |
| HD | frame.h | 65 int tf_cs; member 90 int tf_cs; member 137 register_t tf_cs; member
|
| /trueos/sys/amd64/amd64/ |
| HD | trap.c | 246 if (ISPL(frame->tf_cs) == SEL_UPL) in trap() 270 if (ISPL(frame->tf_cs) == SEL_UPL) { in trap() 794 sdtossd(&gdt[NGDT * PCPU_GET(cpuid) + IDXSEL(frame->tf_cs & 0xffff)], 802 ISPL(frame->tf_cs) == SEL_UPL ? "user" : "kernel"); 818 frame->tf_cs & 0xffff, frame->tf_rip); 819 if (ISPL(frame->tf_cs) == SEL_UPL) { 948 if (ISPL(td->td_frame->tf_cs) != SEL_UPL) { in amd64_syscall()
|
| HD | db_trace.c | 74 { "cs", DB_OFFSET(tf_cs), db_frame }, 136 return ((ISPL(tf->tf_cs)) ? tf->tf_rsp : in DB_DRX_FUNC() 165 else if (ISPL(kdb_frame->tf_cs)) in db_rsp() 178 *valuep = (ISPL(kdb_frame->tf_cs)) ? kdb_frame->tf_ss : rss(); in db_ss() 179 else if (ISPL(kdb_frame->tf_cs)) in db_ss()
|
| HD | gdb_machdep.c | 66 case 18: return (&kdb_frame->tf_cs); in gdb_cpu_getreg()
|
| HD | machdep.c | 430 regs->tf_cs = _ucodesel; in sendsig() 964 regs->tf_cs = _ucodesel; in exec_setregs() 2221 regs->r_cs = tp->tf_cs; in fill_frame_regs() 2265 tp->tf_cs = regs->r_cs; in set_regs() 2399 mcp->mc_cs = tp->tf_cs; in get_mcontext() 2616 if (td->td_frame->tf_cs == _ucode32sel && in set_dbregs()
|
| HD | genassym.c | 190 ASSYM(TF_CS, offsetof(struct trapframe, tf_cs));
|
| /trueos/sys/i386/i386/ |
| HD | db_trace.c | 68 { "cs", DB_OFFSET(tf_cs), db_frame }, 121 return ((ISPL(tf->tf_cs)) ? tf->tf_esp : in DB_DRX_FUNC() 150 else if (ISPL(kdb_frame->tf_cs)) in db_esp() 163 *valuep = (ISPL(kdb_frame->tf_cs)) ? kdb_frame->tf_ss : rss(); in db_ss() 164 else if (ISPL(kdb_frame->tf_cs)) in db_ss() 422 if (ISPL(kdb_frame->tf_cs)) in db_backtrace()
|
| HD | trap.c | 264 if (ISPL(frame->tf_cs) == SEL_UPL || (frame->tf_eflags & PSL_VM)) in trap() 304 if ((ISPL(frame->tf_cs) == SEL_UPL) || in trap() 955 sdtossd(&gdt[IDXSEL(frame->tf_cs & 0xffff)].sd, &softseg); 963 ISPL(frame->tf_cs) == SEL_UPL ? "user" : "kernel"); 977 frame->tf_cs & 0xffff, frame->tf_eip); 978 if ((ISPL(frame->tf_cs) == SEL_UPL) || (frame->tf_eflags & PSL_VM)) { 1136 if (ISPL(frame->tf_cs) != SEL_UPL) { in syscall()
|
| HD | machdep.c | 434 sf.sf_siginfo.si_sc.sc_cs = regs->tf_cs; in osendsig() 496 regs->tf_cs = _ucodesel; in osendsig() 624 regs->tf_cs = _ucodesel; in freebsd4_sendsig() 799 regs->tf_cs = _ucodesel; 911 regs->tf_cs = scp->sc_cs; 1624 regs->tf_cs = _ucodesel; 3595 pcb->pcb_esp = (ISPL(tf->tf_cs)) ? tf->tf_esp : (int)(tf + 1) - 8; 3646 regs->r_cs = tp->tf_cs; 3675 tp->tf_cs = regs->r_cs; 3810 mcp->mc_cs = tp->tf_cs;
|
| HD | genassym.c | 169 ASSYM(TF_CS, offsetof(struct trapframe, tf_cs));
|
| /trueos/sys/amd64/ia32/ |
| HD | ia32_signal.c | 179 mcp->mc_cs = tp->tf_cs; in ia32_get_mcontext() 392 sf.sf_siginfo.si_sc.sc_cs = regs->tf_cs; in ia32_osendsig() 424 regs->tf_cs = _ucode32sel; in ia32_osendsig() 478 sf.sf_uc.uc_mcontext.mc_cs = regs->tf_cs; in freebsd4_ia32_sendsig() 540 regs->tf_cs = _ucode32sel; in freebsd4_ia32_sendsig() 615 sf.sf_uc.uc_mcontext.mc_cs = regs->tf_cs; in ia32_sendsig() 687 regs->tf_cs = _ucode32sel; in ia32_sendsig() 745 regs->tf_cs = scp->sc_cs; in ofreebsd32_sigreturn() 824 regs->tf_cs = cs; 929 regs->tf_cs = cs; [all …]
|
| HD | ia32_reg.c | 104 regs->r_cs = tp->tf_cs; in fill_regs32() 133 tp->tf_cs = regs->r_cs; in set_regs32() 167 penv_87->en_fcs = td->td_frame->tf_cs; in fill_fpregs32()
|
| /trueos/sys/i386/svr4/ |
| HD | svr4_machdep.c | 152 r[SVR4_X86_CS] = tf->tf_cs; 274 tf->tf_cs = r[SVR4_X86_CS]; 497 tf->tf_cs = GSEL(GUSERLDT_SEL, SEL_UPL); 506 tf->tf_cs = _ucodesel;
|
| /trueos/sys/amd64/include/ |
| HD | cpu.h | 53 (ISPL((framep)->tf_cs) == SEL_UPL)
|
| HD | pmc_mdep.h | 125 (TF)->tf_cs = 0; (TF)->tf_rflags = 0; \
|
| /trueos/sys/i386/include/ |
| HD | cpu.h | 53 ((ISPL((framep)->tf_cs) == SEL_UPL) || ((framep)->tf_eflags & PSL_VM))
|
| HD | pmc_mdep.h | 160 (TF)->tf_cs = 0; (TF)->tf_eflags = 0; \
|
| /trueos/sys/amd64/linux32/ |
| HD | linux32_sysvec.c | 377 frame.sf_sc.uc_mcontext.sc_cs = regs->tf_cs; in linux_rt_sendsig() 416 regs->tf_cs = _ucode32sel; in linux_rt_sendsig() 513 frame.sf_sc.sc_cs = regs->tf_cs; in linux_sendsig() 539 regs->tf_cs = _ucode32sel; in linux_sendsig() 626 regs->tf_cs = frame.sf_sc.sc_cs; in linux_sigreturn() 719 regs->tf_cs = context->sc_cs; in linux_rt_sigreturn() 844 regs->tf_cs = _ucode32sel; in exec_linux_setregs()
|
| /trueos/sys/i386/linux/ |
| HD | linux_sysvec.c | 484 frame.sf_sc.uc_mcontext.sc_cs = regs->tf_cs; in linux_rt_sendsig() 519 regs->tf_cs = _ucodesel; in linux_rt_sendsig() 612 frame.sf_sc.sc_cs = regs->tf_cs; in linux_sendsig() 638 regs->tf_cs = _ucodesel; in linux_sendsig() 726 regs->tf_cs = frame.sf_sc.sc_cs; in linux_sigreturn() 814 regs->tf_cs = context->sc_cs; in linux_rt_sigreturn()
|
| /trueos/gnu/usr.bin/gdb/kgdb/ |
| HD | trgt_amd64.c | 113 offsetof(struct trapframe, tf_cs),
|
| HD | trgt_i386.c | 269 offsetof(struct trapframe, tf_cs),
|
| /trueos/sys/cddl/dev/dtrace/amd64/ |
| HD | dtrace_isa.c | 567 return (rp->tf_cs); in dtrace_getreg()
|
| /trueos/sys/cddl/dev/dtrace/i386/ |
| HD | dtrace_isa.c | 574 return (rp->tf_cs); in dtrace_getreg()
|