Skip to content
  • Philippe Gerum's avatar
    x86/mm: enable PTE pinning · 9132c8e1
    Philippe Gerum authored
    Ask the generic pipeline core to call us for pre-loading page table
    entries upon ioremap/vmalloc, for preventing further minor faults
    accessing such memory due to PTE misses.
    
    Revisit: a better way may be to make the code handling minor faults
    runnable safely and quickly from the head domain, by reorganizing a
    couple of code paths in the fault handler. All other I-pipe ports
    actually do just that.
    9132c8e1