Searched refs:MIC_MAGIC (Results 1 – 6 of 6) sorted by relevance
207 #define MIC_MAGIC 0xc0ffee00 macro
47 if (MIC_MAGIC != magic) { in mic_dp_init()
443 le32toh(vr0->info->magic), MIC_MAGIC + type); in init_vr()444 assert(le32toh(vr0->info->magic) == MIC_MAGIC + type); in init_vr()456 le32toh(vr1->info->magic), MIC_MAGIC + type + 1); in init_vr()457 assert(le32toh(vr1->info->magic) == MIC_MAGIC + type + 1); in init_vr()
373 bootparam->magic = cpu_to_le32(MIC_MAGIC); in mic_bootparam_init()
334 if (WARN(magic != MIC_MAGIC + type + index, "magic mismatch")) { in vop_find_vq()
312 vr->info->magic = cpu_to_le32(MIC_MAGIC + vdev->virtio_id + i); in vop_virtio_add_device()