HV Syscalls: Difference between revisions
Jump to navigation
Jump to search
Line 905: | Line 905: | ||
| Poke - graf | | Poke - graf | ||
| | | | ||
|- | |||
|} | |||
=== HV Syscalls Table Offset === | |||
(preliminary table, please help to fill in/expand) | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
|- | |||
! FW version !! Syscall Table !! Notes | |||
|- | |||
| 3.55 Retail || || | |||
|- | |||
| 3.55 DEX || || | |||
|- | |||
| 3.41 Retail || || | |||
|- | |||
| 3.41 DEX || || | |||
|- | |||
| 3.41 KIOSK || || | |||
|- | |||
| 3.40 Retail || || | |||
|- | |||
| 3.30 Retail || || | |||
|- | |||
| 3.21 Retail || || | |||
|- | |||
| 3.15 Retail || || | |||
|- | |||
| 3.10 Retail || || | |||
|- | |||
| 3.01 Retail || || | |||
|- | |||
| 2.85 Retail || || | |||
|- | |||
| 2.76 Retail || || | |||
|- | |||
| 2.70 Retail || || | |||
|- | |||
| 2.60 Retail || || | |||
|- | |||
| 2.53 Retail || || | |||
|- | |||
| 2.43 Retail || || | |||
|- | |||
| 2.43 JIG || || | |||
|- | |||
| 2.42 DEX || || | |||
|- | |||
| 1.92 TOOL || || | |||
|- | |||
| 1.60 TOOL || || | |||
|- | |||
| 1.02 Retail || || | |||
|- | |||
| 1.00 DEX || || | |||
|- | |- | ||
|} | |} |
Revision as of 14:02, 26 November 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 Syscalls Table Offset
(preliminary table, please help to fill in/expand)
FW version | Syscall Table | Notes |
---|---|---|
3.55 Retail | ||
3.55 DEX | ||
3.41 Retail | ||
3.41 DEX | ||
3.41 KIOSK | ||
3.40 Retail | ||
3.30 Retail | ||
3.21 Retail | ||
3.15 Retail | ||
3.10 Retail | ||
3.01 Retail | ||
2.85 Retail | ||
2.76 Retail | ||
2.70 Retail | ||
2.60 Retail | ||
2.53 Retail | ||
2.43 Retail | ||
2.43 JIG | ||
2.42 DEX | ||
1.92 TOOL | ||
1.60 TOOL | ||
1.02 Retail | ||
1.00 DEX |
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 |