Searched refs:SPACE_SYSTEM_IO (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/include/arch/x86/asm/ |
| A D | default_acpi_info.h | 22 #define PM1A_EVT_SPACE_ID SPACE_SYSTEM_IO 26 #define PM1B_EVT_SPACE_ID SPACE_SYSTEM_IO 32 #define PM1A_CNT_SPACE_ID SPACE_SYSTEM_IO 37 #define PM1B_CNT_SPACE_ID SPACE_SYSTEM_IO
|
| /hypervisor/arch/x86/ |
| A D | cpu_state_tbl.c | 38 {{SPACE_SYSTEM_IO, 0x8U, 0U, 0U, 0x415UL}, 0x2U, 0x32U, 0x0AUL}, /* C2 */ 39 {{SPACE_SYSTEM_IO, 0x8U, 0U, 0U, 0x419UL}, 0x3U, 0x96U, 0x0AUL} /* C3 */ 104 {{SPACE_SYSTEM_IO, 0x8U, 0U, 0U, 0x1816UL}, 0x2U, 0x97U, 0UL}, /* C2 */ 105 {{SPACE_SYSTEM_IO, 0x8U, 0U, 0U, 0x1819UL}, 0x3U, 0x40AU, 0UL} /* C3 */
|
| A D | pm.c | 260 if ((gas->space_id == SPACE_SYSTEM_IO) && in reset_host()
|
| /hypervisor/arch/x86/guest/ |
| A D | pm.c | 99 if (cx_data->cx_reg.space_id == SPACE_SYSTEM_IO) { in init_cx_port() 256 if ((gas->address != 0UL) && (gas->space_id == SPACE_SYSTEM_IO) && (gas->bit_width != 0U)) { in register_gas_io_handler()
|
| A D | vm_reset.c | 229 (gas->space_id == SPACE_SYSTEM_IO) && in register_reset_port_handler()
|
| /hypervisor/include/public/ |
| A D | acrn_common.h | 506 #define SPACE_SYSTEM_IO 1U macro
|
Completed in 9 milliseconds