/freebsd/sys/kern/ |
H A D | kern_time.c | 233 struct timespec ats; in sys_clock_gettime() 236 error = kern_clock_gettime(td, uap->clock_id, &ats); in sys_clock_gettime() 238 error = copyout(&ats, uap->tp, sizeof(ats)); in sys_clock_gettime() 244 cputick2timespec(uint64_t runtime, struct timespec *ats) in cputick2timespec() 248 ats->tv_sec = runtime / tr; in cputick2timespec() 249 ats->tv_nsec = ((runtime % tr) * 1000000000ULL) / tr; in cputick2timespec() 253 kern_thread_cputime(struct thread *targettd, struct timespec *ats) in kern_thread_cputime() 270 cputick2timespec(runtime, ats); in kern_thread_cputime() 274 kern_process_cputime(struct proc *targetp, struct timespec *ats) in kern_process_cputime() 232 struct timespec ats; sys_clock_gettime() local 243 cputick2timespec(uint64_t runtime,struct timespec * ats) cputick2timespec() argument 252 kern_thread_cputime(struct thread * targettd,struct timespec * ats) kern_thread_cputime() argument 273 kern_process_cputime(struct proc * targetp,struct timespec * ats) kern_process_cputime() argument 289 get_cputime(struct thread * td,clockid_t clock_id,struct timespec * ats) get_cputime() argument 317 kern_clock_gettime(struct thread * td,clockid_t clock_id,struct timespec * ats) kern_clock_gettime() argument 388 struct timespec ats; sys_clock_settime() local 402 kern_clock_settime(struct thread * td,clockid_t clock_id,struct timespec * ats) kern_clock_settime() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 586 ARMTargetStreamer &ATS = static_cast<ARMTargetStreamer &>(TS); in emitEndOfAsmFile() local 591 ATS.emitAttribute(ARMBuildAttrs::ABI_optimization_goals, OptimizationGoals); in emitEndOfAsmFile() 594 ATS.finishAttributeSection(); in emitEndOfAsmFile() 625 ARMTargetStreamer &ATS = static_cast<ARMTargetStreamer &>(TS); in emitAttributes() local 627 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09"); in emitAttributes() 629 ATS.switchVendor("aeabi"); in emitAttributes() 652 ATS.emitTargetAttributes(STI); in emitAttributes() 656 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_RW_data, in emitAttributes() 660 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_RW_data, in emitAttributes() 666 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_RO_data, in emitAttributes() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ARMException.cpp | 59 ARMTargetStreamer &ATS = getTargetStreamer(); in endFunction() local 71 ATS.emitCantUnwind(); in endFunction() 76 ATS.emitPersonality(PerSym); in endFunction() 80 ATS.emitHandlerData(); in endFunction() 87 ATS.emitFnEnd(); in endFunction()
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 146 time_t ats[TZ_MAX_TIMES]; member 558 = (timecnt * stored /* ats */ in tzloadbody() 591 if (timecnt && attime <= sp->ats[timecnt - 1]) { in tzloadbody() 592 if (attime < sp->ats[timecnt - 1]) in tzloadbody() 597 sp->ats[timecnt++] = attime; in tzloadbody() 750 time_t t = ts->ats[i]; in tzloadbody() 753 && t <= sp->ats[sp->timecnt - 1])) in tzloadbody() 759 sp->ats[sp->timecnt] = t; in tzloadbody() 1127 atlo = basep->ats[basep->timecnt - 1]; in transtime() 1237 sp->ats[timecn in tzparse() [all...] |
H A D | zic.c | 2376 zic_t const *ats, unsigned char const *types) in limitrange() argument 2379 while (0 < r.count && ats[r.base] < lo) { in limitrange() 2404 while (0 < r.count && hi + 1 < ats[r.base + r.count - 1]) in limitrange() 2427 /* Allocate the ATS and TYPES arrays via a single malloc, in writezone() 2430 zic_t *ats = emalloc(align_to(size_product(timecnt + !timecnt, in writezone() local 2431 sizeof *ats + 1), in writezone() 2433 void *typesptr = ats + timecnt; in writezone() 2487 ats[i] = attypes[i].at; in writezone() 2497 if (ats[i] > trans[j] - corr[j]) { in writezone() 2498 ats[ in writezone() [all...] |
/freebsd/sys/amd64/vmm/amd/ |
H A D | amdvi_hw.c | 85 /* XXX: ATS is not tested. */ 135 * Check if device has ATS capability and its enabled. 136 * If ATS is absent or disabled, return (-1), otherwise ATS 158 printf("AMD-Vi: PCI device %d.%d.%d ATS %s qlen=%d\n", in amdvi_find_ats_qlen() 169 * Check if an endpoint device support device IOTLB or ATS. 197 "BIOS bug: mismatch in ATS setting for %d.%d.%d," in amdvi_dev_support_iotlb() 198 "ATS inv qlen = %d\n", RID2PCI_STR(devid), qlen); in amdvi_dev_support_iotlb() 382 panic("AMDVI: Invalid ATS qlen(%d) for device %d.%d.%d\n", in amdvi_cmd_inv_iotlb() 815 cfg->enable_ats ? "ATS enabled" : ""); in amdvi_print_dev_cap()
|
H A D | amdvi_priv.h | 284 #define IVHD_DEV_EXT_ATS_DISABLE BIT(31) /* Disable ATS */ 349 bool enable_ats; /* ATS enabled for the device. */ 350 int ats_qlen; /* ATS invalidation queue depth. */
|
H A D | ivrs_drv.c | 181 uint32_t end_id, uint8_t cfg, bool ats) in ivhd_dev_add_entry() argument 201 dev_cfg->enable_ats = ats; in ivhd_dev_add_entry()
|
/freebsd/sys/arm64/iommu/ |
H A D | smmureg.h | 60 #define IDR0_NS1ATS (1 << 11) /* Split-stage ATS not supported */ 61 #define IDR0_ATS (1 << 10) /* PCIe ATS supported by SMMU */ 121 #define CR0_ATSCHK (1 << 4) /* ATS behavior: Safe mode */ 357 #define STE1_EATS_S 28 /* Enable PCIe ATS translation and traffic */ 360 #define STE1_EATS_FULLATS (0x1 << STE1_EATS_S) /* Full ATS */ 361 #define STE1_EATS_S1 (0x2 << STE1_EATS_S) /* Split-stage ATS */
|
H A D | smmu.c | 182 "and a PCIe ATS Translation Request received."}, 1302 device_printf(sc->dev, "Could not enable ATS check.\n"); in smmu_reset()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 58 static final String ATS = "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"; field in JDTrace 365 assert (ATS.length() == len && SPACES.length() == len); in printDistributionLine() 379 out.printf("|%s%s %-9d\n", ATS.substring(len - depth), in printDistributionLine() 389 ATS.substring(len - depth), val); in printDistributionLine() 401 String ats = ATS.substring(len); in printDistributionLine() local 409 ats.substring(len - depth), repeat(" ", len), val); in printDistributionLine() 412 out.printf("%20s|%s%s %-9d\n", "", ats.substring(len - depth), in printDistributionLine()
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | host-generic-pci.yaml | 111 ats-supported: 113 Indicates that a PCIe host controller supports ATS, and can handle Memory
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 108 struct timespec *ats); 112 struct timespec *ats); 113 void kern_thread_cputime(struct thread *targettd, struct timespec *ats); 114 void kern_process_cputime(struct proc *targetp, struct timespec *ats);
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | arm,smmu-v3.yaml | 16 and event queues and adding support for the ATS and PRI components of
|
/freebsd/lib/libc/i386/gen/ |
H A D | sigsetjmp.S | 35 .asciz "$Id: sigsetjmp.S,v 1.1 1993/12/05 13:01:05 ats Exp $"
|
/freebsd/sys/x86/iommu/ |
H A D | amd_reg.h | 306 u_int sats:1; /* Secure/Non-secure ATS */ 329 u_int snoopattr:8; /* GuestPTE.PAT -> ATS.N xlat */ 392 #define AMDIOMMU_PTE_U 0x0800000000000000ull /* ATS.U */
|
/freebsd/lib/libc/amd64/gen/ |
H A D | sigsetjmp.S | 35 .asciz "$Id: sigsetjmp.S,v 1.1 1993/12/05 13:01:05 ats Exp $"
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun7i-a20-pcduino3-nano.dts | 2 * Copyright 2015-2020 Adam Sampson <ats@offog.org>
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.c | 220 xferq = fc->ats; in fw_asyreq() 576 fw_xferq_drain(fc->ats); in fw_drain_txq() 781 fc->ats->queued = 0; in fw_init() 786 fc->ats->buf = NULL; in fw_init() 791 fc->ats->flag = 0; in fw_init() 794 STAILQ_INIT(&fc->ats->q); in fw_init() 816 fc->ats->maxq = FWMAXQUEUE; in fw_init()
|
H A D | firewirereg.h | 124 *arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH]; member
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | fvp-base-revc.dts | 248 ats-supported;
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_consume.c | 678 const char *ats = "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"; in dt_print_quantline() local 681 assert(strlen(ats) == len && strlen(spaces) == len); in dt_print_quantline() 700 return (dt_printf(dtp, fp, "|%s%s %-9lld\n", ats + len - depth, in dt_print_quantline() 709 ats + len - depth, (long long)val / normal)); in dt_print_quantline() 720 ats = &ats[len]; in dt_print_quantline() 728 ats + len - depth, len, "", (long long)val / normal)); in dt_print_quantline() 731 ats + len - depth, spaces + depth, in dt_print_quantline()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 3041 struct timespec ats; in freebsd32_clock_gettime() 3045 error = kern_clock_gettime(td, uap->clock_id, &ats); in freebsd32_clock_gettime() 3047 CP(ats, ats32, tv_sec); in freebsd32_clock_gettime() 3048 CP(ats, ats32, tv_nsec); in freebsd32_clock_gettime() 3058 struct timespec ats; in freebsd32_clock_settime() 3065 CP(ats32, ats, tv_sec); in freebsd32_clock_settime() 3066 CP(ats32, ats, tv_nsec); in freebsd32_clock_settime() 3068 return (kern_clock_settime(td, uap->clock_id, &ats)); in freebsd32_clock_settime() 3040 struct timespec ats; freebsd32_clock_gettime() local 3057 struct timespec ats; freebsd32_clock_settime() local
|
/freebsd/contrib/tcpdump/ |
H A D | CREDITS | 13 Adam Sampson <ats at offog dot org>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1119 ARMTargetStreamer &ATS = static_cast<ARMTargetStreamer &>(TS); in reset() local 1120 ATS.reset(); in reset()
|