Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h111 /// Base class for Addressable entities (externals, absolutes, blocks).
112 class Addressable {
116 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable() function
119 Addressable(orc::ExecutorAddr Address) in Addressable() function
126 Addressable(const Addressable &) = delete;
127 Addressable &operator=(const Addressable &) = default;
128 Addressable(Addressable &&) = delete;
129 Addressable &operator=(Addressable &&) = default;
134 /// Returns true if this is a defined addressable, in which case you
158 /// 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/llvm/include/llvm/Support/
H A DAMDGPUAddrSpace.h52 /// Address space for direct addressable parameter memory (CONST0).
54 /// Address space for indirect addressable parameter memory (VTX1).
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h99 *shadow = 0; // fully addressable in FastPoisonShadowPartialRightRedzone()
104 // first size-i bytes are addressable in FastPoisonShadowPartialRightRedzone()
/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/source/Target/
H A DTargetProperties.td292 def VirtualAddressableBits: Property<"virtual-addressable-bits", "UInt64">,
295 def HighmemVirtualAddressableBits: Property<"highmem-virtual-addressable-bits", "UInt64">,
297addressable-bits will be the value for low memory (0x000... addresses) and this setting will be th…
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionDocstrings.i32 varying minimum addressable unit (i.e. byte) size for their
/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/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/Bindings/pci/
H A Dpci-ep-bus.yaml7 title: Common Properties for PCI MFD EP with Peripherals Addressable from BARs
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUFeatures.td21 // Addressable local memory size is the maximum number of bytes of LDS that can
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h238 /// <c>[beg, mid)</c> is addressable and <c>[mid, end)</c> is unaddressable.
258 /// <c>[storage_beg, container_beg)</c> is not addressable, <c>[container_beg,
259 /// container_end)</c> is addressable and <c>[container_end, end)</c> is
273 /// [container_beg; container_end) is addressable.
/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/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/powerpc/nintendo/
H A Dgamecube.txt58 Represents the non cpu-addressable ram designed mainly to store audio
/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.h435 /// or to use when clearing non-addressable bits from an address.
496 /// On Darwin and similar systems, the addressable bits are expressed
500 /// of low order addressable bits.
/freebsd/secure/lib/libcrypto/man/man7/
H A Dossl_store.776 objects from a repository of any kind, addressable as a filename or

123456