| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | task_switch.c | 438 uint32_t eip, struct tss32 *tss, struct iovec *iov) in tss32_save() argument 442 tss->tss_eax = GETREG(ctx, vcpu, VM_REG_GUEST_RAX); in tss32_save() 443 tss->tss_ecx = GETREG(ctx, vcpu, VM_REG_GUEST_RCX); in tss32_save() 444 tss->tss_edx = GETREG(ctx, vcpu, VM_REG_GUEST_RDX); in tss32_save() 445 tss->tss_ebx = GETREG(ctx, vcpu, VM_REG_GUEST_RBX); in tss32_save() 446 tss->tss_esp = GETREG(ctx, vcpu, VM_REG_GUEST_RSP); in tss32_save() 447 tss->tss_ebp = GETREG(ctx, vcpu, VM_REG_GUEST_RBP); in tss32_save() 448 tss->tss_esi = GETREG(ctx, vcpu, VM_REG_GUEST_RSI); in tss32_save() 449 tss->tss_edi = GETREG(ctx, vcpu, VM_REG_GUEST_RDI); in tss32_save() 452 tss->tss_es = GETREG(ctx, vcpu, VM_REG_GUEST_ES); in tss32_save() [all …]
|
| /freebsd-11-stable/gnu/usr.bin/gdb/kgdb/ |
| HD | 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-11-stable/tools/regression/sockets/udp_pingpong/ |
| HD | udp_pingpong.c | 76 struct trip_ts tss[2]; member 350 clock_gettime(get_clock_type(tcp), &tcp->test_pkts[pnum].tss[fdidx].sent); in send_pkt() 481 &recv_buf.tss[fdidx].recvd); in recv_pkt() 484 &recv_buf.tss[fdidx].recvd); in recv_pkt() 492 memcpy(tcp->test_pkts[recv_buf.pnum].tss, recv_buf.tss, in recv_pkt() 493 sizeof(recv_buf.tss)); in recv_pkt() 539 timespecsub2(&rttp->a2b, &tpp->tss[1].recvd, &tpp->tss[0].sent); in calc_rtt() 540 timespecsub2(&rttp->b2a, &tpp->tss[0].recvd, &tpp->tss[1].sent); in calc_rtt() 542 timespecsub2(&rttp->e2e, &tpp->tss[0].recvd, &tpp->tss[0].sent); in calc_rtt()
|
| /freebsd-11-stable/stand/efi/loader/arch/amd64/ |
| HD | trap.c | 174 struct amd64tss **tss) in efi_setup_tss() argument 188 *tss = (struct amd64tss *)tss_pa; in efi_setup_tss() 189 bzero(*tss, sizeof(**tss)); in efi_setup_tss() 211 struct amd64tss *tss; in efi_redirect_exceptions() local 286 if (!efi_setup_tss(gdt_rd, i, &tss)) { in efi_redirect_exceptions() 301 tss = (struct amd64tss *)tss_pa; in efi_redirect_exceptions() 346 (&(tss->tss_ist1))[ist - 1] = exc_stack_pa + PAGE_SIZE; in efi_redirect_exceptions()
|
| /freebsd-11-stable/lib/libstdthreads/ |
| HD | Makefile | 8 SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
|
| /freebsd-11-stable/sys/netinet6/ |
| HD | in6_mcast.c | 1574 struct sockaddr_storage *tss; in in6p_get_source_filters() local 1635 tss = NULL; in in6p_get_source_filters() 1637 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs, in in6p_get_source_filters() 1639 if (tss == NULL) { in in6p_get_source_filters() 1651 ptss = tss; in in6p_get_source_filters() 1658 if (tss != NULL && nsrcs > 0) { in in6p_get_source_filters() 1671 if (tss != NULL) { in in6p_get_source_filters() 1672 error = copyout(tss, msfr.msfr_srcs, in in6p_get_source_filters() 1674 free(tss, M_TEMP); in in6p_get_source_filters()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | in_mcast.c | 1646 struct sockaddr_storage *tss; in inp_get_source_filters() local 1700 tss = NULL; in inp_get_source_filters() 1702 tss = malloc(sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs, in inp_get_source_filters() 1704 if (tss == NULL) { in inp_get_source_filters() 1716 ptss = tss; in inp_get_source_filters() 1723 if (tss != NULL && nsrcs > 0) { in inp_get_source_filters() 1736 if (tss != NULL) { in inp_get_source_filters() 1737 error = copyout(tss, msfr.msfr_srcs, in inp_get_source_filters() 1739 free(tss, M_TEMP); in inp_get_source_filters()
|
| /freebsd-11-stable/sys/i386/i386/ |
| HD | exception.s | 124 IDTVEC(tss)
|
| HD | machdep.c | 1529 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot), 2582 setidt(IDT_TS, &IDTVEC(tss), SDT_SYS386TGT, SEL_KPL, in init386()
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | freebsd | 118 # cores start with a struct tss; we take advantage of the following:
|
| /freebsd-11-stable/sys/amd64/amd64/ |
| HD | sys_machdep.c | 374 tss_sd = PCPU_GET(tss);
|
| HD | machdep.c | 835 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot), 1639 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in hammer_time() 1680 setidt(IDT_TS, pti ? &IDTVEC(tss_pti) : &IDTVEC(tss), SDT_SYSIGT, in hammer_time()
|
| HD | exception.S | 208 TRAP_ERR tss, T_TSSFLT
|
| /freebsd-11-stable/sys/amd64/vmm/amd/ |
| HD | svm.c | 1781 tss_sd = PCPU_GET(tss); in restore_host_tss()
|
| /freebsd-11-stable/ |
| HD | ObsoleteFiles.inc | 8570 OLD_FILES+=usr/libdata/perl/5.00503/mach/machine/tss.ph
|