PDT_PDC            59 arch/parisc/kernel/pdt.c #define PDT_ADDR_PHYS_MASK	(pdt_type != PDT_PDC ? ~0x3f : ~0x0f)
PDT_PDC            60 arch/parisc/kernel/pdt.c #define PDT_ADDR_PERM_ERR	(pdt_type != PDT_PDC ? 2UL : 0UL)
PDT_PDC           160 arch/parisc/kernel/pdt.c 		pdt_type = PDT_PDC;
PDT_PDC           178 arch/parisc/kernel/pdt.c 			pdt_type == PDT_PDC ? __stringify(PDT_PDC) :
PDT_PDC           197 arch/parisc/kernel/pdt.c 	if (pdt_type == PDT_PDC)