| /trusted-services/components/common/endian/ |
| A D | le.c | 9 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 D | sfs_flash_ram.c | 21 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 D | ffa_memory_descriptors.c | 26 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 D | fdt_helpers.c | 42 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 D | test_ffa_memory_descriptors.cpp | 205 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 D | trace.c | 21 int offset = 0; in ts_trace_printf() local
|
| /trusted-services/components/service/secure_storage/backend/secure_flash_store/flash_fs/ |
| A D | sfs_flash_fs_dblock.c | 117 size_t offset, in sfs_flash_fs_dblock_read_file() 139 size_t offset, in sfs_flash_fs_dblock_write_file()
|
| A D | sfs_flash_fs.c | 20 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 D | block_store.c | 53 size_t offset, in block_store_read() 75 size_t offset, in block_store_write()
|
| A D | storage_partition.c | 80 size_t offset, in storage_partition_clip_length()
|
| /trusted-services/components/service/secure_storage/backend/secure_flash_store/flash/block_store_adapter/ |
| A D | sfs_flash_block_store_adapter.c | 21 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 D | ram_block_store.c | 19 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 D | block_volume.c | 145 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 D | ps_api_tests.cpp | 88 size_t offset = 0; in createAndSetExtended() local
|
| /trusted-services/components/service/block_storage/block_store/device/file/ |
| A D | file_block_store.c | 36 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 D | messages.h | 87 uint32_t offset; member 104 uint32_t offset; member
|
| /trusted-services/components/service/block_storage/block_store/device/semihosting/test/ |
| A D | sh_block_store_tests.c | 76 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 D | semihosting_block_store.c | 25 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 D | null_block_store.c | 43 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 D | rpmb_block_store.c | 51 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 D | packedc_block_storage_serializer.c | 117 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 D | fvb_block_store.c | 53 size_t offset, in fvb_block_store_read() 103 size_t offset, in fvb_block_store_write()
|
| /trusted-services/components/media/volume/ |
| A D | volume.c | 38 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 D | block_storage_provider.c | 178 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 D | block_storage_client.c | 188 size_t offset, in block_storage_client_read() 254 size_t offset, in block_storage_client_write()
|