/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 110 /// Base class for Addressable entities (externals, absolutes, blocks). 111 class Addressable { 115 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable() function 118 Addressable(orc::ExecutorAddr Address) in Addressable() function 125 Addressable(const Addressable &) = delete; 126 Addressable &operator=(const Addressable &) = default; 127 Addressable(Addressable &&) = delete; 128 Addressable &operator=(Addressable &&) = default; 133 /// Returns true if this is a defined addressable, in which case you 157 /// An Addressable with content and edges. [all …]
|
/freebsd/share/man/man4/ |
H A D | bce.4 | 302 The driver was unable to map memory into DMA addressable space required 310 The driver could not allocate DMA addressable memory for the controller's 319 The driver could not allocate DMA addressable memory for the controller's 328 The driver could not allocate DMA addressable memory for the controller's 343 The driver could not allocate DMA addressable memory for the controller's 371 The driver could not map a RX mbuf into DMA addressable memory. 390 The driver could not map a TX mbuf into DMA addressable memory.
|
/freebsd/contrib/libfido2/man/ |
H A D | fido_dev_set_pin.3 | 77 is an addressable pointer. 87 is an addressable pointer.
|
H A D | fido_dev_info_manifest.3 | 78 is an addressable pointer.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_poisoning.h | 83 *shadow = 0; // fully addressable in FastPoisonShadowPartialRightRedzone() 88 // first size-i bytes are addressable in FastPoisonShadowPartialRightRedzone()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetProperties.td | 267 def VirtualAddressableBits: Property<"virtual-addressable-bits", "UInt64">, 270 def HighmemVirtualAddressableBits: Property<"highmem-virtual-addressable-bits", "UInt64">, 272 …addressable-bits will be the value for low memory (0x000... addresses) and this setting will be th…
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cypress,cyapa.yaml | 7 title: Cypress All Points Addressable (APA) I2C Touchpad / Trackpad
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSectionDocstrings.i | 32 varying minimum addressable unit (i.e. byte) size for their
|
H A D | SBTargetDocstrings.i | 256 :return: The size in 8-bit (host) bytes of a minimum addressable unit from the Architecture's data bus. 264 :return: The size in 8-bit (host) bytes of a minimum addressable unit from the Architecture's code bus.
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/pmbus/ |
H A D | ti,ucd90320.yaml | 14 The UCD90320 is a 32-rail PMBus/I2C addressable power-supply sequencer and
|
/freebsd/sys/contrib/device-tree/src/openrisc/ |
H A D | or1ksim.dts | 35 * registers. It is not addressable and, hence, has no 'reg'
|
H A D | simple_smp.dts | 47 * registers. It is not addressable and, hence, has no 'reg'
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | mpic-msgr.txt | 15 message register block's addressable register space. The type shall be
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
H A D | gamecube.txt | 58 Represents the non cpu-addressable ram designed mainly to store audio
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl_store.pod | 18 objects from a repository of any kind, addressable as a filename or
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | open-pic.txt | 17 PIC's addressable register space. The type shall be <prop-encoded-array>.
|
H A D | img,pdc-intc.txt | 14 addressable register space. The type shall be <prop-encoded-array>.
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | qca,ar9331.yaml | 14 addressable over internal MDIO bus. All PHYs are built-in as well.
|
H A D | ar9331.txt | 4 It is a switch built-in to Atheros AR9331 WiSoC and addressable over internal
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBSection.h | 72 /// varying minimum addressable unit (i.e. byte) size for their
|
H A D | SBProcess.h | 434 /// or to use when clearing non-addressable bits from an address. 495 /// On Darwin and similar systems, the addressable bits are expressed 499 /// of low order addressable bits.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSubtarget.h | 1400 /// \returns Addressable number of SGPRs supported by the subtarget. 1413 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const { in getMaxNumSGPRs() argument 1414 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs() 1470 /// \returns Addressable number of architectural VGPRs supported by the 1476 /// \returns Addressable number of VGPRs supported by the subtarget.
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_stat.c | 39 * 'vst_num_elems' is the total number of addressable statistic elements
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 204 /// \returns Maximum addressable local memory size in bytes for given subtarget 250 /// \returns Addressable number of SGPRs for given subtarget \p STI. 260 bool Addressable); 297 /// \returns Addressable number of architectural VGPRs for a given subtarget \p 301 /// \returns Addressable number of VGPRs for given subtarget \p STI.
|
/freebsd/contrib/kyua/utils/config/ |
H A D | tree.hpp | 69 /// is not a problem because the root is not addressable by the key space.
|