Searched refs:E_RMM_AGAIN (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_keymgmt.c | 64 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_key_program() 89 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_key_set_go() 114 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_key_set_stop() 133 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_km_pull_response()
|
| H A D | rmmd_attest.c | 124 err = E_RMM_AGAIN; in rmmd_attest_get_platform_token()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_el3_token_sign.c | 68 return E_RMM_AGAIN; in plat_rmmd_el3_token_sign_push_req() 86 return E_RMM_AGAIN; in plat_rmmd_el3_token_sign_pull_resp()
|
| /rk3399_ARM-atf/include/services/ |
| H A D | rmmd_svc.h | 99 #define E_RMM_AGAIN -6 macro
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 246 ``E_RMM_AGAIN``,The resource is busy. Try again.,-6 470 It is valid for the calls of this command to return ``E_RMM_AGAIN`` error, 513 ``E_RMM_AGAIN``,Resource for Platform token retrieval is busy. Try again. 680 ``E_RMM_AGAIN``,"For opcode RMM_EL3_TOKEN_SIGN_PUSH_REQ_OP, if the request is not queued since 798 …``E_RMM_AGAIN``,Returned only for non-blocking mode. IDE-KM interface is busy or request is full. … 859 …``E_RMM_AGAIN``,Returned only for non-blocking mode. IDE-KM interface is busy or request is full. … 920 …``E_RMM_AGAIN``,Returned only for non-blocking mode. IDE-KM interface is busy or request is full. … 979 ``E_RMM_AGAIN``,IDE-KM response queue is empty and no response is available.
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2463 - E_RMM_AGAIN Indicates that the request was not queued since the 2495 - E_RMM_AGAIN Indicates that a response is not ready yet. 2568 if the key programming is unsuccesful, E_RMM_UNK for an unknown error, E_RMM_AGAIN returned 2606 if the key programming is unsuccesful, E_RMM_UNK for an unknown error, E_RMM_AGAIN returned 2644 if the key programming is unsuccesful, E_RMM_UNK for an unknown error, E_RMM_AGAIN returned 2680 IDE-KM interface is having blocking semantics, E_RMM_AGAIN if the response queue is empty.
|