Home
last modified time | relevance | path

Searched refs:PROC_KPTI_CTL_ENABLE_ON_EXEC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Dprocctl.h39 #define PROC_KPTI_CTL_ENABLE_ON_EXEC 1 macro
/freebsd/usr.bin/proccontrol/
H A Dproccontrol.c306 case PROC_KPTI_CTL_ENABLE_ON_EXEC: in main()
395 arg = enable ? PROC_KPTI_CTL_ENABLE_ON_EXEC : in main()
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c416 if (pti && val == PROC_KPTI_CTL_ENABLE_ON_EXEC) in cpu_procctl_kpti_ctl()
426 PROC_KPTI_CTL_ENABLE_ON_EXEC: in cpu_procctl_kpti_status()
503 val != PROC_KPTI_CTL_ENABLE_ON_EXEC && in cpu_procctl()