Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-11-stable/sys/dev/isci/scil/
HDscic_sds_smp_request.c90 #define scic_sds_smp_request_get_command_buffer_unaligned(memory) \ argument
105 #define scic_sds_smp_request_get_command_buffer(memory) \ argument
115 #define scic_sds_smp_request_get_response_buffer_unaligned(memory) \ argument
131 #define scic_sds_smp_request_get_response_buffer(memory) \ argument
140 #define scic_sds_smp_request_get_task_context_buffer_unaligned(memory) \ argument
149 #define scic_sds_smp_request_get_task_context_buffer(memory) \ argument
HDscic_sds_request.c151 #define scic_sds_ssp_request_get_command_buffer_unaligned(memory) \ argument
168 #define scic_sds_ssp_request_get_command_buffer(memory) \ argument
178 #define scic_sds_ssp_request_get_response_buffer_unaligned(memory) \ argument
187 #define scic_sds_ssp_request_align_response_buffer(memory) \ argument
196 #define scic_sds_ssp_request_get_response_buffer(memory) \ argument
206 #define scic_sds_ssp_request_get_task_context_buffer_unaligned(memory) \ argument
215 #define scic_sds_ssp_request_get_task_context_buffer(memory) \ argument
225 #define scic_sds_ssp_request_get_sgl_element_buffer(memory) \ argument
248 #define scic_sds_ssp_task_request_get_command_buffer(memory) \ argument
257 #define scic_sds_ssp_task_request_get_response_buffer(memory) \ argument
[all …]
HDscic_sds_stp_request.c88 #define scic_sds_stp_request_get_h2d_reg_buffer_unaligned(memory) \ argument
105 #define scic_sds_stp_request_get_h2d_reg_buffer(memory) \ argument
115 #define scic_sds_stp_request_get_response_buffer_unaligned(memory) \ argument
134 #define scic_sds_stp_request_get_response_buffer(memory) \ argument
145 #define scic_sds_stp_request_get_task_context_buffer_unaligned(memory) \ argument
154 #define scic_sds_stp_request_get_task_context_buffer(memory) \ argument
164 #define scic_sds_stp_request_get_sgl_element_buffer(memory) \ argument
HDscic_io_request.h447 #define scic_io_request_construct_ssp_pass_through(memory, cb) SCI_FAILURE argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDEndian.h65 inline value_type read(const void *memory, endianness endian) { in read()
78 inline value_type read(const void *memory) { in read()
85 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext()
93 inline value_type readNext(const CharT *&memory) { in readNext()
99 inline void write(void *memory, value_type value, endianness endian) { in write()
109 inline void write(void *memory, value_type value) { in write()
119 inline value_type readAtBitAlignment(const void *memory, uint64_t startBit) { in readAtBitAlignment()
153 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
/freebsd-11-stable/sys/dev/amd_ecc_inject/
HDecc_inject.c156 volatile uint64_t *memory = arg; in ecc_ei_inject_one() local
179 vm_offset_t memory; in ecc_ei_inject() local
/freebsd-11-stable/sys/mips/cavium/octe/
HDethernet-mem.c85 char *memory; in cvm_oct_mem_empty_fpa() local
/freebsd-11-stable/contrib/gcc/
HDresource.h34 char memory; /* Insn sets or needs a memory location. */ member
/freebsd-11-stable/sys/dev/isci/
HDisci.c397 struct ISCI_MEMORY *memory = (struct ISCI_MEMORY *)arg; in isci_allocate_dma_buffer_callback() local
409 isci_allocate_dma_buffer(device_t device, struct ISCI_MEMORY *memory) in isci_allocate_dma_buffer()
/freebsd-11-stable/sys/dev/drm2/ttm/
HDttm_memory.c393 uint64_t memory, in ttm_mem_global_alloc_zone()
412 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, in ttm_mem_global_alloc()
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-helper-fpa.c72 void *memory; in __cvmx_helper_initialize_fpa_pool() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h657 void *memory = allocate( variable
674 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create() local
684 void *memory = allocate( in create() local
698 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); in createTypeTagForDatatype() local
709 void *memory = allocate( in createTypeAttribute() local
722 void *memory = allocate(AttributeFactory::PropertyAllocSize); in createPropertyAttribute() local
/freebsd-11-stable/bin/sh/
HDredir.c115 char memory[10]; /* file descriptors to write to memory */ in redirect() local
/freebsd-11-stable/usr.bin/mkuzip/
HDmkuzip.c438 mkuz_memvcmp(const void *memory, unsigned char val, size_t size) in mkuz_memvcmp()
/freebsd-11-stable/sys/dev/fdt/
HDfdt_common.c594 phandle_t memory, root; in fdt_get_reserved_regions() local
654 phandle_t memory; in fdt_get_mem_regions() local
/freebsd-11-stable/sys/powerpc/powermac/
HDplatform_powermac.c122 phandle_t memory; in powermac_mem_regions() local
/freebsd-11-stable/contrib/top/
HDmachine.h50 int *memory; member
/freebsd-11-stable/sys/dev/drm2/
HDdrm_agpsupport.c204 DRM_AGP_MEM *memory; in drm_agp_alloc() local
/freebsd-11-stable/contrib/binutils/gas/
HDhash.c58 struct obstack memory; member
/freebsd-11-stable/crypto/openssh/
HDmoduli.c243 gen_candidates(FILE *out, u_int32_t memory, u_int32_t power, BIGNUM *start) in gen_candidates()
/freebsd-11-stable/contrib/libarchive/libarchive/
HDxxhash.c330 char memory[16]; member
/freebsd-11-stable/sys/compat/linux/
HDlinux_videodev2_compat.h26 enum v4l2_memory memory; member
/freebsd-11-stable/sys/geom/uzip/
HDg_uzip.c334 g_uzip_memvcmp(const void *memory, unsigned char val, size_t size) in g_uzip_memvcmp()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.cpp303 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_malloc_win.cpp204 #define OWNED_BY_RTL(heap, memory) \ argument

12