Skip to content
Snippets Groups Projects
  • Avi Kivity's avatar
    5ab7dba3
    mmu: add reserve() · 5ab7dba3
    Avi Kivity authored
    Reserves a vma range for later use.  Can be useful to implement mmap() hints
    with a two-step algorithm - reserve a range, then overwrite it with the real
    mmap.
    5ab7dba3
    History
    mmu: add reserve()
    Avi Kivity authored
    Reserves a vma range for later use.  Can be useful to implement mmap() hints
    with a two-step algorithm - reserve a range, then overwrite it with the real
    mmap.