Searched refs:pdt_type (Results 1 – 1 of 1) sorted by relevance
33 static enum pdt_access_type pdt_type; variable59 #define PDT_ADDR_PHYS_MASK (pdt_type != PDT_PDC ? ~0x3f : ~0x0f)60 #define PDT_ADDR_PERM_ERR (pdt_type != PDT_PDC ? 2UL : 0UL)66 if (pdt_type == PDT_NONE) in arch_report_meminfo()151 pdt_type = PDT_PAT_NEW; in pdc_pdt_init()155 pdt_type = PDT_PAT_CELL; in pdc_pdt_init()160 pdt_type = PDT_PDC; in pdc_pdt_init()166 pdt_type = PDT_NONE; in pdc_pdt_init()178 pdt_type == PDT_PDC ? __stringify(PDT_PDC) : in pdc_pdt_init()179 pdt_type == PDT_PAT_CELL ? __stringify(PDT_PAT_CELL) in pdc_pdt_init()[all …]