Searched refs:BASE_HC_ID (Results 1 – 1 of 1) sorted by relevance
| /hypervisor/include/public/ |
| A D | acrn_hv_defs.h | 22 #define BASE_HC_ID(x, y) (((x)<<24U)|(y)) macro 29 #define HC_GET_API_VERSION BASE_HC_ID(HC_ID, HC_ID_GEN_BASE + 0x00UL) 30 #define HC_SERVICE_VM_OFFLINE_CPU BASE_HC_ID(HC_ID, HC_ID_GEN_BASE + 0x01UL) 31 #define HC_SET_CALLBACK_VECTOR BASE_HC_ID(HC_ID, HC_ID_GEN_BASE + 0x02UL) 35 #define HC_CREATE_VM BASE_HC_ID(HC_ID, HC_ID_VM_BASE + 0x00UL) 36 #define HC_DESTROY_VM BASE_HC_ID(HC_ID, HC_ID_VM_BASE + 0x01UL) 37 #define HC_START_VM BASE_HC_ID(HC_ID, HC_ID_VM_BASE + 0x02UL) 38 #define HC_PAUSE_VM BASE_HC_ID(HC_ID, HC_ID_VM_BASE + 0x03UL) 39 #define HC_CREATE_VCPU BASE_HC_ID(HC_ID, HC_ID_VM_BASE + 0x04UL) 40 #define HC_RESET_VM BASE_HC_ID(HC_ID, HC_ID_VM_BASE + 0x05UL) [all …]
|
Completed in 5 milliseconds