Searched refs:pulFlopBuffer (Results 1 – 1 of 1) sorted by relevance
233 uint32_t * pulFlopBuffer; in xPortUsesFloatingPoint() local249 pulFlopBuffer = ( uint32_t * ) pvPortMalloc( portFLOP_STORAGE_SIZE ); in xPortUsesFloatingPoint()251 if( pulFlopBuffer != NULL ) in xPortUsesFloatingPoint()254 memset( ( void * ) pulFlopBuffer, 0x00, portFLOP_STORAGE_SIZE ); in xPortUsesFloatingPoint()258 *pulFlopBuffer = get_fpscr(); in xPortUsesFloatingPoint()262 … vTaskSetApplicationTaskTag( xTask, ( void * ) ( pulFlopBuffer + portFLOP_REGISTERS_TO_STORE ) ); in xPortUsesFloatingPoint()