Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api.c704 void *TEE_Malloc(size_t len, uint32_t hint) in TEE_Malloc() argument
706 switch (hint) { in TEE_Malloc()
739 EMSG("Invalid hint %#" PRIx32, hint); in TEE_Malloc()
744 void *__GP11_TEE_Malloc(uint32_t size, uint32_t hint) in __GP11_TEE_Malloc() argument
746 return TEE_Malloc(size, hint); in __GP11_TEE_Malloc()
/optee_os/core/drivers/pm/sam/
H A Dat91_pm.c286 uint32_t hint = 0; in at91_pm_change_state() local
293 hint = SHIFT_U32(type, PM_HINT_SUSPEND_TYPE_SHIFT); in at91_pm_change_state()
295 pm_change_state(op, hint); in at91_pm_change_state()
/optee_os/lib/libutee/include/
H A Dtee_internal_api.h120 void *TEE_Malloc(size_t size, uint32_t hint);
121 void *__GP11_TEE_Malloc(uint32_t size, uint32_t hint);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3427 * Fix a flawed bounds check in server PSK hint parsing. In case the