Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmptable.c282 if (mpfps->config_type != 0) { in mptable_probe()
287 if (mpfps->config_type != 5 && mpfps->config_type != 6) { in mptable_probe()
290 mpfps->config_type); in mptable_probe()
337 if (mpfps->config_type != 0) { in mptable_probe_cpus()
360 if (mpfps->config_type != 0) { in mptable_setup_local()
549 if (mpfps->config_type != 0) { in mptable_count_items()
551 switch (mpfps->config_type) { in mptable_count_items()
565 mpfps->config_type); in mptable_count_items()
622 if (mpfps->config_type != 0) { in mptable_parse_apics_and_busses()
920 if (mpfps->config_type == 7) in mptable_parse_default_config_ints()
[all …]
/f-stack/freebsd/x86/include/
H A Dmptable.h53 uint8_t config_type; member