2867534f3d
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
135 lines
931 B
Plaintext
135 lines
931 B
Plaintext
static unsigned char ssdt_proc_name[] = {
|
|
0x28
|
|
};
|
|
static unsigned char ssdp_proc_aml[] = {
|
|
0x53,
|
|
0x53,
|
|
0x44,
|
|
0x54,
|
|
0x78,
|
|
0x0,
|
|
0x0,
|
|
0x0,
|
|
0x1,
|
|
0x78,
|
|
0x42,
|
|
0x58,
|
|
0x50,
|
|
0x43,
|
|
0x0,
|
|
0x0,
|
|
0x42,
|
|
0x58,
|
|
0x53,
|
|
0x53,
|
|
0x44,
|
|
0x54,
|
|
0x0,
|
|
0x0,
|
|
0x1,
|
|
0x0,
|
|
0x0,
|
|
0x0,
|
|
0x49,
|
|
0x4e,
|
|
0x54,
|
|
0x4c,
|
|
0x23,
|
|
0x8,
|
|
0x13,
|
|
0x20,
|
|
0x5b,
|
|
0x83,
|
|
0x42,
|
|
0x5,
|
|
0x43,
|
|
0x50,
|
|
0x41,
|
|
0x41,
|
|
0xaa,
|
|
0x0,
|
|
0x0,
|
|
0x0,
|
|
0x0,
|
|
0x0,
|
|
0x8,
|
|
0x49,
|
|
0x44,
|
|
0x5f,
|
|
0x5f,
|
|
0xa,
|
|
0xaa,
|
|
0x8,
|
|
0x5f,
|
|
0x48,
|
|
0x49,
|
|
0x44,
|
|
0xd,
|
|
0x41,
|
|
0x43,
|
|
0x50,
|
|
0x49,
|
|
0x30,
|
|
0x30,
|
|
0x30,
|
|
0x37,
|
|
0x0,
|
|
0x14,
|
|
0xf,
|
|
0x5f,
|
|
0x4d,
|
|
0x41,
|
|
0x54,
|
|
0x0,
|
|
0xa4,
|
|
0x43,
|
|
0x50,
|
|
0x4d,
|
|
0x41,
|
|
0x49,
|
|
0x44,
|
|
0x5f,
|
|
0x5f,
|
|
0x14,
|
|
0xf,
|
|
0x5f,
|
|
0x53,
|
|
0x54,
|
|
0x41,
|
|
0x0,
|
|
0xa4,
|
|
0x43,
|
|
0x50,
|
|
0x53,
|
|
0x54,
|
|
0x49,
|
|
0x44,
|
|
0x5f,
|
|
0x5f,
|
|
0x14,
|
|
0xf,
|
|
0x5f,
|
|
0x45,
|
|
0x4a,
|
|
0x30,
|
|
0x1,
|
|
0x43,
|
|
0x50,
|
|
0x45,
|
|
0x4a,
|
|
0x49,
|
|
0x44,
|
|
0x5f,
|
|
0x5f,
|
|
0x68
|
|
};
|
|
static unsigned char ssdt_proc_id[] = {
|
|
0x38
|
|
};
|
|
static unsigned char ssdt_proc_end[] = {
|
|
0x78
|
|
};
|
|
static unsigned char ssdt_proc_start[] = {
|
|
0x24
|
|
};
|