Searched refs:pdt_type (Results 1 – 1 of 1) sorted by relevance
35 static enum pdt_access_type pdt_type; variable61 #define PDT_ADDR_PHYS_MASK (pdt_type != PDT_PDC ? ~0x3f : ~0x0f)62 #define PDT_ADDR_PERM_ERR (pdt_type != PDT_PDC ? 2UL : 0UL)68 if (pdt_type == PDT_NONE) in arch_report_meminfo()153 pdt_type = PDT_PAT_NEW; in pdc_pdt_init()157 pdt_type = PDT_PAT_CELL; in pdc_pdt_init()162 pdt_type = PDT_PDC; in pdc_pdt_init()168 pdt_type = PDT_NONE; in pdc_pdt_init()180 pdt_type == PDT_PDC ? __stringify(PDT_PDC) : in pdc_pdt_init()181 pdt_type == PDT_PAT_CELL ? __stringify(PDT_PAT_CELL) in pdc_pdt_init()[all …]