Searched hist:"93 e81baa1c1baccf4eca9e3dbfe5ac9378e9623a" (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/vmm/ |
H A D | vmm_stat.c | 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|
H A D | vmm_stat.h | 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_stat.h | diff 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|
H A D | vmm.c | diff 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_stat.h | diff 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|
H A D | vmm.c | diff 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|
/freebsd/sys/modules/vmm/ |
H A D | Makefile | diff 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|
/freebsd/sys/conf/ |
H A D | files.arm64 | diff 93e81baa1c1baccf4eca9e3dbfe5ac9378e9623a Mon Aug 26 20:41:14 CEST 2024 Mark Johnston <markj@FreeBSD.org> vmm: Move duplicated stats code into a generic file
There is a small difference between the arm64 and amd64 implementations: the latter makes use of a "scope" to exclude AMD-specific stats on Intel systems and vice-versa. Replace this with a more generic predicate callback which can be used for the same purpose.
No functional change intended.
Reviewed by: corvink, jhb Differential Revision: https://reviews.freebsd.org/D46430
|