name: iommu_idmap
ID: 6
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;

	field:u64 from;	offset:2;	size:8;	signed:0;
	field:u64 to;	offset:10;	size:8;	signed:0;
	field:int prot;	offset:18;	size:4;	signed:1;

print fmt: "from=0x%llx to=0x%llx prot=0x%x", REC->from, REC->to, REC->prot
