CEEBSRSA — Set return save area

The CEEBSRSA compiler-writer interface (CWI) dynamically sets the save area through which Language Environment returns on termination of the current enclave.

Syntax

#include <__le_cwi.h>

void __CEEBSRSA (void **rsa_address);

rsa_address
The register save area address that is used for return after Language Environment termination. Registers are restored from rsa_address and control transferred using R14 which is contained within the rsa_address.
Usage Notes:
  1. This service is provided explicitly for compatibility support and is not intended for general use.
  2. This service allows members to identify the register save area that Language Environment uses as the target save area for its termination.
  3. No verification is performed on the parameter.
  4. This routine is has no effect when running in a preinitialized environment.