Searched defs:spar_controlvm_channel_protocol (Results 1 – 1 of 1) sorted by relevance
347 struct spar_controlvm_channel_protocol { struct348 struct channel_header header;349 u64 gp_controlvm; /* guest phys addr of this channel */350 u64 gp_partition_tables;/* guest phys addr of partition tables */351 u64 gp_diag_guest; /* guest phys addr of diagnostic channel */352 u64 gp_boot_romdisk;/* guest phys addr of (read* only) Boot ROM disk */353 u64 gp_boot_ramdisk;/* guest phys addr of writable Boot RAM disk */354 u64 gp_acpi_table; /* guest phys addr of acpi table */355 u64 gp_control_channel;/* guest phys addr of control channel */356 u64 gp_diag_romdisk;/* guest phys addr of diagnostic ROM disk */[all …]