222c222
< * Map a contiguous range of virtual addresses in this process's
---
> * Maps a contiguous range of virtual addresses in this process's
224,226c224,225
< * This function exists primarily to enable exposing the map
< * operation to python, so that configuration scripts can set up
< * mappings in SE mode.
---
> * This function exists primarily to expose the map operation to
> * python, so that configuration scripts can set up mappings in SE mode.
230a230
> * @param cacheable Specifies whether accesses are cacheable.
234c234
< bool map(Addr vaddr, Addr paddr, int size);
---
> bool map(Addr vaddr, Addr paddr, int size, bool cacheable = true);