{
{    The purpose of this procedure is to find the name of the module and the
{ name of the file from which the specified entry point was loaded into the
{ specified ring.
{
{       LOP$FIND_ENTRY_POINT_RESIDENCE (ENTRY_POINT, LOADED_RING, MODULE_NAME,
{             FILE_REFERENCE, STATUS)
{
{ ENTRY_POINT: (input)  This parameter specifies the entry point whose
{       residence is to be found.
{
{ LOADED_RING: (input,output)  This parameter specifies the ring in which the
{       entry point whose residence is to be found was loaded. If the entry
{       point was loaded in a more privileged ring and gated to the specified
{       ring, then this parameter returns the ring in which the entry point
{       was actually loaded.
{
{ MODULE_NAME: (output)  This parameter specifies the name of the module from
{       which the entry point was loaded.
{
{ FILE_REFERENCE: (output)  This parameter specifies the file from which the
{       entry point was loaded.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             lle$entry_point_not_found
