Searched refs:pdt_type (Results 1 – 1 of 1) sorted by relevance
36 static enum pdt_access_type pdt_type; variable62 #define PDT_ADDR_PHYS_MASK (pdt_type != PDT_PDC ? ~0x3f : ~0x0f)63 #define PDT_ADDR_PERM_ERR (pdt_type != PDT_PDC ? 2UL : 0UL)69 if (pdt_type == PDT_NONE) in arch_report_meminfo()154 pdt_type = PDT_PAT_NEW; in pdc_pdt_init()158 pdt_type = PDT_PAT_CELL; in pdc_pdt_init()163 pdt_type = PDT_PDC; in pdc_pdt_init()169 pdt_type = PDT_NONE; in pdc_pdt_init()181 pdt_type == PDT_PDC ? __stringify(PDT_PDC) : in pdc_pdt_init()182 pdt_type == PDT_PAT_CELL ? __stringify(PDT_PAT_CELL) in pdc_pdt_init()[all …]