Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/arch/x86/
H A Darch_smp.h23 struct mp_config_table { struct
41 struct mp_config_table *config_table; /* address of mp configuration table */ argument
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp122 mp_config_table *config = floatingStruct->config_table; in smp_do_mp_config()
130 if (config->base_table_length < sizeof(mp_config_table)) { in smp_do_mp_config()
151 char *pointer = (char *)((uint32)config + sizeof(struct mp_config_table)); in smp_do_mp_config()