Searched refs:MSG_INBOUND_POST_STACK (Results 1 – 2 of 2) sorted by relevance
202 …if( (headptr < MSG_INBOUND_POST_STACK) || (headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE… in send_msg()210 if( headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) ) in send_msg()211 headptr = MSG_INBOUND_POST_STACK; in send_msg()
108 #define MSG_INBOUND_POST_STACK 0x104000 /* stack of messages to the EMB */ macro