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

/freebsd-9.3-release/sys/pc98/include/
H A Dtss.h6 #include <i386/tss.h>
/freebsd-9.3-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>
104 int pc_private_tss; /* Flag indicating private tss*/\
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c35 #include <machine/tss.h>
99 CORE_ADDR tss; member in struct:kgdb_tss_cache
133 uintptr_t addr, cpu0prvpage, tss; local
151 tss = sd.sd_hibase << 24 | sd.sd_lobase;
161 if (trunc_page(tss) == 0xffc00000) {
170 tss = cpu0prvpage + (tss & PAGE_MASK);
172 return ((CORE_ADDR)tss);
189 cache->tss = kgdb_trgt_fetch_tss();
229 if (cache->tss
[all...]
/freebsd-9.3-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.c1915 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
2715 /* make an initial tss so cpu can get interrupt stack on syscall! */
2885 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386TGT, SEL_KPL,
2988 /* make an initial tss so cpu can get interrupt stack on syscall! */
/freebsd-9.3-release/sys/netinet/
H A Din_mcast.c1571 struct sockaddr_storage *tss; local
1625 tss = NULL;
1627 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs,
1629 if (tss == NULL) {
1641 ptss = tss;
1648 if (tss != NULL && nsrcs > 0) {
1661 if (tss != NULL) {
1662 error = copyout(tss, msfr.msfr_srcs,
1664 free(tss, M_TEMP);
/freebsd-9.3-release/sys/netinet6/
H A Din6_mcast.c1572 struct sockaddr_storage *tss; local
1633 tss = NULL;
1635 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs,
1637 if (tss == NULL) {
1649 ptss = tss;
1656 if (tss != NULL && nsrcs > 0) {
1669 if (tss != NULL) {
1670 error = copyout(tss, msfr.msfr_srcs,
1672 free(tss, M_TEMP);
/freebsd-9.3-release/sys/amd64/amd64/
H A Dsys_machdep.c60 #include <machine/tss.h>
369 tss_sd = PCPU_GET(tss);
H A Dvm_machdep.c75 #include <machine/tss.h>
H A Dgenassym.c57 #include <machine/tss.h>
H A Dmachdep.c131 #include <machine/tss.h>
1162 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1709 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
1739 setidt(IDT_TS, &IDTVEC(tss), SDT_SYSIGT, SEL_KPL, 0);
1809 /* Set the IO permission bitmap (empty due to tss seg limit) */
1846 /* make an initial tss so cpu can get interrupt stack on syscall! */
H A Dtrap.c95 #include <machine/tss.h>
H A Dmp_machdep.c71 #include <machine/tss.h>
619 /* Init tss */
H A Dexception.S154 IDTVEC(tss)
/freebsd-9.3-release/sys/i386/xen/
H A Dexception.s132 IDTVEC(tss)
H A Dxen_machdep.c84 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1174 {10, 0, GSEL(GCODE_SEL, SEL_KPL), (unsigned long) &IDTVEC(tss)},
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c1722 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
2229 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386TGT, SEL_KPL,
2309 /* make an initial tss so cpu can get interrupt stack on syscall! */

Completed in 217 milliseconds