Searched refs:hint (Results 1 – 4 of 4) sorted by relevance
704 void *TEE_Malloc(size_t len, uint32_t hint) in TEE_Malloc() argument706 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() argument746 return TEE_Malloc(size, hint); in __GP11_TEE_Malloc()
286 uint32_t hint = 0; in at91_pm_change_state() local293 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()
120 void *TEE_Malloc(size_t size, uint32_t hint);121 void *__GP11_TEE_Malloc(uint32_t size, uint32_t hint);
3427 * Fix a flawed bounds check in server PSK hint parsing. In case the