arm_coprocessor arm_cpu_group_exclusive
API Reference Manual  /  4 Model-to-Model Interfaces  / 

arm_cpu_group_event

Description
This interface is only intended to be used between Arm CPU objects. It contains the functions needed for cross-CPU communication related to event signalling.

signal_event notifies the CPU to set the event register.

SIM_INTERFACE(arm_cpu_group_event) {
        void (*signal_event)(conf_object_t *obj);
};

#define ARM_CPU_GROUP_EVENT_INTERFACE "arm_cpu_group_event"

Execution Context
Threaded Context for all methods.

arm_coprocessor arm_cpu_group_exclusive