Searched refs:tss (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/sys/pc98/include/
H A Dtss.h6 #include <i386/tss.h>
/freebsd-10.0-release/sys/i386/include/
H A Dpcb_ext.h35 #include <machine/tss.h>
40 struct segment_descriptor ext_tssd; /* tss descriptor */
H A Dpcpu.h37 #include <machine/tss.h>
86 int pc_private_tss; /* Flag indicating private tss*/\
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c35 #include <machine/tss.h>
105 CORE_ADDR tss; member in struct:kgdb_tss_cache
139 uintptr_t addr, cpu0prvpage, tss; local
157 tss = sd.sd_hibase << 24 | sd.sd_lobase;
167 if (trunc_page(tss) == 0xffc00000) {
176 tss = cpu0prvpage + (tss & PAGE_MASK);
178 return ((CORE_ADDR)tss);
195 cache->tss = kgdb_trgt_fetch_tss();
235 if (cache->tss
[all...]
/freebsd-10.0-release/lib/libstdthreads/
H A DMakefile7 SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
/freebsd-10.0-release/sys/i386/i386/
H A Dexception.s126 IDTVEC(tss)
H A Dgenassym.c60 #include <machine/tss.h>
H A Dtrap.c98 #include <machine/tss.h>
H A Dmachdep.c1935 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
2739 /* make an initial tss so cpu can get interrupt stack on syscall! */
2908 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386TGT, SEL_KPL,
3015 /* make an initial tss so cpu can get interrupt stack on syscall! */
/freebsd-10.0-release/sys/netinet/
H A Din_mcast.c1599 struct sockaddr_storage *tss; local
1653 tss = NULL;
1655 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs,
1657 if (tss == NULL) {
1669 ptss = tss;
1676 if (tss != NULL && nsrcs > 0) {
1689 if (tss != NULL) {
1690 error = copyout(tss, msfr.msfr_srcs,
1692 free(tss, M_TEMP);
/freebsd-10.0-release/sys/netinet6/
H A Din6_mcast.c1569 struct sockaddr_storage *tss; local
1630 tss = NULL;
1632 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs,
1634 if (tss == NULL) {
1646 ptss = tss;
1653 if (tss != NULL && nsrcs > 0) {
1666 if (tss != NULL) {
1667 error = copyout(tss, msfr.msfr_srcs,
1669 free(tss, M_TEMP);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dsys_machdep.c60 #include <machine/tss.h>
373 tss_sd = PCPU_GET(tss);
H A Dvm_machdep.c74 #include <machine/tss.h>
H A Dgenassym.c57 #include <machine/tss.h>
H A Dmachdep.c133 #include <machine/tss.h>
1191 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1741 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
1771 setidt(IDT_TS, &IDTVEC(tss), SDT_SYSIGT, SEL_KPL, 0);
1844 /* Set the IO permission bitmap (empty due to tss seg limit) */
1881 /* make an initial tss so cpu can get interrupt stack on syscall! */
H A Dtrap.c95 #include <machine/tss.h>
H A Dexception.S154 IDTVEC(tss)
H A Dmp_machdep.c71 #include <machine/tss.h>
635 /* Init tss */
/freebsd-10.0-release/sys/i386/xen/
H A Dexception.s132 IDTVEC(tss)
H A Dxen_machdep.c85 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1187 {10, 0, GSEL(GCODE_SEL, SEL_KPL), (unsigned long) &IDTVEC(tss)},
/freebsd-10.0-release/sys/pc98/pc98/
H A Dmachdep.c1731 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
2238 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386TGT, SEL_KPL,
2318 /* make an initial tss so cpu can get interrupt stack on syscall! */

Completed in 302 milliseconds