Searched refs:PTE_X (Results 1 – 3 of 3) sorted by relevance
73 attr & PTE_X ? 'x' : '-', in print_pte()110 if (attr & (PTE_R | PTE_W | PTE_X)) { in walk_pte()
1005 if (pte & (PTE_R | PTE_W | PTE_X)) { in get_physical_address()1030 switch (pte & (PTE_R | PTE_W | PTE_X)) { in get_physical_address()1032 case PTE_W | PTE_X: in get_physical_address()1043 if (pte & PTE_X) { in get_physical_address()
642 #define PTE_X 0x008 /* Execute */ macro