Searched refs:MIC_MAGIC (Results 1 – 6 of 6) sorted by relevance
207 #define MIC_MAGIC 0xc0ffee00 macro
59 if (MIC_MAGIC != magic) { in mic_dp_init()
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()
385 bootparam->magic = cpu_to_le32(MIC_MAGIC); in mic_bootparam_init()
326 if (WARN(magic != MIC_MAGIC + type + index, "magic mismatch")) { in vop_find_vq()
324 vr->info->magic = cpu_to_le32(MIC_MAGIC + vdev->virtio_id + i); in vop_virtio_add_device()