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

/freebsd-10.1-release/sys/pc98/include/
H A Dtss.h6 #include <i386/tss.h>
/freebsd-10.1-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.1-release/usr.sbin/bhyve/
H A Dtask_switch.c437 uint32_t eip, struct tss32 *tss, struct iovec *iov)
441 tss->tss_eax = GETREG(ctx, vcpu, VM_REG_GUEST_RAX);
442 tss->tss_ecx = GETREG(ctx, vcpu, VM_REG_GUEST_RCX);
443 tss->tss_edx = GETREG(ctx, vcpu, VM_REG_GUEST_RDX);
444 tss->tss_ebx = GETREG(ctx, vcpu, VM_REG_GUEST_RBX);
445 tss->tss_esp = GETREG(ctx, vcpu, VM_REG_GUEST_RSP);
446 tss->tss_ebp = GETREG(ctx, vcpu, VM_REG_GUEST_RBP);
447 tss->tss_esi = GETREG(ctx, vcpu, VM_REG_GUEST_RSI);
448 tss->tss_edi = GETREG(ctx, vcpu, VM_REG_GUEST_RDI);
451 tss
436 tss32_save(struct vmctx *ctx, int vcpu, struct vm_task_switch *task_switch, uint32_t eip, struct tss32 *tss, struct iovec *iov) argument
485 tss32_restore(struct vmctx *ctx, int vcpu, struct vm_task_switch *ts, uint16_t ot_sel, struct tss32 *tss, struct iovec *iov) argument
[all...]
/freebsd-10.1-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.1-release/lib/libstdthreads/
H A DMakefile7 SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
/freebsd-10.1-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.c1941 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
2745 /* make an initial tss so cpu can get interrupt stack on syscall! */
2914 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386TGT, SEL_KPL,
3021 /* make an initial tss so cpu can get interrupt stack on syscall! */
/freebsd-10.1-release/sys/netinet/
H A Din_mcast.c1605 struct sockaddr_storage *tss; local
1659 tss = NULL;
1661 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs,
1663 if (tss == NULL) {
1675 ptss = tss;
1682 if (tss != NULL && nsrcs > 0) {
1695 if (tss != NULL) {
1696 error = copyout(tss, msfr.msfr_srcs,
1698 free(tss, M_TEMP);
/freebsd-10.1-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-10.1-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.c134 #include <machine/tss.h>
1197 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1865 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
1895 setidt(IDT_TS, &IDTVEC(tss), SDT_SYSIGT, SEL_KPL, 0);
1976 /* Set the IO permission bitmap (empty due to tss seg limit) */
2013 /* 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>
636 /* Init tss */
/freebsd-10.1-release/sys/i386/xen/
H A Dexception.s132 IDTVEC(tss)
H A Dxen_machdep.c86 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1170 {10, 0, GSEL(GCODE_SEL, SEL_KPL), (unsigned long) &IDTVEC(tss)},
/freebsd-10.1-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 256 milliseconds