Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/isci/scil/
H A Dscic_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
H A Dscic_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 …]
H A Dscic_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
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read()
69 [[nodiscard]] inline value_type read(const void *memory) { in read()
77 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext()
86 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext()
92 inline void write(void *memory, value_type value, endianness endian) { in write()
102 inline void write(void *memory, value_type value) { in write()
110 inline void writeNext(CharT *&memory, value_type value, endianness endian) { in writeNext()
117 inline void writeNext(CharT *&memory, value_type value) { in writeNext()
127 [[nodiscard]] inline value_type readAtBitAlignment(const void *memory, in readAtBitAlignment()
162 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
/freebsd/contrib/kyua/utils/
H A Dmemory_test.cpp47 const units::bytes memory = utils::physical_memory(); in ATF_TEST_CASE_BODY() local
H A Doptional_test.cpp181 ATF_TEST_CASE_BODY(memory) in ATF_TEST_CASE_BODY() argument
/freebsd/sys/dev/amd_ecc_inject/
H A Decc_inject.c155 volatile uint64_t *memory = arg; in ecc_ei_inject_one() local
178 void *memory; in ecc_ei_inject() local
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.hpp60 const void* memory; member in utils::sqlite::blob
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc5200b.dtsi36 memory: memory@0 { label
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Dgcw0.dts22 memory: memory { label
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp44 const char *ring_buffer, size_t ring_buffer_size, const char *memory, in __scudo_get_error_info()
/freebsd/contrib/kyua/model/
H A Dmetadata_test.cpp193 const units::bytes memory(12345); in ATF_TEST_CASE_BODY() local
260 const units::bytes memory(1024 * 1024); in ATF_TEST_CASE_BODY() local
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/
H A Dkeystone.dtsi25 memory: memory@80000000 { label
/freebsd/sys/dev/isci/
H A Disci.c395 struct ISCI_MEMORY *memory = (struct ISCI_MEMORY *)arg; in isci_allocate_dma_buffer_callback() local
408 struct ISCI_MEMORY *memory) in isci_allocate_dma_buffer() argument
[all...]
/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp139 const char* memory = "BLOB contents"; in ATF_TEST_CASE_BODY() local
/freebsd/sys/dev/drm2/ttm/
H A Dttm_memory.c391 uint64_t memory, in ttm_mem_global_alloc_zone()
410 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, in ttm_mem_global_alloc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h756 void *memory = allocate( variable
774 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create() local
785 void *memory = allocate( in create() local
799 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); in createTypeTagForDatatype() local
811 void *memory = allocate( in createTypeAttribute() local
824 void *memory = allocate(AttributeFactory::PropertyAllocSize); in createPropertyAttribute() local
/freebsd/bin/sh/
H A Dredir.c109 char memory[10]; /* file descriptors to write to memory */ in redirect() local
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dstingray.dtsi134 memory: memory@80000000 { label
/freebsd/sys/dev/fdt/
H A Dfdt_common.c450 phandle_t memory, root; in fdt_get_reserved_regions() local
548 phandle_t memory; in fdt_get_mem_regions() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c76 block *memory; in allocate_memory() local
H A Dargon2-core.h59 block *memory; member
/freebsd/usr.bin/mkuzip/
H A Dmkuzip.c496 mkuz_memvcmp(const void *memory, unsigned char val, size_t size) in mkuz_memvcmp()
/freebsd/usr.bin/top/
H A Dmachine.h48 int *memory; member
/freebsd/sys/powerpc/powermac/
H A Dplatform_powermac.c133 phandle_t memory; in powermac_mem_regions() local

123