| /freebsd-13.1/sys/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | reserved-memory.txt | 1 *** Reserved memory regions *** 3 Reserved memory is specified as a node under the /reserved-memory node. 6 normal use) memory regions. Such memory regions are usually designed for 12 /reserved-memory node 19 /reserved-memory/ child nodes 74 Device node references to reserved memory 79 memory-region (optional) - phandle, specifier pairs to children of /reserved-memory 81 entry in the memory-region property 94 memory { 98 reserved-memory { [all …]
|
| H A D | xen,shared-memory.txt | 1 * Xen hypervisor reserved-memory binding 3 Expose one or more memory regions as reserved-memory to the guest 5 to be a shared memory area across multiple virtual machines for 8 For each of these pre-shared memory regions, a range is exposed under 9 the /reserved-memory node as a child node. Each range sub-node is named 13 compatible = "xen,shared-memory-v1" 16 the base guest physical address and size of the shared memory region 20 memory region used for the mapping in the borrower VM. 23 a string that identifies the shared memory region as specified in
|
| H A D | qcom,rmtfs-mem.txt | 3 This binding describes the Qualcomm remote filesystem memory, which serves the 4 purpose of describing the shared memory region used for remote processors to 16 Definition: must specify base address and size of the memory region, 17 as described in reserved-memory.txt 22 Definition: must specify a size of the memory region, as described in 23 reserved-memory.txt 33 Definition: vmid of the remote processor, to set up memory protection. 36 The following example shows the remote filesystem memory setup for APQ8016, 39 reserved-memory {
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | nvidia,tegra210-emc.yaml | 15 sent from the memory controller. 26 - description: external memory clock 36 memory-region: 39 phandle to a reserved memory region describing the table of EMC 42 nvidia,memory-controller: 45 phandle of the memory controller node 52 - nvidia,memory-controller 61 reserved-memory { 72 external-memory-controller@7001b000 { 80 memory-region = <&emc_table>; [all …]
|
| H A D | nvidia,tegra186-mc.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/nvidia,tegra186-mc.yaml# 14 The NVIDIA Tegra186 SoC features a 128 bit memory controller that is split 16 handles memory requests for 40-bit virtual addresses from internal clients 17 and arbitrates among them to allocate memory bandwidth. 27 pattern: "^memory-controller@[0-9a-f]+$" 52 "^external-memory-controller@[0-9a-f]+$": 54 The bulk of the work involved in controlling the external memory 75 - description: external memory clock 104 memory-controller@2c00000 { 115 * Memory clients have access to all 40 bits that the memory [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pmem/ |
| H A D | pmem-region.txt | 1 Device-tree bindings for persistent memory regions 4 Persistent memory refers to a class of memory devices that are: 6 a) Usable as main system memory (i.e. cacheable), and 9 Given b) it is best to think of persistent memory as a kind of memory mapped 11 persistent regions separately to the normal memory pool. To aid with that this 13 memory regions exist inside the physical address space. 24 range should be mappable as normal system memory would be 36 backed by non-persistent memory. This lets the OS know that it 41 is backed by non-volatile memory. 48 * 0x5000 to 0x5fff that is backed by non-volatile memory. [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a77950-ulcb.dts | 17 memory@48000000 { 18 device_type = "memory"; 23 memory@500000000 { 24 device_type = "memory"; 28 memory@600000000 { 29 device_type = "memory"; 33 memory@700000000 { 34 device_type = "memory";
|
| H A D | r8a77951-ulcb.dts | 17 memory@48000000 { 18 device_type = "memory"; 23 memory@500000000 { 24 device_type = "memory"; 28 memory@600000000 { 29 device_type = "memory"; 33 memory@700000000 { 34 device_type = "memory";
|
| H A D | r8a77961-ulcb.dts | 17 memory@48000000 { 18 device_type = "memory"; 23 memory@480000000 { 24 device_type = "memory"; 28 memory@600000000 { 29 device_type = "memory";
|
| H A D | r8a77961-salvator-xs.dts | 16 memory@48000000 { 17 device_type = "memory"; 22 memory@480000000 { 23 device_type = "memory"; 27 memory@600000000 { 28 device_type = "memory";
|
| H A D | r8a77951-salvator-x.dts | 16 memory@48000000 { 17 device_type = "memory"; 22 memory@500000000 { 23 device_type = "memory"; 27 memory@600000000 { 28 device_type = "memory"; 32 memory@700000000 { 33 device_type = "memory";
|
| H A D | r8a77950-salvator-x.dts | 16 memory@48000000 { 17 device_type = "memory"; 22 memory@500000000 { 23 device_type = "memory"; 27 memory@600000000 { 28 device_type = "memory"; 32 memory@700000000 { 33 device_type = "memory";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/fsl/ |
| H A D | ddr.txt | 1 Freescale DDR memory controller 5 - compatible : Should include "fsl,chip-memory-controller" where 7 "fsl,qoriq-memory-controller". 15 memory-controller@2000 { 16 compatible = "fsl,bsc9132-memory-controller"; 24 ddr1: memory-controller@8000 { 25 compatible = "fsl,qoriq-memory-controller-v4.7", 26 "fsl,qoriq-memory-controller";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ti,davinci-rproc.txt | 12 like L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory 28 Each entry should have the memory region's start address 33 representing a specific internal memory region or a 42 - memory-region: phandle to the reserved memory node to be associated 43 with the remoteproc device. The reserved memory node 44 can be a CMA memory node, and should be defined as 46 Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt 53 reserved-memory { 58 dsp_memory_region: dsp-memory@c3000000 { 78 memory-region = <&dsp_memory_region>;
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_s_mem.pod | 7 BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO 25 BIO_s_mem() returns the memory BIO method function. 27 A memory BIO is a source/sink BIO which uses memory for its I/O. Data 34 Any data written to a memory BIO can be recalled by reading from it. 35 Unless the memory BIO is read only any data read from it is deleted from 74 made available from a static area of memory in the form of a BIO. The 80 Writes to memory BIOs will always succeed if memory is available: that is 106 allocated memory. 119 There should be an option to set the maximum size of a memory BIO. 135 Create a memory BIO and write some data to it: [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smem.txt | 12 - memory-region: 15 Definition: handle to memory reservation for main SMEM memory region. 20 Definition: handle to RPM message memory resource 26 the shared memory 32 reserved-memory { 46 memory-region = <&smem_region>; 53 rpm_msg_ram: memory@fc428000 {
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | s5p-mfc.txt | 18 - reg : Physical base address of the IP registers and length of memory 29 - memory-region : from reserved memory binding: phandles to two reserved 30 memory regions, first is for "left" mfc memory bus interfaces, 31 second if for the "right" mfc memory bus, used when no SYSMMU 35 - samsung,mfc-r, samsung,mfc-l : support removed, please use memory-region 51 Reserved memory specific DT entry for given board (see reserved memory binding 54 reserved-memory { 75 memory-region = <&mfc_left>, <&mfc_right>;
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | dra72-evm.dts | 10 memory@0 { 11 device_type = "memory"; 15 reserved-memory { 20 ipu2_memory_region: ipu2-memory@95800000 { 27 dsp1_memory_region: dsp1-memory@99000000 { 34 ipu1_memory_region: ipu1-memory@9d000000 { 111 memory-region = <&ipu2_memory_region>; 116 memory-region = <&ipu1_memory_region>; 121 memory-region = <&dsp1_memory_region>;
|
| H A D | am572x-idk-common.dtsi | 12 memory@0 { 13 device_type = "memory"; 17 reserved-memory { 22 ipu2_memory_region: ipu2-memory@95800000 { 29 dsp1_memory_region: dsp1-memory@99000000 { 36 ipu1_memory_region: ipu1-memory@9d000000 { 43 dsp2_memory_region: dsp2-memory@9f000000 { 187 memory-region = <&ipu2_memory_region>; 192 memory-region = <&ipu1_memory_region>; 197 memory-region = <&dsp1_memory_region>; [all …]
|
| H A D | ecx-2000.dts | 54 memory@0 { 55 name = "memory"; 56 device_type = "memory"; 60 memory@200000000 { 61 name = "memory"; 62 device_type = "memory"; 76 memory-controller@fff00000 {
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/ata/ |
| H A D | apm-xgene.txt | 9 - reg : First memory resource shall be the AHCI memory 11 Second memory resource shall be the host controller 12 core memory resource. 13 Third memory resource shall be the host controller 14 diagnostic memory resource. 15 4th memory resource shall be the host controller 16 AXI memory resource. 17 5th optional memory resource shall be the host 18 controller MUX memory resource if required.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrBulkMemory.td | 1 // WebAssemblyInstrBulkMemory.td - bulk memory codegen support --*- tablegen -*- 10 /// WebAssembly bulk memory codegen constructs. 14 // Instruction requiring HasBulkMemory and the bulk memory prefix byte 23 // Bespoke types and nodes for bulk memory ops 45 "memory.init\t$seg, $idx, $dest, $offset, $size", 46 "memory.init\t$seg, $idx", 0x08>; 62 "memory.copy\t$src_idx, $dst_idx, $dst, $src, $len", 63 "memory.copy\t$src_idx, $dst_idx", 0x0a>; 70 "memory.fill\t$idx, $dst, $value, $size", 71 "memory.fill\t$idx", 0x0b>;
|
| /freebsd-13.1/contrib/tcsh/nls/C/ |
| H A D | set19 | 3 1 nbytes=%d: Out of memory\n 5 3 free(%lx) above top of memory. 6 4 free(%lx) below bottom of memory. 10 8 %s current memory allocation:\nfree:\t 13 11 \tAllocated memory from 0x%lx to 0x%lx. Real top at 0x%lx\n 14 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n 15 13 %s current memory allocation:\n
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | qman.txt | 63 - memory-regions 66 Definition: List of phandles referencing the QMan private memory 83 This memory is reserved/allocated as a node under the /reserved-memory node. 85 For additional details about reserved memory regions see reserved-memory.txt 87 The QMan FQD memory node must be named "qman-fqd" 98 The QMan PFDR memory node must be named "qman-pfdr" 109 The following constraints are relevant to the FQD and PFDR private memory: 112 - The alignment must be a muliptle of the memory size 120 For additional details about reserved memory regions see reserved-memory.txt 126 reserved-memory { [all …]
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_agpsupport.c | 204 DRM_AGP_MEM *memory; in drm_agp_alloc() local 223 entry->handle = (unsigned long)memory; in drm_agp_alloc() 224 entry->memory = memory; in drm_agp_alloc() 227 list_add(&entry->head, &dev->agp->memory); in drm_agp_alloc() 229 agp_memory_info(dev->agp->bridge, entry->memory, &info); in drm_agp_alloc() 261 list_for_each_entry(entry, &dev->agp->memory, head) { in drm_agp_lookup_entry() 291 ret = drm_unbind_agp(entry->memory); in drm_agp_unbind() 333 if ((retcode = drm_bind_agp(entry->memory, page))) in drm_agp_bind() 374 drm_unbind_agp(entry->memory); in drm_agp_free() 378 drm_free_agp(entry->memory, entry->pages); in drm_agp_free() [all …]
|