Searched refs:pdt_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Dpdt.c36 static enum pdt_access_type pdt_type; variable in typeref:enum:pdt_access_type
62 #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)
154 pdt_type = PDT_PAT_NEW;
158 pdt_type = PDT_PAT_CELL;
163 pdt_type = PDT_PDC;
169 pdt_type = PDT_NONE;
181 pdt_type == PDT_PDC ? __stringify(PDT_PDC) :
182 pdt_type
[all...]

Completed in 162 milliseconds