Home
last modified time | relevance | path

Searched refs:contexts (Results 1 – 25 of 79) sorted by last modified time

1234

/freebsd/contrib/bmake/
H A Dbmake.cat1412 In most contexts where variables are expanded, `$$' expands to a single
413 dollar sign. In other contexts (most variable modifiers, string literals
H A DChangeLog1494 o use properly typed comparisons in boolean contexts
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td4070 // As VEX does not have separate instruction contexts for address size
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td331 // Unused values must be dropped in some contexts.
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def110 MODULE_PASS("print-must-be-executed-contexts",
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp242 SymbolContextList contexts; in GetPrintForDebuggerAddr() local
246 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
247 if (contexts.IsEmpty()) { in GetPrintForDebuggerAddr()
249 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
250 if (contexts.IsEmpty()) in GetPrintForDebuggerAddr()
254 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp645 SymbolContextList contexts; in GetExceptionObjectForThread() local
649 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
650 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td72 "macro expansion contexts">, InGroup<CompoundTokenSplitByMacro>;
H A DAttrDocs.td6754 However, this attribute does not prohibit lax vector conversions in contexts
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml21 contexts from any particular microarchitectural implementation
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.yaml14 external interrupts in the system to all hart contexts in the system, via
90 Specifies which contexts are connected to the PLIC, with "-1" specifying
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu.yaml173 maxItems: 388 # 260 plus 128 contexts
/freebsd/contrib/unbound/doc/
H A DChangelog2932 name to make it unique, for libunbound created multiple contexts.
3528 the EVP call contexts.
/freebsd/crypto/openssl/doc/man3/
H A DEVP_MAC.pod75 Therefore, there are sometimes two contexts to keep track of, one for
/freebsd/crypto/openssl/
H A DNEWS.md229 contexts
/freebsd/contrib/one-true-awk/
H A DFIXES.1e1195 argument was an array in some contexts. replaced the error
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4195 dnl this may be useful in other contexts too
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES8439 Shorten parameters passed to syslog() in some contexts to avoid a
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt2453 but may be useful in other contexts.
/freebsd/sys/riscv/riscv/
H A Dplic.c68 (sc->contexts[h].enable_offset + ((n) / 32) * sizeof(uint32_t))
70 (sc->contexts[h].context_offset + PLIC_CONTEXT_THRESHOLD)
72 (sc->contexts[h].context_offset + PLIC_CONTEXT_CLAIM)
98 struct plic_context contexts[MAXCPU]; member
367 sc->contexts[cpu].enable_offset = PLIC_ENABLE_BASE + in plic_attach()
369 sc->contexts[cpu].context_offset = PLIC_CONTEXT_BASE + in plic_attach()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq1982 * another packet without changing contexts, implying we are
2187 * top level idle loop, we exhaust all active contexts prior to determining that
/freebsd/sys/x86/iommu/
H A Dintel_dmar.h68 LIST_HEAD(, dmar_ctx) contexts; /* (u) */
H A Dintel_drv.c1159 if (!LIST_EMPTY(&domain->contexts)) { in dmar_print_domain()
1161 LIST_FOREACH(ctx, &domain->contexts, link) in dmar_print_domain()
1234 LIST_FOREACH(ctx, &domain->contexts, link) { in DB_SHOW_COMMAND_FLAGS()
H A Dintel_ctx.c393 LIST_INIT(&domain->contexts); in dmar_domain_alloc()
464 LIST_INSERT_HEAD(&domain->contexts, ctx, link); in dmar_ctx_link()
494 KASSERT(LIST_EMPTY(&domain->contexts), in dmar_domain_destroy()
843 LIST_FOREACH(ctx, &domain->contexts, link) { in dmar_find_ctx_locked()

1234