44 #if defined(RTEMS_MULTIPROCESSING) 69 current = &next->
Node;
Constants and Prototypes Related to the Internal Error Handler.
#define OBJECTS_INDEX_START_BIT
#define OBJECTS_NODE_START_BIT
Objects_Information **const _Objects_Information_table[OBJECTS_APIS_LAST+1]
void _Objects_Initialize_information(Objects_Information *information)
Initializes the specified objects information.
#define OBJECTS_INDEX_MINIMUM
static __inline__ Objects_Maximum _Objects_Get_index(Objects_Id id)
Returns the index portion of the ID.
Inlined Routines in the Object Handler.
Information Required to Manipulate Physical Addresses.
static __inline__ Chain_Node * _Chain_Head(Chain_Control *the_chain)
Returns pointer to chain head.
static __inline__ uint32_t _Objects_Get_class(Objects_Id id)
Returns the class portion of the ID.
#define _Objects_Local_node
The local MPCI node number.
#define OBJECTS_INDEX_MASK
System State Handler API.
#define OBJECTS_NODE_MASK
Information Related to the RAM Workspace.
static __inline__ Objects_APIs _Objects_Get_API(Objects_Id id)
Returns the API portion of the ID.
static __inline__ Chain_Node * _Chain_Tail(Chain_Control *the_chain)
Returns pointer to chain tail.
RTEMS_INLINE_ROUTINE void * _Addresses_Add_offset(const void *base, uintptr_t offset)
Adds offset to an address.