Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 25 of 2032) sorted by relevance

12345678910>>...82

/freebsd-12-stable/contrib/gcc/config/i386/
Dppro.md74 ;; Simple instructions of the register-memory form have two to three uops.
144 ;; imov with memory operands does not use the integer units.
147 (and (eq_attr "memory" "none")
153 (and (eq_attr "memory" "load")
159 (and (eq_attr "memory" "store")
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")
185 ;; The load and store units need to be reserved when memory operands
[all …]
Dathlon.md27 (and (eq_attr "memory" "load,store")
190 (eq_attr "memory" "none,unknown")))
197 (eq_attr "memory" "none,unknown"))))
202 (eq_attr "memory" "none,unknown")))
208 (eq_attr "memory" "none,unknown"))))
213 (eq_attr "memory" "load,both")))
219 (eq_attr "memory" "load,both"))))
224 (eq_attr "memory" "load,both")))
238 (eq_attr "memory" "none,unknown")))
243 (eq_attr "memory" "load,both")))
[all …]
Dpentium.md44 (eq_attr "memory" "!both")))
101 ;; Pentium preserves memory ordering, so when load-execute-store
105 ;; We model this by allocating "memory" unit when store is pending
108 (define_cpu_unit "pentium-memory" "pentium")
111 (absence_set "pentium-load0,pentium-load1" "pentium-memory")
126 + pentium-memory)")
128 + pentium-memory)")
130 + pentium-memory)
163 (eq_attr "memory" "none,load")))
169 (and (eq_attr "memory" "load,store")
[all …]
Dk6.md84 (eq_attr "memory" "none")))
90 (eq_attr "memory" "load")))
96 (eq_attr "memory" "store,both,unknown")))
108 (eq_attr "memory" "load")))
114 (eq_attr "memory" "store,both,unknown")))
121 (eq_attr "memory" "none")))
127 (eq_attr "memory" "!none")))
134 (eq_attr "memory" "none")))
140 (eq_attr "memory" "load")))
146 (eq_attr "memory" "store,both,unknown")))
[all …]
/freebsd-12-stable/sys/gnu/dts/arm64/renesas/
Dr8a77950-ulcb.dts17 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";
Dr8a77951-ulcb.dts17 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";
Dr8a77961-salvator-xs.dts16 memory@48000000 {
17 device_type = "memory";
22 memory@400000000 {
23 device_type = "memory";
27 memory@600000000 {
28 device_type = "memory";
Dr8a77951-salvator-x.dts16 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";
Dr8a77950-salvator-x.dts16 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-stable/crypto/openssl/doc/man3/
DBIO_s_mem.pod7 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
28 written to a memory BIO is stored in a BUF_MEM structure which is extended
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
40 If the BIO_CLOSE flag is set when a memory BIO is freed then the underlying
43 Calling BIO_reset() on a read write memory BIO clears any data in it if the
53 BIO_set_mem_eof_return() sets the behaviour of memory BIO B<b> when it is
54 empty. If the B<v> is zero then an empty memory BIO will return EOF (that is
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrBulkMemory.td1 // 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-12-stable/contrib/tcsh/nls/C/
Dset193 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-12-stable/sys/dev/drm2/
Ddrm_agpsupport.c204 DRM_AGP_MEM *memory; in drm_agp_alloc() local
218 if (!(memory = agp_alloc_memory(dev->agp->bridge, type, pages << PAGE_SHIFT))) { in drm_agp_alloc()
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()
[all …]
/freebsd-12-stable/sys/dev/isci/
Disci.c399 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
419 BUS_SPACE_MAXADDR, NULL, NULL, memory->size, in isci_allocate_dma_buffer()
421 memory->size, 0, busdma_lock_mutex, &controller->lock, in isci_allocate_dma_buffer()
422 &memory->dma_tag); in isci_allocate_dma_buffer()
429 status = bus_dmamem_alloc(memory->dma_tag, in isci_allocate_dma_buffer()
430 (void **)&memory->virtual_address, BUS_DMA_ZERO, &memory->dma_map); in isci_allocate_dma_buffer()
438 status = bus_dmamap_load(memory->dma_tag, memory->dma_map, in isci_allocate_dma_buffer()
[all …]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
Dargon2-core.c76 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-stable/contrib/llvm-project/llvm/include/llvm/Support/
DEndian.h63 inline value_type read(const void *memory, endianness endian) { in read() argument
68 memory, (detail::PickAlignment<value_type, alignment>::value)), in read()
76 inline value_type read(const void *memory) { in read() argument
77 return read<value_type, alignment>(memory, endian); in read()
83 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext() argument
84 value_type ret = read<value_type, alignment>(memory, endian); in readNext()
85 memory += sizeof(value_type); in readNext()
91 inline value_type readNext(const CharT *&memory) { in readNext() argument
92 return readNext<value_type, alignment, CharT>(memory, endian); in readNext()
97 inline void write(void *memory, value_type value, endianness endian) { in write() argument
[all …]
/freebsd-12-stable/sys/gnu/dts/arm/
Decx-2000.dts55 memory@0 {
56 name = "memory";
57 device_type = "memory";
61 memory@200000000 {
62 name = "memory";
63 device_type = "memory";
77 memory-controller@fff00000 {
Dkeystone-k2hk-evm.dts16 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>;
/freebsd-12-stable/contrib/tcsh/nls/russian/
Dset195 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-12-stable/sys/dev/amd_ecc_inject/
Decc_inject.c156 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-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc41 "Report races between atomic and plain memory accesses.")
52 "If set, periodically write memory profile to that file.")
53 TSAN_FLAG(int, flush_memory_ms, 0, "Flush shadow memory every X ms.")
57 "Resident memory limit in MB to aim at."
58 "If the process consumes more memory, then TSan will flush shadow memory.")
66 "Per-thread history size, controls how many previous memory accesses "
68 "history_size=0 amounts to 32K memory accesses. Each next value doubles "
69 "the amount of memory accesses, up to history_size=7 that amounts to "
70 "4M memory accesses. The default value is 2 (128K memory accesses).")
/freebsd-12-stable/sys/mips/cavium/octe/
Dethernet-mem.c87 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-stable/sys/gnu/dts/arm64/qcom/
Dsm8150.dtsi164 memory@80000000 {
165 device_type = "memory";
180 reserved-memory {
185 hyp_mem: memory@85700000 {
190 xbl_mem: memory@85d00000 {
195 aop_mem: memory@85f00000 {
200 aop_cmd_db: memory@85f20000 {
206 smem_mem: memory@86000000 {
211 tz_mem: memory@86200000 {
216 rmtfs_mem: memory@89b00000 {
[all …]
/freebsd-12-stable/bin/sh/
Dredir.c117 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-stable/sys/dev/isci/scil/
Dscic_sds_smp_request.c92 #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 …]

12345678910>>...82