| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | ppro.md | 147 (and (eq_attr "memory" "none") 153 (and (eq_attr "memory" "load") 164 ;; units if it has memory operands. 167 (and (eq_attr "memory" "none") 173 (and (eq_attr "memory" "load") 180 (and (eq_attr "memory" "none") 189 (and (eq_attr "memory" "none") 223 (and (eq_attr "memory" "none") 242 (and (eq_attr "memory" "none") 257 (and (eq_attr "memory" "none") [all …]
|
| H A D | athlon.md | 282 (eq_attr "memory" "load"))) 289 (eq_attr "memory" "load")))) 295 (eq_attr "memory" "load")))) 301 (eq_attr "memory" "load")))) 307 (eq_attr "memory" "load")))) 320 (eq_attr "memory" "both")))) 328 (eq_attr "memory" "both")))) 337 (eq_attr "memory" "both")))) 346 (eq_attr "memory" "both")))) 574 (eq_attr "memory" "load")))) [all …]
|
| H A D | pentium.md | 44 (eq_attr "memory" "!both"))) 126 + pentium-memory)") 128 + pentium-memory)") 130 + pentium-memory) 177 (eq_attr "memory" "store")))) 244 (eq_attr "memory" "both"))) 250 (eq_attr "memory" "both"))) 256 (eq_attr "memory" "both"))) 262 (eq_attr "memory" "both"))) 268 (eq_attr "memory" "load"))) [all …]
|
| H A D | k6.md | 84 (eq_attr "memory" "none"))) 90 (eq_attr "memory" "load"))) 108 (eq_attr "memory" "load"))) 121 (eq_attr "memory" "none"))) 127 (eq_attr "memory" "!none"))) 134 (eq_attr "memory" "none"))) 140 (eq_attr "memory" "load"))) 168 (eq_attr "memory" "load"))) 174 (eq_attr "memory" "store"))) 236 (eq_attr "memory" "none"))) [all …]
|
| /freebsd-12.1/sys/gnu/dts/arm64/renesas/ |
| H A D | r8a7795-es1-h3ulcb.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 | r8a7795-h3ulcb.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 | r8a7795-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 | r8a7795-es1-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-12.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-12.1/contrib/tcsh/nls/C/ |
| H A D | set19 | 4 1 nbytes=%d: Out of memory\n 6 3 free(%lx) above top of memory. 7 4 free(%lx) below bottom of memory. 11 8 %s current memory allocation:\nfree:\t 14 11 \tAllocated memory from 0x%lx to 0x%lx. Real top at 0x%lx\n 15 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n 16 13 %s current memory allocation:\n
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Endian.h | 66 inline value_type read(const void *memory, endianness endian) { in read() argument 79 inline value_type read(const void *memory) { in read() argument 80 return read<value_type, alignment>(memory, endian); in read() 87 value_type ret = read<value_type, alignment>(memory, endian); in readNext() 88 memory += sizeof(value_type); in readNext() 94 inline value_type readNext(const CharT *&memory) { in readNext() argument 95 return readNext<value_type, alignment, CharT>(memory, endian); in readNext() 110 inline void write(void *memory, value_type value) { in write() argument 111 write<value_type, alignment>(memory, value, endian); in write() 123 return read<value_type, endian, alignment>(memory); in readAtBitAlignment() [all …]
|
| /freebsd-12.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 …]
|
| /freebsd-12.1/sys/dev/isci/ |
| H A D | isci.c | 399 struct ISCI_MEMORY *memory = (struct ISCI_MEMORY *)arg; in isci_allocate_dma_buffer_callback() local 401 memory->error = error; in isci_allocate_dma_buffer_callback() 407 memory->physical_address = seg->ds_addr; in isci_allocate_dma_buffer_callback() 412 struct ISCI_MEMORY *memory) in isci_allocate_dma_buffer() argument 418 BUS_SPACE_MAXADDR, NULL, NULL, memory->size, in isci_allocate_dma_buffer() 421 &memory->dma_tag); in isci_allocate_dma_buffer() 428 status = bus_dmamem_alloc(memory->dma_tag, in isci_allocate_dma_buffer() 429 (void **)&memory->virtual_address, BUS_DMA_ZERO, &memory->dma_map); in isci_allocate_dma_buffer() 437 status = bus_dmamap_load(memory->dma_tag, memory->dma_map, in isci_allocate_dma_buffer() 438 (void *)memory->virtual_address, memory->size, in isci_allocate_dma_buffer() [all …]
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-core.c | 76 block *memory; in allocate_memory() local 93 (*region)->base = (*region)->memory = NULL; in allocate_memory() 101 memcpy(&memory, &base, sizeof memory); in allocate_memory() 106 memcpy(&memory, &base, sizeof memory); in allocate_memory() 108 memory = NULL; in allocate_memory() 115 memcpy(&memory, &aligned, sizeof memory); in allocate_memory() 122 (*region)->memory = memory; in allocate_memory() 142 sodium_memzero(instance->region->memory, in clear_memory() 194 instance->region->memory + instance->lane_length - 1); in finalize() 201 instance->region->memory + last_block_in_lane); in finalize() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 42 "Report races between atomic and plain memory accesses.") 53 "If set, periodically write memory profile to that file.") 54 TSAN_FLAG(int, flush_memory_ms, 0, "Flush shadow memory every X ms.") 58 "Resident memory limit in MB to aim at." 59 "If the process consumes more memory, then TSan will flush shadow memory.") 67 "Per-thread history size, controls how many previous memory accesses " 69 "history_size=0 amounts to 32K memory accesses. Each next value doubles " 70 "the amount of memory accesses, up to history_size=7 that amounts to " 71 "4M memory accesses. The default value is 2 (128K memory accesses).")
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set19 | 6 3 free(%lx) above top of memory. 7 4 free(%lx) below bottom of memory. 11 8 %s current memory allocation:\nfree:\t 14 11 \tAllocated memory from 0x%lx to 0x%lx. Real top at 0x%lx\n 15 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n 16 13 %s current memory allocation:\n
|
| /freebsd-12.1/sys/dev/amd_ecc_inject/ |
| H A D | ecc_inject.c | 156 volatile uint64_t *memory = arg; in ecc_ei_inject_one() local 167 memory[i] = 0; in ecc_ei_inject_one() 173 memory[0] = memory[i]; in ecc_ei_inject_one() 179 vm_offset_t memory; in ecc_ei_inject() local 189 memory = kmem_alloc_attr(PAGE_SIZE, M_WAITOK, 0, ~0, in ecc_ei_inject() 193 ecc_ei_inject_one((void*)memory, PAGE_SIZE); in ecc_ei_inject() 198 kmem_free(memory, PAGE_SIZE); in ecc_ei_inject()
|
| /freebsd-12.1/sys/mips/cavium/octe/ |
| H A D | ethernet-mem.c | 87 char *memory; in cvm_oct_mem_empty_fpa() local 90 memory = cvmx_fpa_alloc(pool); in cvm_oct_mem_empty_fpa() 91 if (memory) { in cvm_oct_mem_empty_fpa() 92 struct mbuf *m = *(struct mbuf **)(memory - sizeof(void *)); in cvm_oct_mem_empty_fpa() 96 } while (memory); in cvm_oct_mem_empty_fpa()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | keystone-k2hk-evm.dts | 16 reserved-memory { 21 dsp_common_memory: dsp-common-memory@81f800000 { 199 memory-region = <&dsp_common_memory>; 204 memory-region = <&dsp_common_memory>; 209 memory-region = <&dsp_common_memory>; 214 memory-region = <&dsp_common_memory>; 219 memory-region = <&dsp_common_memory>; 224 memory-region = <&dsp_common_memory>; 229 memory-region = <&dsp_common_memory>; 234 memory-region = <&dsp_common_memory>;
|
| H A D | ecx-2000.dts | 66 memory@0 { 67 name = "memory"; 68 device_type = "memory"; 72 memory@200000000 { 73 name = "memory"; 74 device_type = "memory"; 88 memory-controller@fff00000 {
|
| H A D | atlas7-evb.dts | 24 memory { 25 device_type = "memory"; 29 reserved-memory { 35 compatible = "sirf,reserved-memory"; 49 memory-region = <&nanddisk_reserved>; 82 memory-region = <&vpp_reserved>;
|
| /freebsd-12.1/bin/sh/ |
| H A D | redir.c | 117 char memory[10]; /* file descriptors to write to memory */ in redirect() local 121 memory[i] = 0; in redirect() 122 memory[1] = flags & REDIR_BACKQ; in redirect() 160 openredirect(n, memory); in redirect() 164 if (memory[1]) in redirect() 166 if (memory[2]) in redirect() 173 openredirect(union node *redir, char memory[10]) in openredirect() 181 memory[fd] = 0; in openredirect() 226 if (memory[redir->ndup.dupfd]) in openredirect() 227 memory[fd] = 1; in openredirect()
|
| /freebsd-12.1/sys/dev/isci/scil/ |
| H A D | scic_sds_smp_request.c | 92 #define scic_sds_smp_request_get_command_buffer_unaligned(memory) \ argument 93 ( ((char *)(memory)) + sizeof(SCIC_SDS_REQUEST_T) ) 107 #define scic_sds_smp_request_get_command_buffer(memory) \ argument 110 (char *) scic_sds_smp_request_get_command_buffer_unaligned(memory) \ 117 #define scic_sds_smp_request_get_response_buffer_unaligned(memory) \ argument 118 ( ((char *)(scic_sds_smp_request_get_command_buffer(memory))) \ 133 #define scic_sds_smp_request_get_response_buffer(memory) \ argument 136 (char *) scic_sds_smp_request_get_response_buffer_unaligned(memory) \ 142 #define scic_sds_smp_request_get_task_context_buffer_unaligned(memory) \ argument 144 ((char *)(scic_sds_smp_request_get_response_buffer(memory))) \ [all …]
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | memory_resource | 47 // Global memory resources 51 // The default memory resource 55 // Standard memory resources 71 #include <memory> 98 // 8.5, memory.resource 103 // 8.5.2, memory.resource.public 119 // 8.5.3, memory.resource.priv 126 // 8.5.4, memory.resource.eq 153 // 8.6, memory.polymorphic.allocator.class 336 // 8.7, memory.resource.adaptor [all …]
|
| /freebsd-12.1/contrib/libxo/tests/core/saved/ |
| H A D | test_03.E.out | 6 op open_list: [memory] [] [0] 7 op open_instance: [memory] [] [0x10] 10 op content: [memory-use] [54321] [0] 13 op close_instance: [memory] [] [0] 14 op close_list: [memory] [] [0]
|