Searched refs:prot_fault_translation (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dtrap.c162 static int prot_fault_translation = 0; variable
163 SYSCTL_INT(_machdep, OID_AUTO, prot_fault_translation, CTLFLAG_RW,
164 &prot_fault_translation, 0, "Select signal to deliver on protection fault");
416 else if (prot_fault_translation == 0) {
430 } else if (prot_fault_translation == 1) {
/freebsd-11-stable/sys/amd64/amd64/
H A Dtrap.c151 static int prot_fault_translation; variable
152 SYSCTL_INT(_machdep, OID_AUTO, prot_fault_translation, CTLFLAG_RWTUN,
153 &prot_fault_translation, 0,
355 } else if (prot_fault_translation == 0) {
369 } else if (prot_fault_translation == 1) {

Completed in 162 milliseconds