Searched refs:ecode (Results 1 – 1 of 1) sorted by relevance
221 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size);1901 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size) in vTraceStoreMemMangEvent() argument1968 ma->type = (uint8_t) (ecode + 1); /* Note this! */ in vTraceStoreMemMangEvent()1969 ms->type = (uint8_t) ecode; /* Set type of first event */ in vTraceStoreMemMangEvent()1986 void prvTraceStoreKernelCall(uint32_t ecode, traceObjectClass objectClass, uint32_t objectNumber) in prvTraceStoreKernelCall() argument1996 TRACE_ASSERT(ecode < 0xFF, "prvTraceStoreKernelCall: ecode >= 0xFF", TRC_UNUSED); in prvTraceStoreKernelCall()2030 kse->type = (uint8_t)ecode; in prvTraceStoreKernelCall()