Searched hist:fd1f83fb450a45bccca7f215486018191cbab51f (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | mptable.c | diff fd1f83fb450a45bccca7f215486018191cbab51f Thu Aug 10 11:15:18 CEST 2017 Roger Pau Monné <royger@FreeBSD.org> apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase
Populate the lapics arrays and call cpu_add/lapic_create in the setup phase instead. Also store the max APIC ID found in the newly introduced max_apic_id global variable.
This is a requirement in order to make the static arrays currently using MAX_LAPIC_ID dynamic.
Sponsored by: Citrix Systems R&D MFC after: 1 month Reviewed by: kib Differential revision: https://reviews.freebsd.org/D11911
|
H A D | mp_x86.c | diff fd1f83fb450a45bccca7f215486018191cbab51f Thu Aug 10 11:15:18 CEST 2017 Roger Pau Monné <royger@FreeBSD.org> apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase
Populate the lapics arrays and call cpu_add/lapic_create in the setup phase instead. Also store the max APIC ID found in the newly introduced max_apic_id global variable.
This is a requirement in order to make the static arrays currently using MAX_LAPIC_ID dynamic.
Sponsored by: Citrix Systems R&D MFC after: 1 month Reviewed by: kib Differential revision: https://reviews.freebsd.org/D11911
|
H A D | local_apic.c | diff fd1f83fb450a45bccca7f215486018191cbab51f Thu Aug 10 11:15:18 CEST 2017 Roger Pau Monné <royger@FreeBSD.org> apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase
Populate the lapics arrays and call cpu_add/lapic_create in the setup phase instead. Also store the max APIC ID found in the newly introduced max_apic_id global variable.
This is a requirement in order to make the static arrays currently using MAX_LAPIC_ID dynamic.
Sponsored by: Citrix Systems R&D MFC after: 1 month Reviewed by: kib Differential revision: https://reviews.freebsd.org/D11911
|
/freebsd/sys/x86/acpica/ |
H A D | srat.c | diff fd1f83fb450a45bccca7f215486018191cbab51f Thu Aug 10 11:15:18 CEST 2017 Roger Pau Monné <royger@FreeBSD.org> apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase
Populate the lapics arrays and call cpu_add/lapic_create in the setup phase instead. Also store the max APIC ID found in the newly introduced max_apic_id global variable.
This is a requirement in order to make the static arrays currently using MAX_LAPIC_ID dynamic.
Sponsored by: Citrix Systems R&D MFC after: 1 month Reviewed by: kib Differential revision: https://reviews.freebsd.org/D11911
|
H A D | madt.c | diff fd1f83fb450a45bccca7f215486018191cbab51f Thu Aug 10 11:15:18 CEST 2017 Roger Pau Monné <royger@FreeBSD.org> apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase
Populate the lapics arrays and call cpu_add/lapic_create in the setup phase instead. Also store the max APIC ID found in the newly introduced max_apic_id global variable.
This is a requirement in order to make the static arrays currently using MAX_LAPIC_ID dynamic.
Sponsored by: Citrix Systems R&D MFC after: 1 month Reviewed by: kib Differential revision: https://reviews.freebsd.org/D11911
|
/freebsd/sys/x86/include/ |
H A D | x86_var.h | diff fd1f83fb450a45bccca7f215486018191cbab51f Thu Aug 10 11:15:18 CEST 2017 Roger Pau Monné <royger@FreeBSD.org> apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase
Populate the lapics arrays and call cpu_add/lapic_create in the setup phase instead. Also store the max APIC ID found in the newly introduced max_apic_id global variable.
This is a requirement in order to make the static arrays currently using MAX_LAPIC_ID dynamic.
Sponsored by: Citrix Systems R&D MFC after: 1 month Reviewed by: kib Differential revision: https://reviews.freebsd.org/D11911
|