Home
last modified time | relevance | path

Searched full:addressable (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h110 /// 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 Dbce.4302 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 Dfido_dev_set_pin.377 is an addressable pointer.
87 is an addressable pointer.
H A Dfido_dev_info_manifest.378 is an addressable pointer.
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h83 *shadow = 0; // fully addressable in FastPoisonShadowPartialRightRedzone()
88 // first size-i bytes are addressable in FastPoisonShadowPartialRightRedzone()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td267 def VirtualAddressableBits: Property<"virtual-addressable-bits", "UInt64">,
270 def HighmemVirtualAddressableBits: Property<"highmem-virtual-addressable-bits", "UInt64">,
272addressable-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 Dcypress,cyapa.yaml7 title: Cypress All Points Addressable (APA) I2C Touchpad / Trackpad
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionDocstrings.i32 varying minimum addressable unit (i.e. byte) size for their
H A DSBTargetDocstrings.i256 :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 Dti,ucd90320.yaml14 The UCD90320 is a 32-rail PMBus/I2C addressable power-supply sequencer and
/freebsd/sys/contrib/device-tree/src/openrisc/
H A Dor1ksim.dts35 * registers. It is not addressable and, hence, has no 'reg'
H A Dsimple_smp.dts47 * registers. It is not addressable and, hence, has no 'reg'
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpic-msgr.txt15 message register block's addressable register space. The type shall be
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dgamecube.txt58 Represents the non cpu-addressable ram designed mainly to store audio
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod18 objects from a repository of any kind, addressable as a filename or
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dopen-pic.txt17 PIC's addressable register space. The type shall be <prop-encoded-array>.
H A Dimg,pdc-intc.txt14 addressable register space. The type shall be <prop-encoded-array>.
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dqca,ar9331.yaml14 addressable over internal MDIO bus. All PHYs are built-in as well.
H A Dar9331.txt4 It is a switch built-in to Atheros AR9331 WiSoC and addressable over internal
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h72 /// varying minimum addressable unit (i.e. byte) size for their
H A DSBProcess.h434 /// 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 DGCNSubtarget.h1400 /// \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 Dvmm_stat.c39 * 'vst_num_elems' is the total number of addressable statistic elements
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h204 /// \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 Dtree.hpp69 /// is not a problem because the root is not addressable by the key space.

123456