diff options
| author | Missy Connell <missyc@us.ibm.com> | 2012-09-10 16:05:01 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-10-09 17:10:32 -0500 |
| commit | 1bf8c6b8376efacd03e3ec62d5ded5b2be4bff39 (patch) | |
| tree | c266815232142e67f15a61ffcbdf09407737f259 /src/include/kernel/syscalls.H | |
| parent | fb1836fd7b1b8839815595db08ae740ec7b86347 (diff) | |
| download | blackbird-hostboot-1bf8c6b8376efacd03e3ec62d5ded5b2be4bff39.tar.gz blackbird-hostboot-1bf8c6b8376efacd03e3ec62d5ded5b2be4bff39.zip | |
Extend VMM to 32M
Add mmLinearMap to create block at a specified phys addr.
Added iv_MaptoPhy in the block to indicate we are physically mapped
block and to not apply the HRMOR.
Change-Id: I75ddb19b82ae9a2035ff873edff8a34a33c74639
RTC:43401
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1846
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/syscalls.H')
| -rw-r--r-- | src/include/kernel/syscalls.H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H index f31526868..2a3ba6095 100644 --- a/src/include/kernel/syscalls.H +++ b/src/include/kernel/syscalls.H @@ -110,6 +110,12 @@ namespace Systemcalls /** mm_virt_to_phys() */ MM_VIRT_TO_PHYS, + /** mm_extend() */ + MM_EXTEND, + + /** mm_linear_map() */ + MM_LINEAR_MAP, + SYSCALL_MAX }; |

