Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 31) sorted by relevance

12

/trusted-services/components/common/endian/
A Dle.c9 uint8_t load_u8_le(const void *base, size_t offset) in load_u8_le()
17 uint16_t load_u16_le(const void *base, size_t offset) in load_u16_le()
27 uint32_t load_u32_le(const void *base, size_t offset) in load_u32_le()
39 uint64_t load_u64_le(const void *base, size_t offset) in load_u64_le()
55 void store_u8_le(void *base, size_t offset, uint8_t val) in store_u8_le()
61 void store_u16_le(void *base, size_t offset, uint16_t val) in store_u16_le()
69 void store_u32_le(void *base, size_t offset, uint32_t val) in store_u32_le()
79 void store_u64_le(void *base, size_t offset, uint64_t val) in store_u64_le()
/trusted-services/components/service/secure_storage/backend/secure_flash_store/flash/ram/
A Dsfs_flash_ram.c21 uint32_t block_id, size_t offset) in get_phys_address()
34 uint32_t block_id, uint8_t *buff, size_t offset, in sfs_flash_ram_read()
46 size_t offset, size_t size) in sfs_flash_ram_write()
/trusted-services/components/messaging/ffa/libsp/
A Dffa_memory_descriptors.c26 uint32_t offset) in get_composite_desc_by_offset()
56 uint32_t offset = 0; in get_composite_desc() local
65 struct ffa_mem_transaction_buffer *buffer, uint32_t offset) in get_mem_access_desc_by_offset()
81 size_t offset = 0; in get_mem_access_desc() local
258 uint32_t offset = 0; in ffa_add_memory_region() local
/trusted-services/components/common/fdt/
A Dfdt_helpers.c42 bool dt_get_u32_by_offset(const void *fdt, int offset, const char **prop_name, uint32_t *prop_val) in dt_get_u32_by_offset()
59 bool dt_get_u64_by_offset(const void *fdt, int offset, const char **prop_name, uint64_t *prop_val) in dt_get_u64_by_offset()
/trusted-services/components/messaging/ffa/libsp/test/
A Dtest_ffa_memory_descriptors.cpp205 uint32_t offset = sizeof(struct ffa_mem_transaction_desc); in TEST() local
232 uint32_t offset = sizeof(struct ffa_mem_transaction_desc); in TEST() local
309 uint32_t offset = sizeof(struct ffa_mem_transaction_desc); in TEST() local
394 uint32_t offset = sizeof(struct ffa_mem_transaction_desc); in TEST() local
434 uint32_t offset = sizeof(struct ffa_mem_transaction_desc); in TEST() local
542 uint32_t offset = sizeof(struct ffa_mem_transaction_desc) + 4; in TEST() local
648 uint32_t offset = sizeof(struct ffa_mem_transaction_desc) + in TEST() local
/trusted-services/components/common/trace/
A Dtrace.c21 int offset = 0; in ts_trace_printf() local
/trusted-services/components/service/secure_storage/backend/secure_flash_store/flash_fs/
A Dsfs_flash_fs_dblock.c117 size_t offset, in sfs_flash_fs_dblock_read_file()
139 size_t offset, in sfs_flash_fs_dblock_write_file()
A Dsfs_flash_fs.c20 size_t offset, in sfs_flash_fs_file_write_aligned_data()
216 size_t offset, in sfs_flash_fs_file_write()
430 size_t offset, in sfs_flash_fs_file_read()
/trusted-services/components/service/block_storage/block_store/
A Dblock_store.c53 size_t offset, in block_store_read()
75 size_t offset, in block_store_write()
A Dstorage_partition.c80 size_t offset, in storage_partition_clip_length()
/trusted-services/components/service/secure_storage/backend/secure_flash_store/flash/block_store_adapter/
A Dsfs_flash_block_store_adapter.c21 size_t offset, in calc_sub_block_pos()
50 size_t offset, in sfs_flash_read()
97 size_t offset, in sfs_flash_write()
/trusted-services/components/service/block_storage/block_store/device/ram/
A Dram_block_store.c19 size_t offset, in is_block_erased()
79 size_t offset, in ram_block_store_read()
120 size_t offset, in ram_block_store_write()
243 size_t offset, in ram_block_store_modify()
/trusted-services/components/media/volume/block_volume/
A Dblock_volume.c145 signed long long offset) in block_volume_seek()
200 size_t offset = this_instance->file_pos % this_instance->partition_info.block_size; in block_volume_read() local
247 size_t offset = this_instance->file_pos % this_instance->partition_info.block_size; in block_volume_write() local
/trusted-services/components/service/secure_storage/frontend/psa/ps/test/
A Dps_api_tests.cpp88 size_t offset = 0; in createAndSetExtended() local
/trusted-services/components/service/block_storage/block_store/device/file/
A Dfile_block_store.c36 size_t offset, size_t requested_read_len, in prepare_for_read()
100 size_t offset, size_t requested_write_len, in prepare_for_write()
166 size_t offset, size_t buffer_size, uint8_t *buffer, in file_block_store_read()
203 size_t offset, const uint8_t *data, size_t data_len, in file_block_store_write()
/trusted-services/protocols/service/block_storage/packed-c/
A Dmessages.h87 uint32_t offset; member
104 uint32_t offset; member
/trusted-services/components/service/block_storage/block_store/device/semihosting/test/
A Dsh_block_store_tests.c76 size_t lba, size_t offset, in set_block()
111 size_t lba, size_t offset, in check_block()
/trusted-services/components/service/block_storage/block_store/device/semihosting/
A Dsemihosting_block_store.c25 uint64_t lba, size_t offset, in prepare_for_read()
98 uint64_t lba, size_t offset, in prepare_for_write()
174 size_t offset, in semihosting_block_store_read()
231 size_t offset, in semihosting_block_store_write()
/trusted-services/components/service/block_storage/block_store/device/null/
A Dnull_block_store.c43 size_t offset, in null_block_store_read()
82 size_t offset, in null_block_store_write()
/trusted-services/components/service/block_storage/block_store/device/rpmb/
A Drpmb_block_store.c51 size_t offset, size_t buffer_size, uint8_t *buffer, in rpmb_block_store_read()
96 size_t offset, const uint8_t *data, size_t data_len, in rpmb_block_store_write()
/trusted-services/components/service/block_storage/provider/serializer/packed-c/
A Dpackedc_block_storage_serializer.c117 size_t *offset, in deserialize_read_req()
141 size_t *offset, in deserialize_write_req()
/trusted-services/components/service/block_storage/block_store/device/fvb/
A Dfvb_block_store.c53 size_t offset, in fvb_block_store_read()
103 size_t offset, in fvb_block_store_write()
/trusted-services/components/media/volume/
A Dvolume.c38 int volume_seek(struct volume *this_volume, io_seek_mode_t mode, signed long long offset) in volume_seek()
/trusted-services/components/service/block_storage/provider/
A Dblock_storage_provider.c178 size_t offset = 0; in read_handler() local
216 size_t offset = 0; in write_handler() local
/trusted-services/components/service/block_storage/block_store/client/
A Dblock_storage_client.c188 size_t offset, in block_storage_client_read()
254 size_t offset, in block_storage_client_write()

Completed in 68 milliseconds

12