Searched refs:const_sysctl (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/x86/x86/ |
| D | x86_machdep.c | 1371 const_sysctl(struct sysctllog **clog, const char *name, int type, in const_sysctl() function 1482 const_sysctl(clog, "fpu_present", CTLTYPE_INT, i386_fpu_present, 1484 const_sysctl(clog, "osfxsr", CTLTYPE_INT, i386_use_fxsave, 1486 const_sysctl(clog, "sse", CTLTYPE_INT, i386_has_sse, 1488 const_sysctl(clog, "sse2", CTLTYPE_INT, i386_has_sse2, 1491 const_sysctl(clog, "fpu_save", CTLTYPE_INT, x86_fpu_save, 1493 const_sysctl(clog, "fpu_save_size", CTLTYPE_INT, x86_fpu_save_size, 1495 const_sysctl(clog, "xsave_features", CTLTYPE_QUAD, x86_xsave_features, 1499 const_sysctl(clog, "biosbasemem", CTLTYPE_INT, biosbasemem, 1501 const_sysctl(clog, "biosextmem", CTLTYPE_INT, biosextmem,
|