Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c138 if (bootprop_getval("cpuid_feature_ecx_include", &prop_value) != 0) in mlsetup()
143 if (bootprop_getval("cpuid_feature_ecx_exclude", &prop_value) != 0) in mlsetup()
148 if (bootprop_getval("cpuid_feature_edx_include", &prop_value) != 0) in mlsetup()
153 if (bootprop_getval("cpuid_feature_edx_exclude", &prop_value) != 0) in mlsetup()
176 if (bootprop_getval("kpti", &prop_value) == 0) { in mlsetup()
184 if (bootprop_getval("pcid", &prop_value) == 0 && prop_value == 0) { in mlsetup()
428 if (bootprop_getval(PLAT_DR_OPTIONS_NAME, &prop_value) == 0) { in mlsetup()
443 if (bootprop_getval(PLAT_DR_PHYSMAX_NAME, &prop_value) == 0) { in mlsetup()
448 if (bootprop_getval(BOOT_NCPUS_NAME, &prop_value) != 0) { in mlsetup()
463 if (bootprop_getval(PLAT_MAX_NCPUS_NAME, &prop_value) != 0) { in mlsetup()
[all …]
H A Dlgrpplat.c983 if (bootprop_getval(BP_LGRP_TOPO_LEVELS, &value) == 0) in lgrp_plat_init()
989 if (bootprop_getval(BP_LGRP_SRAT_ENABLE, &value) == 0) in lgrp_plat_init()
995 if (bootprop_getval(BP_LGRP_SLIT_ENABLE, &value) == 0) in lgrp_plat_init()
1001 if (bootprop_getval(BP_LGRP_MSCT_ENABLE, &value) == 0) in lgrp_plat_init()
H A Dfakebop.c3008 bootprop_getval(const char *prop_name, u_longlong_t *prop_value) in bootprop_getval() function
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h248 extern int bootprop_getval(const char *, u_longlong_t *);