{
{    The purpose of this request is to dynamically satisfy a reference
{  to an entry point from a specified protection environment.  The reference
{  will be satisfied by a previously_loaded entry point if possible;
{  otherwise the library list will be searched for an appropriate
{  module to load.
{
{        PMP$LOAD_ENTRY_POINT (NAME, REFERENCE_RING, REFERENCE_GLOBAL_KEY,
{          KIND, ADDRESS, STATUS)
{
{  NAME: (input) This parameter specifies the name of entry point being
{       referenced.
{
{  REFERENCE_RING: (input) This parameter specifies the ring of the
{       protection environment from which the entry point is being referenced.
{
{  REFERENCE_GLOBAL_KEY: (input) This parameter specifies the global_key
{       of the protection environment from which the entry point is being
{       referenced.
{
{  KIND: (input) This parameter specifies the kind of address to be
{        returned.
{
{  ADDRESS: (output) This parameter specifies the kind of address
{        being returned and the address assigned to 'NAME'.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             lle$entry_point_not_found
{             lle$entry_point_unaligned
{             lle$loader_stopped
