{}

{    The purpose of this request is to cause a specific page frame to
{  be assigned to a maintenance user non_pageable segment at a specified
{  offset.  The assignment is possible if the requested page meets the
{  following cirteria:
{    -the page does not belong to the system
{    -the page is not flawed (flawed pages are accessible only through
{      the msp$assign_flawed_memory request)
{    -the page is not in a non-pageable segment
{
{        MSP$ASSIGN_REAL_PAGE(ELEMENT,PVA,RMA,PAGE_STATUS,STATUS)
{
{  ELEMENT: (input) This parameter specifies the identity of the system
{        memory from which the page is to be assigned.
{
{  PVA: (input) This parameter specifies the virtual address at which the
{        page requested may be referenced.  The PVA parameter must have
{        a byte offset which is 0 modulo page size.  The segment which
{        was created by mmp$create_segment must be non-pageable.
{
{  RMA: (input) This parameter specifies the byte address of the beginning
{        of the page frame to be assigned to the specified segment.  RMA
{        must be 0 modulo page size.
{
{  PAGE_STATUS: (output) This parameter specifies the system status of the
{        requested page.
{
{  STATUS: (output) This parameter specifies the request status.
