Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c450 case PROC_KPTI_CTL: in cpu_procctl()
458 if (com == PROC_KPTI_CTL) { in cpu_procctl()
464 if (com == PROC_KPTI_CTL || com == PROC_LA_CTL) { in cpu_procctl()
469 if (com == PROC_KPTI_CTL && in cpu_procctl()
486 case PROC_KPTI_CTL: in cpu_procctl()
/f-stack/freebsd/x86/include/
H A Dprocctl.h36 #define PROC_KPTI_CTL (PROC_PROCCTL_MD_MIN + 0) macro