Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c1504 uint32_t exec_state = 0; in read_sp_exec_state() local
1506 res = sp_dt_get_u32(fdt, 0, "execution-state", &exec_state); in read_sp_exec_state()
1513 if (exec_state == SP_MANIFEST_EXEC_STATE_AARCH64) { in read_sp_exec_state()
1516 EMSG("Invalid execution-state value: %"PRIu32, exec_state); in read_sp_exec_state()