Lines Matching defs:dst_cx
58 struct xen_processor_cx *dst_cx, *dst_cx_states = NULL;
73 dst_cx = &(dst_cx_states[ok++]);
75 dst_cx->reg.space_id = ACPI_ADR_SPACE_SYSTEM_IO;
77 dst_cx->reg.bit_width = 8;
78 dst_cx->reg.bit_offset = 0;
79 dst_cx->reg.access_size = 1;
81 dst_cx->reg.space_id = ACPI_ADR_SPACE_FIXED_HARDWARE;
84 dst_cx->reg.bit_offset = 2;
85 dst_cx->reg.bit_width = 1; /* VENDOR_INTEL */
87 dst_cx->reg.access_size = 0;
89 dst_cx->reg.address = cx->address;
91 dst_cx->type = cx->type;
92 dst_cx->latency = cx->latency;
94 dst_cx->dpcnt = 0;
95 set_xen_guest_handle(dst_cx->dp, NULL);