Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dmalloc_ea.c47 __send_to_ppe (JSRE_LIBEA_SIGNALCODE, SPE_LIBEA_MALLOC, &sz); in malloc_ea()
Dfree_ea.c51 __send_to_ppe(JSRE_LIBEA_SIGNALCODE, SPE_LIBEA_FREE , &ptr_arg); in free_ea()
Dcalloc_ea.c56 __send_to_ppe (JSRE_LIBEA_SIGNALCODE, SPE_LIBEA_CALLOC, &args); in calloc_ea()
Drealloc_ea.c55 __send_to_ppe (JSRE_LIBEA_SIGNALCODE, SPE_LIBEA_REALLOC, &args); in realloc_ea()
Dposix_memalign_ea.c66 return __send_to_ppe (JSRE_LIBEA_SIGNALCODE, SPE_LIBEA_POSIX_MEMALIGN, in posix_memalign_ea()
Dea_internal.h50 #define JSRE_LIBEA_SIGNALCODE 0x2105 macro