Searched refs:MIC_MAGIC (Results 1 – 6 of 6) sorted by relevance
206 #define MIC_MAGIC 0xc0ffee00 macro
60 if (MIC_MAGIC != magic) { in mic_dp_init()
273 if (WARN(magic != MIC_MAGIC + type + index, "magic mismatch")) { in mic_find_vq()
454 le32toh(vr0->info->magic), MIC_MAGIC + type); in init_vr()455 assert(le32toh(vr0->info->magic) == MIC_MAGIC + type); in init_vr()467 le32toh(vr1->info->magic), MIC_MAGIC + type + 1); in init_vr()468 assert(le32toh(vr1->info->magic) == MIC_MAGIC + type + 1); in init_vr()
278 bootparam->magic = cpu_to_le32(MIC_MAGIC); in mic_bootparam_init()
663 vr->info->magic = cpu_to_le32(MIC_MAGIC + mvdev->virtio_id + i); in mic_virtio_add_device()