Searched hist:"295 f4b6cfec069476c648f929cb70e33eabee4d0" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/x86/include/ |
H A D | x86_var.h | diff 295f4b6cfec069476c648f929cb70e33eabee4d0 Mon Oct 24 22:47:46 CEST 2016 Konstantin Belousov <kib@FreeBSD.org> Follow-up to r307866: - Make !KDB config buildable. - Simplify interface to nmi_handle_intr() by evaluating panic_on_nmi in one place, namely nmi_call_kdb(). This allows to remove do_panic argument from the functions, and to remove i386/amd64 duplication of the variable and sysctl definitions. Note that now NMI causes panic(9) instead of trap_fatal() reporting and then panic(9), consistently for NMIs delivered while CPU operated in ring 0 and 3.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | diff 295f4b6cfec069476c648f929cb70e33eabee4d0 Mon Oct 24 22:47:46 CEST 2016 Konstantin Belousov <kib@FreeBSD.org> Follow-up to r307866: - Make !KDB config buildable. - Simplify interface to nmi_handle_intr() by evaluating panic_on_nmi in one place, namely nmi_call_kdb(). This allows to remove do_panic argument from the functions, and to remove i386/amd64 duplication of the variable and sysctl definitions. Note that now NMI causes panic(9) instead of trap_fatal() reporting and then panic(9), consistently for NMIs delivered while CPU operated in ring 0 and 3.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
H A D | mp_x86.c | diff 295f4b6cfec069476c648f929cb70e33eabee4d0 Mon Oct 24 22:47:46 CEST 2016 Konstantin Belousov <kib@FreeBSD.org> Follow-up to r307866: - Make !KDB config buildable. - Simplify interface to nmi_handle_intr() by evaluating panic_on_nmi in one place, namely nmi_call_kdb(). This allows to remove do_panic argument from the functions, and to remove i386/amd64 duplication of the variable and sysctl definitions. Note that now NMI causes panic(9) instead of trap_fatal() reporting and then panic(9), consistently for NMIs delivered while CPU operated in ring 0 and 3.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
/freebsd/sys/i386/i386/ |
H A D | trap.c | diff 295f4b6cfec069476c648f929cb70e33eabee4d0 Mon Oct 24 22:47:46 CEST 2016 Konstantin Belousov <kib@FreeBSD.org> Follow-up to r307866: - Make !KDB config buildable. - Simplify interface to nmi_handle_intr() by evaluating panic_on_nmi in one place, namely nmi_call_kdb(). This allows to remove do_panic argument from the functions, and to remove i386/amd64 duplication of the variable and sysctl definitions. Note that now NMI causes panic(9) instead of trap_fatal() reporting and then panic(9), consistently for NMIs delivered while CPU operated in ring 0 and 3.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|
/freebsd/sys/amd64/amd64/ |
H A D | trap.c | diff 295f4b6cfec069476c648f929cb70e33eabee4d0 Mon Oct 24 22:47:46 CEST 2016 Konstantin Belousov <kib@FreeBSD.org> Follow-up to r307866: - Make !KDB config buildable. - Simplify interface to nmi_handle_intr() by evaluating panic_on_nmi in one place, namely nmi_call_kdb(). This allows to remove do_panic argument from the functions, and to remove i386/amd64 duplication of the variable and sysctl definitions. Note that now NMI causes panic(9) instead of trap_fatal() reporting and then panic(9), consistently for NMIs delivered while CPU operated in ring 0 and 3.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
|