Searched refs:HC_ID_VM_BASE (Results 1 – 1 of 1) sorted by relevance
34 #define HC_ID_VM_BASE 0x10UL macro35 #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)41 #define HC_SET_VCPU_REGS BASE_HC_ID(HC_ID, HC_ID_VM_BASE + 0x06UL)
Completed in 4 milliseconds