Home
last modified time | relevance | path

Searched full:stm (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-stm.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-stm.yaml#
23 The STM is a trace source that is integrated into a CoreSight system, designed
25 This instrumentation is made up of memory-mapped writes to the STM Advanced
33 const: arm,coresight-stm
43 - const: arm,coresight-stm
51 - const: stm-base
52 - const: stm-stimulus-base
88 stm@20100000 {
89 compatible = "arm,coresight-stm", "arm,primecell";
92 reg-names = "stm-base", "stm-stimulus-base";
H A Dcoresight.txt47 "arm,coresight-stm", "arm,primecell"; [1]
74 * Additional required properties for System Trace Macrocells (STM):
79 * reg-names: the only acceptable values are "stm-base" and
80 "stm-stimulus-base", each corresponding to the areas defined in "reg".
364 4. STM
365 stm@20100000 {
366 compatible = "arm,coresight-stm", "arm,primecell";
369 reg-names = "stm-base", "stm-stimulus-base";
401 [1]. There is currently two version of STM: STM32 and STM500. Both
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp159 const GCNSubtarget &STM = MF->getSubtarget<GCNSubtarget>(); in emitFunctionBodyStart() local
163 if (STM.requiresCodeObjectV6() && CodeObjectVersion < AMDGPU::AMDHSA_COV6) { in emitFunctionBodyStart()
165 STM.getCPU() + " is only available on code object version 6 or better", in emitFunctionBodyStart()
174 const auto &FunctionTargetID = STM.getTargetID(); in emitFunctionBodyStart()
197 if (STM.isMesaKernel(F) && in emitFunctionBodyStart()
202 KernelCode.validate(&STM, MF->getContext()); in emitFunctionBodyStart()
206 if (STM.isAmdHsaOS()) in emitFunctionBodyStart()
210 assert(AMDGPU::hasKernargPreload(STM)); in emitFunctionBodyStart()
212 STM.isAmdHsaOS()); in emitFunctionBodyStart()
237 const GCNSubtarget &STM = MF->getSubtarget<GCNSubtarget>(); in emitFunctionBodyEnd() local
[all …]
H A DR600AsmPrinter.cpp47 const R600Subtarget &STM = MF.getSubtarget<R600Subtarget>(); in EmitProgramInfoR600() local
48 const R600RegisterInfo *RI = STM.getRegisterInfo(); in EmitProgramInfoR600()
71 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600()
H A DGCNPreRALongBranchReg.cpp104 const GCNSubtarget &STM = MF.getSubtarget<GCNSubtarget>(); in runOnMachineFunction() local
105 const SIInstrInfo *TII = STM.getInstrInfo(); in runOnMachineFunction()
106 const SIRegisterInfo *TRI = STM.getRegisterInfo(); in runOnMachineFunction()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_time.c492 struct tm stm; in ossl_asn1_time_print_ex() local
496 if (!ossl_asn1_time_to_tm(&stm, tm)) in ossl_asn1_time_print_ex()
521 stm.tm_year + 1900, stm.tm_mon + 1, in ossl_asn1_time_print_ex()
522 stm.tm_mday, stm.tm_hour, in ossl_asn1_time_print_ex()
523 stm.tm_min, stm.tm_sec, f_len, f, in ossl_asn1_time_print_ex()
528 _asn1_mon[stm.tm_mon], stm.tm_mday, stm.tm_hour, in ossl_asn1_time_print_ex()
529 stm.tm_min, stm.tm_sec, f_len, f, stm.tm_year + 1900, in ossl_asn1_time_print_ex()
535 stm.tm_year + 1900, stm.tm_mon + 1, in ossl_asn1_time_print_ex()
536 stm.tm_mday, stm.tm_hour, in ossl_asn1_time_print_ex()
537 stm.tm_min, stm.tm_sec, in ossl_asn1_time_print_ex()
[all …]
H A Da_utctm.c77 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
80 if (!ossl_asn1_utctime_to_tm(&stm, s)) in ASN1_UTCTIME_cmp_time_t()
86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_types_stm.h3 * \brief OpenCSD : STM decoder
42 /** @name STM Packet Types
45 /** STM protocol packet types.
80 STM_PKT_RESERVED, /**< Reserved packet header / not supported by CS-STM */
84 /** STM timestamp encoding type.
85 Extracted from STM version packet.
86 CS-STM supports Natural binary and grey encodings.
95 /** STM trace packet
97 Structure containing the packet data for a single STM packet, plus
102 ocsd_stm_pkt_type type; /**< STM packet type */
[all …]
H A Dtrc_cmp_cfg_stm.h3 * \brief OpenCSD : STM compnent configuration.
44 /** @name STM configuration
49 * @brief STM hardware configuration data.
51 * Represents the programmed and hardware configured state of an STM device.
52 * Creates default values for most RO register values to effect a default STM
56 * required to decode the STM protocol.
77 void setHWTraceFeat(const hw_event_feat_t hw_feat); //!< set usage of STM HW event trace.
H A Dtrc_pkt_decode_stm.h3 * \brief OpenCSD : STM packet decoder
5 * Convert the incoming indidvidual STM packets to
44 #include "opencsd/stm/trc_pkt_elem_stm.h"
45 #include "opencsd/stm/trc_cmp_cfg_stm.h"
H A Dtrc_pkt_elem_stm.h3 * \brief OpenCSD : STM packet class.
44 * @brief STM trace packet with packet printing functionality
46 * This class allows for the update and access of the current STM trace
47 * packet, implementing the STM protocol rules as appropriate. Maintains
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp22 const syntax::TokenBufferTokenManager &STM, in enumerateTokenSpans() argument
25 Enumerator(const syntax::TokenBufferTokenManager &STM, in enumerateTokenSpans()
27 : STM(STM), SpanBegin(nullptr), SpanEnd(nullptr), SpanIsOriginal(false), in enumerateTokenSpans()
47 if (SpanEnd == STM.getToken(L->getTokenKey()) && in enumerateTokenSpans()
57 SpanBegin = STM.getToken(L->getTokenKey()); in enumerateTokenSpans()
62 const syntax::TokenBufferTokenManager &STM; in enumerateTokenSpans() member
69 return Enumerator(STM, Callback).run(Root); in enumerateTokenSpans()
72 syntax::FileRange rangeOfExpanded(const syntax::TokenBufferTokenManager &STM, in rangeOfExpanded() argument
74 const auto &Buffer = STM.tokenBuffer(); in rangeOfExpanded()
75 const auto &SM = STM.sourceManager(); in rangeOfExpanded()
/freebsd/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ptm.c62 struct stat stm, sts; in ATF_TC_BODY() local
73 REQUIRE_ERRNO(fstat(fdm, &stm), -1); in ATF_TC_BODY()
74 ATF_REQUIRE_EQ(major(stm.st_rdev), 165); in ATF_TC_BODY()
86 REQUIRE_ERRNO(fstat(ptm.cfd, &stm), -1); in ATF_TC_BODY()
88 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev); in ATF_TC_BODY()
91 REQUIRE_ERRNO(fstat(ptm.sfd, &stm), -1); in ATF_TC_BODY()
93 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev); in ATF_TC_BODY()
127 struct stat stm, sts; in ATF_TC_BODY() local
139 REQUIRE_ERRNO(fstat(fdm, &stm), -1); in ATF_TC_BODY()
144 ATF_REQUIRE_EQ_MSG(major(stm.st_rdev), major(sts.st_rdev), in ATF_TC_BODY()
[all …]
/freebsd/contrib/tcpdump/
H A Dgmpls.c155 { 7, "STM-0"},
156 { 8, "STM-1"},
157 { 9, "STM-4"},
158 { 10, "STM-16"},
159 { 11, "STM-64"},
160 { 12, "STM-256"},
173 { 8, "STM-3"},
174 { 9, "STM-12"},
175 { 10, "STM-48"},
176 { 11, "STM-192"},
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h42 Analyzer(const Stmt &Stm, ASTContext &Context, Memoized &Memorized) in Analyzer()
43 : Stm(Stm), Context(Context), Memorized(Memorized) {} in Analyzer()
50 static bool isUnevaluated(const Stmt *Smt, const Stmt &Stm,
78 const Stmt &Stm; member
83 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() argument
84 : Memorized(), A(Stm, Context, Memorized) {} in ExprMutationAnalyzer()
104 static bool isUnevaluated(const Stmt *Smt, const Stmt &Stm, in isUnevaluated() argument
106 return Analyzer::isUnevaluated(Smt, Stm, Context); in isUnevaluated()
/freebsd/contrib/lua/src/
H A Dloslib.c230 static void setallfields (lua_State *L, struct tm *stm) { in setallfields() argument
231 setfield(L, "year", stm->tm_year, 1900); in setallfields()
232 setfield(L, "month", stm->tm_mon, 1); in setallfields()
233 setfield(L, "day", stm->tm_mday, 0); in setallfields()
234 setfield(L, "hour", stm->tm_hour, 0); in setallfields()
235 setfield(L, "min", stm->tm_min, 0); in setallfields()
236 setfield(L, "sec", stm->tm_sec, 0); in setallfields()
237 setfield(L, "yday", stm->tm_yday, 1); in setallfields()
238 setfield(L, "wday", stm->tm_wday, 1); in setallfields()
239 setboolfield(L, "isdst", stm->tm_isdst); in setallfields()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp263 Stm, Context); in tryEachDeclRef()
273 const Stmt &Stm, in isUnevaluated() argument
302 Stm, Context)) != nullptr; in isUnevaluated()
306 return isUnevaluated(Exp, Stm, Context); in isUnevaluated()
378 // theory we can follow the pointer and see whether it escaped `Stm` or is in findDirectMutation()
453 Stm, Context); in findDirectMutation()
467 Stm, Context); in findMemberMutation()
481 Stm, Context); in findArrayElementMutation()
493 Stm, Context); in findCastMutation()
506 Stm, Context); in findCastMutation()
[all …]
/freebsd/contrib/atf/atf-c/detail/
H A Dtest_helpers.h43 #define CE(stm) ATF_CHECK(!atf_is_error(stm)) argument
44 #define RE(stm) ATF_REQUIRE(!atf_is_error(stm)) argument
/freebsd/lib/libopencsd/
H A DMakefile16 ${OPENCSDSRC}/decoder/source/stm/ \
21 ${OPENCSDSRC}/decoder/include/opencsd/stm/ \
62 # STM
178 STMINCSDIR=${INCLUDEDIR}/opencsd/stm/
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp285 /// without passing \p STM on.
289 const GCNSubtarget &STM, in createOccupancy() argument
291 unsigned MaxWaves = IsaInfo::getMaxWavesPerEU(&STM); in createOccupancy()
292 unsigned Granule = IsaInfo::getVGPRAllocGranule(&STM); in createOccupancy()
293 unsigned TargetTotalNumVGPRs = IsaInfo::getTotalNumVGPRs(&STM); in createOccupancy()
294 unsigned Generation = STM.getGeneration(); in createOccupancy()
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc9836.dtsi182 stm@10006000 {
183 compatible = "arm,coresight-stm", "arm,primecell";
186 reg-names = "stm-base", "stm-stimulus-base";
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp35 #include "opencsd/stm/trc_pkt_proc_stm.h"
313 throwReservedHdrError("STM: Unsupported or Reserved STPv2 Header"); in stmPktReserved()
563 throwReservedHdrError("STM: Unsupported or Reserved STPv2 Header"); in stmPktReservedFn()
700 throwReservedHdrError("STM: Unsupported or Reserved STPv2 Header"); in stmPktReservedF0n()
719 throwBadSequenceError("STM VERSION packet : unrecognised version number."); in stmPktVersion()
786 throwBadSequenceError("STM: Invalid ASYNC sequence"); in stmPktASync()
796 // in an STM byte, 3:0 is 1st nibble in protocol order, 7:4 is 2nd nibble.
844 throwBadSequenceError("STM: Invalid timestamp size 0xF"); in stmExtractTS()
892 throwBadSequenceError("STM: unknown timestamp encoding"); in stmExtractTS()
1016 // 0x1 unused in CS STM in buildOpTables()
[all …]
H A Dtrc_pkt_elem_stm.cpp3 * \brief OpenCSD : STM decode - packet class
37 #include "opencsd/stm/trc_pkt_elem_stm.h"
184 oss_desc << "STM not synchronised"; in pktTypeName()
/freebsd/sys/dev/spibus/
H A Dspigen.c225 spigen_transfer_mmapped(struct cdev *cdev, struct spigen_transfer_mmapped *stm) in spigen_transfer_mmapped() argument
235 if (mmap->bufsize < stm->stm_command_length + stm->stm_data_length) in spigen_transfer_mmapped()
239 transfer.tx_cmd_sz = transfer.rx_cmd_sz = stm->stm_command_length; in spigen_transfer_mmapped()
241 (void *)((uintptr_t)mmap->kvaddr + stm->stm_command_length); in spigen_transfer_mmapped()
242 transfer.tx_data_sz = transfer.rx_data_sz = stm->stm_data_length; in spigen_transfer_mmapped()
/freebsd/contrib/ntp/sntp/libopts/
H A Dtime.c109 struct tm stm; in optionTimeDate() local
112 if (getdate_r(od->optArg.argString, &stm) != 0) { in optionTimeDate()
120 tm = mktime(&stm); in optionTimeDate()

123456