Searched refs:PTE1_VSID (Results 1 – 3 of 3) sorted by relevance
286 #define PTE1_VSID(v) (((v)>>7)&0xffffff) macro
201 if (VSID == PTE1_VSID(pte) && (api == PTE1_API(pte))) { in ppc_effective_to_physical()266 if (VSID == PTE1_VSID(pte) && (api == PTE1_API(pte))) { in ppc_effective_to_physical()
902 #define PTE1_VSID(v) (((v) >> 7) & 0xffffff) macro