lib: sbi: Rename sbi_hsm_hart_started_mask() function
authorAnup Patel <anup.patel@wdc.com>
Tue, 2 Feb 2021 04:21:54 +0000 (09:51 +0530)
committerAnup Patel <anup@brainfault.org>
Wed, 3 Mar 2021 04:47:45 +0000 (10:17 +0530)
commit7c867fd19f92ac36aa2cd329f1eb687c6e630a26
treee24da12eb07b66703560eaa866b7838ff4422c2f
parent8df1f9a0d33f295fc9f9cd5f6b9b723be96ba13b
lib: sbi: Rename sbi_hsm_hart_started_mask() function

A hart can take interrupt in the new HSM states introduced by the
SBI HSM suspend function (such as SUSPENDED state) so we rename
sbi_hsm_hart_started_mask() to something more generic such as
sbi_hsm_hart_interruptible_mask().

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
include/sbi/sbi_hsm.h
lib/sbi/sbi_ecall_legacy.c
lib/sbi/sbi_hsm.c
lib/sbi/sbi_ipi.c
lib/sbi/sbi_system.c