Home
last modified time | relevance | path

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

/optee_os/core/drivers/scmi-msg/
H A Dperf_domain.c131 paddr_t stats_pa = virt_to_phys(stats_buf); in protocol_attributes() local
133 if (stats_pa && tee_vbuf_is_non_sec(stats_buf, stats_len)) { in protocol_attributes()
135 reg_pair_from_64((uint64_t)stats_pa, in protocol_attributes()
141 stats_buf, stats_pa, stats_len); in protocol_attributes()