Class PageManager.Unix

    • Constructor Detail

      • Unix

        Unix()
    • Method Detail

      • protectPages

        public void protectPages​(long address,
                                 int npages,
                                 int protection)
        Description copied from class: PageManager
        Sets the protection mask on a memory region.
        Specified by:
        protectPages in class PageManager
        Parameters:
        address - The start of the memory region.
        npages - The number of pages to protect.
        protection - The protection mask.