| /freebsd-10-stable/usr.sbin/bhyve/ |
| D | task_switch.c | 436 uint32_t eip, struct tss32 *tss, struct iovec *iov) in tss32_save() argument 440 tss->tss_eax = GETREG(ctx, vcpu, VM_REG_GUEST_RAX); in tss32_save() 441 tss->tss_ecx = GETREG(ctx, vcpu, VM_REG_GUEST_RCX); in tss32_save() 442 tss->tss_edx = GETREG(ctx, vcpu, VM_REG_GUEST_RDX); in tss32_save() 443 tss->tss_ebx = GETREG(ctx, vcpu, VM_REG_GUEST_RBX); in tss32_save() 444 tss->tss_esp = GETREG(ctx, vcpu, VM_REG_GUEST_RSP); in tss32_save() 445 tss->tss_ebp = GETREG(ctx, vcpu, VM_REG_GUEST_RBP); in tss32_save() 446 tss->tss_esi = GETREG(ctx, vcpu, VM_REG_GUEST_RSI); in tss32_save() 447 tss->tss_edi = GETREG(ctx, vcpu, VM_REG_GUEST_RDI); in tss32_save() 450 tss->tss_es = GETREG(ctx, vcpu, VM_REG_GUEST_ES); in tss32_save() [all …]
|
| /freebsd-10-stable/gnu/usr.bin/gdb/kgdb/ |
| D | trgt_i386.c | 105 CORE_ADDR tss; member 139 uintptr_t addr, cpu0prvpage, tss; in kgdb_trgt_fetch_tss() local 157 tss = sd.sd_hibase << 24 | sd.sd_lobase; in kgdb_trgt_fetch_tss() 167 if (trunc_page(tss) == 0xffc00000) { in kgdb_trgt_fetch_tss() 176 tss = cpu0prvpage + (tss & PAGE_MASK); in kgdb_trgt_fetch_tss() 178 return ((CORE_ADDR)tss); in kgdb_trgt_fetch_tss() 195 cache->tss = kgdb_trgt_fetch_tss(); in kgdb_trgt_tss_cache() 235 if (cache->tss == 0) in kgdb_trgt_dblfault_prev_register() 237 *addrp = cache->tss + ofs; in kgdb_trgt_dblfault_prev_register()
|
| /freebsd-10-stable/lib/libstdthreads/ |
| D | Makefile | 7 SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
|
| /freebsd-10-stable/sys/netinet6/ |
| D | in6_mcast.c | 1575 struct sockaddr_storage *tss; in in6p_get_source_filters() local 1636 tss = NULL; in in6p_get_source_filters() 1638 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs, in in6p_get_source_filters() 1640 if (tss == NULL) { in in6p_get_source_filters() 1652 ptss = tss; in in6p_get_source_filters() 1659 if (tss != NULL && nsrcs > 0) { in in6p_get_source_filters() 1672 if (tss != NULL) { in in6p_get_source_filters() 1673 error = copyout(tss, msfr.msfr_srcs, in in6p_get_source_filters() 1675 free(tss, M_TEMP); in in6p_get_source_filters()
|
| /freebsd-10-stable/sys/netinet/ |
| D | in_mcast.c | 1608 struct sockaddr_storage *tss; in inp_get_source_filters() local 1662 tss = NULL; in inp_get_source_filters() 1664 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs, in inp_get_source_filters() 1666 if (tss == NULL) { in inp_get_source_filters() 1678 ptss = tss; in inp_get_source_filters() 1685 if (tss != NULL && nsrcs > 0) { in inp_get_source_filters() 1698 if (tss != NULL) { in inp_get_source_filters() 1699 error = copyout(tss, msfr.msfr_srcs, in inp_get_source_filters() 1701 free(tss, M_TEMP); in inp_get_source_filters()
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | exception.s | 126 IDTVEC(tss)
|
| D | machdep.c | 1987 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot), 3281 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386TGT, SEL_KPL,
|
| /freebsd-10-stable/sys/i386/xen/ |
| D | exception.s | 132 IDTVEC(tss)
|
| D | xen_machdep.c | 86 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot), 1170 {10, 0, GSEL(GCODE_SEL, SEL_KPL), (unsigned long) &IDTVEC(tss)},
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | freebsd | 118 # cores start with a struct tss; we take advantage of the following:
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | sys_machdep.c | 375 tss_sd = PCPU_GET(tss);
|
| D | machdep.c | 1176 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot), 1891 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in hammer_time() 1921 setidt(IDT_TS, &IDTVEC(tss), SDT_SYSIGT, SEL_KPL, 0); in hammer_time()
|
| D | exception.S | 152 IDTVEC(tss)
|
| /freebsd-10-stable/sys/amd64/vmm/amd/ |
| D | svm.c | 1743 tss_sd = PCPU_GET(tss); in restore_host_tss()
|
| /freebsd-10-stable/ |
| D | ObsoleteFiles.inc | 4567 OLD_FILES+=usr/libdata/perl/5.00503/mach/machine/tss.ph
|