Home
last modified time | relevance | path

Searched refs:attribute_buf (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()
214 memcpy(attribute_buf, (void *)mpxy->shmem, in sbi_mpxy_read_attributes()
/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy.h148 uint32_t attribute_count, void *attribute_buf);