Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/Renesas/SH2A_FPU/
Dport.c233 uint32_t * pulFlopBuffer; in xPortUsesFloatingPoint() local
249 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()