Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c239 uint32_t *attributes_buf) 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()
/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy.h151 uint32_t *attributes_buf);