x86_machdep.c | 1380 const_sysctl(struct sysctllog **clog, const char *name, int type, function in typeref:typename:void 1491 const_sysctl(clog, "fpu_present", CTLTYPE_INT, i386_fpu_present, 1493 const_sysctl(clog, "osfxsr", CTLTYPE_INT, i386_use_fxsave, 1495 const_sysctl(clog, "sse", CTLTYPE_INT, i386_has_sse, 1497 const_sysctl(clog, "sse2", CTLTYPE_INT, i386_has_sse2, 1500 const_sysctl(clog, "fpu_save", CTLTYPE_INT, x86_fpu_save, 1502 const_sysctl(clog, "fpu_save_size", CTLTYPE_INT, x86_fpu_save_size, 1504 const_sysctl(clog, "xsave_features", CTLTYPE_QUAD, x86_xsave_features, 1508 const_sysctl(clog, "biosbasemem", CTLTYPE_INT, biosbasemem, 1510 const_sysctl(clog, "biosextmem", CTLTYPE_INT, biosextmem [all...] |