gtps1m4xSystem Macros

SICFC-IPC Service Request

Use this system macro to request special system inter-processor communication function services.

Format




RTYPE
This required parameter specifies the type of request you are making. The only valid request is:

FLUSHQ
This service will send all SIPC items that have been queued for a specific processor.

REG=Rx
This parameter specifies a register containing the address of the entry for the specific processor in the IPC global table (IGT). Specify a general register in the range R0 through R7. The IGT is defined by the DCTIGT DSECT.

Entry Requirements

R14 and R15 must be available for use by this macro.

Return Conditions

Programming Considerations

Examples

None.