Home
last modified time | relevance | path

Searched refs:attribute_count (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c192 uint32_t attribute_count, void *attribute_buf) in sbi_mpxy_read_attributes() argument
199 if (!attribute_count || !attribute_buf) in sbi_mpxy_read_attributes()
212 base_attribute_id, attribute_count, 0, 0, 0); in sbi_mpxy_read_attributes()
215 attribute_count * sizeof(uint32_t)); in sbi_mpxy_read_attributes()
238 uint32_t attribute_count, in sbi_mpxy_write_attributes() argument
246 if (!attribute_count || !attributes_buf) in sbi_mpxy_write_attributes()
258 memcpy(mpxy->shmem, attributes_buf, attribute_count * sizeof(uint32_t)); in sbi_mpxy_write_attributes()
261 base_attribute_id, attribute_count, 0, 0, 0); in sbi_mpxy_write_attributes()
/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy.h148 uint32_t attribute_count, void *attribute_buf);
150 uint32_t attribute_count,