Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dplic.c74 bool smode = IS_ENABLED(CFG_RISCV_S_MODE) ? true : false; in plic_get_context() local
76 return hartid * 2 + smode; in plic_get_context()