Home
last modified time | relevance | path

Searched refs:PGEX_PK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/amd64/include/
H A Dpte.h101 #define PGEX_PK 0x20 /* protection key violation */ macro
/freebsd/sys/amd64/amd64/
H A Dtrap.c808 if ((frame->tf_err & PGEX_PK) != 0) { in trap_pfault()
900 code & PGEX_PK ? " prot key" : "", in trap_diag()