Home
last modified time | relevance | path

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

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