Class FilteredMemoryPageOverlay


public class FilteredMemoryPageOverlay extends MemoryPageOverlay
  • Constructor Details

    • FilteredMemoryPageOverlay

      public FilteredMemoryPageOverlay(AddressSpace spc, MemoryBank ul, boolean writeBack)
  • Method Details

    • setChunk

      public void setChunk(long offset, int size, byte[] val)
      Description copied from class: MemoryBank
      This the most general method for writing a sequence of bytes into the memory bank. The initial offset and page writes will be wrapped within the address space.
      Overrides:
      setChunk in class MemoryBank
      Parameters:
      offset - is the start of the byte range to be written. This offset will be wrapped within the space
      size - is the number of bytes to write
      val - is a pointer to the sequence of bytes to be written into the bank