Home
last modified time | relevance | path

Searched refs:tdx_host_ids (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/virt/coco/tdx-host/
H A Dtdx-host.c17 static const struct x86_cpu_id tdx_host_ids[] = { variable
21 MODULE_DEVICE_TABLE(x86cpu, tdx_host_ids);
218 if (!x86_match_cpu(tdx_host_ids) || !tdx_get_sysinfo()) in tdx_host_init()