Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dvm_machdep.c880 #define MDS_NOT_REQUIRED 0x8000 macro
914 rv = MDS_NOT_REQUIRED; in mds_check_support()
925 rv = MDS_NOT_REQUIRED; in mds_check_support()
1019 if (mds_support & MDS_NOT_REQUIRED) in mds_sysctl_changed()
1034 if (mds_mode & MDS_NOT_REQUIRED) in mds_sysctl_changed()
1068 MDS_NOT_REQUIRED; in sysctl_mds_mitigation()
1094 if (mds & MDS_NOT_REQUIRED) { in sysctl_mds_mitigation()
1095 mds &= ~MDS_NOT_REQUIRED; in sysctl_mds_mitigation()
1137 mds |= MDS_NOT_REQUIRED; in sysctl_mds_mitigation()
1226 if ((mds_support & MDS_NOT_REQUIRED) == 0 && in mds_vm_setup()