Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_jr_status.h15 #define JRSTA_SRC_GET(status) ((status) & BM_JRSTA_SRC) macro
35 JRSTA_SRC_GET(_status) == JRSTA_SRC(JMP_HALT_USER) ? \
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_status.c17 switch (JRSTA_SRC_GET(status)) { in job_status_to_tee_result()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_jr.c512 if (JRSTA_SRC_GET(jobctx->status) != JRSTA_SRC(NONE)) in caam_jr_enqueue()
526 if (JRSTA_SRC_GET(jobctx->status) != JRSTA_SRC(NONE)) in caam_jr_enqueue()
H A Dcaam_rng.c300 if ((JRSTA_SRC_GET(jobctx.status) != JRSTA_SRC(CCB)) || in caam_rng_instantiation()