Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/qti/accesscontrol/vmidmt/
H A Dvmidmt_hal.c606 move_to_ns_tail(const struct hal_vmidmt_info *info, uint32_t ns_smr_count, in move_to_ns_tail() argument
612 for (; (uint32_t)i < ns_smr_count - 1U; i++) { in move_to_ns_tail()
623 move_to_ns_head(const struct hal_vmidmt_info *info, uint32_t *ns_smr_count, in move_to_ns_head() argument
630 for (; (uint32_t)i > *ns_smr_count; i--) { in move_to_ns_head()
637 (*ns_smr_count)++; in move_to_ns_head()
639 VMIDMT_OUTF(info->base_addr, SCR1, NSNUMSMRGO, *ns_smr_count); in move_to_ns_head()
642 if (read_back != *ns_smr_count) in move_to_ns_head()
650 uint32_t ns_smr_count, uint32_t stream, int32_t *idx) in find_secure_slot() argument
664 if (i < 0 || (uint32_t)i < ns_smr_count - 1U) in find_secure_slot()
673 find_nonsecure_slot(const struct hal_vmidmt_info *info, uint32_t ns_smr_count, in find_nonsecure_slot() argument
[all …]