Lines Matching defs:dst_cx
59 struct xen_processor_cx *dst_cx, *dst_cx_states = NULL;
74 dst_cx = &(dst_cx_states[ok++]);
76 dst_cx->reg.space_id = ACPI_ADR_SPACE_SYSTEM_IO;
78 dst_cx->reg.bit_width = 8;
79 dst_cx->reg.bit_offset = 0;
80 dst_cx->reg.access_size = 1;
82 dst_cx->reg.space_id = ACPI_ADR_SPACE_FIXED_HARDWARE;
85 dst_cx->reg.bit_offset = 2;
86 dst_cx->reg.bit_width = 1; /* VENDOR_INTEL */
88 dst_cx->reg.access_size = 0;
90 dst_cx->reg.address = cx->address;
92 dst_cx->type = cx->type;
93 dst_cx->latency = cx->latency;
95 dst_cx->dpcnt = 0;
96 set_xen_guest_handle(dst_cx->dp, NULL);