Searched refs:PGEX_PK (Results 1 – 2 of 2) sorted by relevance
784 if ((frame->tf_err & PGEX_PK) != 0) { in trap_pfault()877 code & PGEX_PK ? " prot key" : "",
140 #define PGEX_PK 0x20 /* protection key violation */ macro