Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dtrap.c822 if ((frame->tf_err & PGEX_PK) != 0) { in trap_pfault()
913 code & PGEX_PK ? " prot key" : "", in trap_fatal()
/freebsd/sys/amd64/include/
H A Dpmap.h140 #define PGEX_PK 0x20 /* protection key violation */ macro