HV Syscalls: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→HV Syscalls) |
||
Line 860: | Line 860: | ||
| 250 | | 250 | ||
| [[HV Syscall Reference#lv1_undocumented_function_250|lv1_undocumented_function_250]] | | [[HV Syscall Reference#lv1_undocumented_function_250|lv1_undocumented_function_250]] | ||
| | | 5 | ||
| | | 2 | ||
|- | |- | ||
| 251 | | 251 | ||
| [[HV Syscall Reference#lv1_undocumented_function_251|lv1_undocumented_function_251]] | | [[HV Syscall Reference#lv1_undocumented_function_251|lv1_undocumented_function_251]] | ||
| | | 2 | ||
| | | 1 | ||
|- | |- | ||
| 252 | | 252 | ||
| [[HV Syscall Reference#lv1_undocumented_function_252|lv1_undocumented_function_252]] | | [[HV Syscall Reference#lv1_undocumented_function_252|lv1_undocumented_function_252]] | ||
| | | 4 | ||
| | | 1 | ||
|- | |- | ||
| 253 | | 253 | ||
| [[HV Syscall Reference#lv1_undocumented_function_253|lv1_undocumented_function_253]] | | [[HV Syscall Reference#lv1_undocumented_function_253|lv1_undocumented_function_253]] | ||
| | | 3 | ||
| | | 2 | ||
|- | |- | ||
| 254 | | 254 | ||
Line 907: | Line 907: | ||
|- | |- | ||
|} | |} | ||
== HV Return Values == | == HV Return Values == |
Revision as of 21:33, 25 September 2011
LV1/hvcall index
This page is used as an indexpage of the hypercalls listed @ HV Syscall Reference
HV Syscalls
Unofficial Hypercalls added
Number | Function - Added by | Notes |
---|---|---|
16 | Peek - graf | |
20 | Poke - graf |
HV Return Values
Status | Code |
---|---|
LV1_SUCCESS | 0 |
not used | -1 |
LV1_RESOURCE_SHORTAGE | -2 |
LV1_NO_PRIVILEGE | -3 |
LV1_DENIED_BY_POLICY | -4 |
LV1_ACCESS_VIOLATION | -5 |
LV1_NO_ENTRY | -6 |
LV1_DUPLICATE_ENTRY | -7 |
LV1_TYPE_MISMATCH | -8 |
LV1_BUSY | -9 |
LV1_EMPTY | -10 |
LV1_WRONG_STATE | -11 |
not used | -12 |
LV1_NO_MATCH | -13 |
LV1_ALREADY_CONNECTED | -14 |
LV1_UNSUPPORTED_PARAMETER_VALUE | -15 |
LV1_CONDITION_NOT_SATISFIED | -16 |
LV1_ILLEGAL_PARAMETER_VALUE | -17 |
LV1_BAD_OPTION | -18 |
LV1_IMPLEMENTATION_LIMITATION | -19 |
LV1_NOT_IMPLEMENTED | -20 |
LV1_INVALID_CLASS_ID | -21 |
LV1_CONSTRAINT_NOT_SATISFIED | -22 |
LV1_ALIGNMENT_ERROR | -23 |
LV1_INTERNAL_ERROR | -32768 |