Searched refs:sc_cs (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/i386/include/
H A Dsignal.h51 int sc_cs; member in struct:osigcontext
/freebsd-current/sys/x86/include/
H A Dsignal.h65 int sc_cs; member in struct:sigcontext
138 long sc_cs; member in struct:sigcontext
/freebsd-current/sys/arm/ti/
H A Dti_spi.c319 MCSPI_STAT_CH(sc->sc_cs)) & MCSPI_STAT_TXS) == 0) {
325 TI_SPI_WRITE(sc, MCSPI_TX_CH(sc->sc_cs), data[written]);
352 MCSPI_STAT_CH(sc->sc_cs)) & MCSPI_STAT_RXS) == 0) {
358 data[read] = TI_SPI_READ(sc, MCSPI_RX_CH(sc->sc_cs));
468 sc->sc_cs = cs;
480 ti_spi_set_clock(sc, sc->sc_cs, clockhz);
486 reg = TI_SPI_READ(sc, MCSPI_CONF_CH(sc->sc_cs));
493 TI_SPI_WRITE(sc, MCSPI_CONF_CH(sc->sc_cs), reg);
503 reg = TI_SPI_READ(sc, MCSPI_CTRL_CH(sc->sc_cs));
504 TI_SPI_WRITE(sc, MCSPI_CTRL_CH(sc->sc_cs), re
[all...]
H A Dti_spivar.h48 #define sc_cs xfer.cs macro
/freebsd-current/sys/x86/linux/
H A Dlinux_x86_sigframe.h69 l_uint sc_cs; member in struct:l_sigcontext
181 l_ushort sc_cs; member in struct:l_sigcontext
/freebsd-current/sys/i386/linux/
H A Dlinux_genassym.c17 ASSYM(L_SC_CS, offsetof(struct l_sigcontext, sc_cs));
H A Dlinux_sysvec.c215 frame.sf_uc.uc_mcontext.sc_cs = regs->tf_cs;
314 frame.sf_sc.sc_cs = regs->tf_cs;
385 if (!CS_SECURE(frame.sf_sc.sc_cs)) {
410 regs->tf_cs = frame.sf_sc.sc_cs;
464 if (!CS_SECURE(context->sc_cs)) {
490 regs->tf_cs = context->sc_cs;
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_genassym.c18 ASSYM(L_SC_CS, offsetof(struct l_sigcontext, sc_cs));
H A Dlinux32_sysvec.c207 frame.sf_uc.uc_mcontext.sc_cs = regs->tf_cs;
315 frame.sf_sc.sc_cs = regs->tf_cs;
387 if (!CS_SECURE(frame.sf_sc.sc_cs)) {
408 regs->tf_cs = frame.sf_sc.sc_cs;
465 if (!CS_SECURE(context->sc_cs)) {
493 regs->tf_cs = context->sc_cs;
/freebsd-current/sys/amd64/linux/
H A Dlinux_genassym.c30 ASSYM(L_SC_CS, offsetof(struct l_sigcontext, sc_cs));
H A Dlinux_sysvec.c400 if (!CS_SECURE(context->sc_cs)) {
402 p->p_pid, p->p_comm, context->sc_cs);
432 regs->tf_cs = context->sc_cs;
591 sf.sf_uc.uc_mcontext.sc_cs = regs->tf_cs;
/freebsd-current/sys/compat/ia32/
H A Dia32_signal.h132 uint32_t sc_cs; member in struct:ia32_osigcontext
/freebsd-current/sys/amd64/ia32/
H A Dia32_signal.c392 sf.sf_siginfo.si_sc.sc_cs = regs->tf_cs;
710 if (!CS_SECURE(scp->sc_cs)) {
730 regs->tf_cs = scp->sc_cs;
/freebsd-current/sys/i386/i386/
H A Dexec_machdep.c185 sf.sf_siginfo.si_sc.sc_cs = regs->tf_cs;
611 if (!CS_SECURE(scp->sc_cs)) {
632 regs->tf_cs = scp->sc_cs;

Completed in 141 milliseconds