Searched refs:PTE_U (Results 1 – 3 of 3) sorted by relevance
74 attr & PTE_U ? 'u' : '-', in print_pte()
649 #define PTE_U 0x010 /* User */ macro
1094 if (pte & (PTE_D | PTE_A | PTE_U | PTE_ATTR)) { in get_physical_address()1179 if (pte & PTE_U) { in get_physical_address()