Searched hist:"041 b7317f75ecc5e1629e2dd6786c8bdbe1b19eb" (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | pmap.h | diff 041b7317f75ecc5e1629e2dd6786c8bdbe1b19eb Sat Jul 10 21:53:41 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> Add pmap_vm_page_alloc_check()
which is the place to put MD asserts about allocated pages.
On amd64, verify that allocated page does not belong to the kernel (text, data) or early allocated pages.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31121
|
/freebsd/sys/arm64/include/ |
H A D | pmap.h | diff 041b7317f75ecc5e1629e2dd6786c8bdbe1b19eb Sat Jul 10 21:53:41 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> Add pmap_vm_page_alloc_check()
which is the place to put MD asserts about allocated pages.
On amd64, verify that allocated page does not belong to the kernel (text, data) or early allocated pages.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31121
|
/freebsd/sys/arm/include/ |
H A D | pmap.h | diff 041b7317f75ecc5e1629e2dd6786c8bdbe1b19eb Sat Jul 10 21:53:41 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> Add pmap_vm_page_alloc_check()
which is the place to put MD asserts about allocated pages.
On amd64, verify that allocated page does not belong to the kernel (text, data) or early allocated pages.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31121
|
/freebsd/sys/powerpc/include/ |
H A D | pmap.h | diff 041b7317f75ecc5e1629e2dd6786c8bdbe1b19eb Sat Jul 10 21:53:41 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> Add pmap_vm_page_alloc_check()
which is the place to put MD asserts about allocated pages.
On amd64, verify that allocated page does not belong to the kernel (text, data) or early allocated pages.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31121
|
/freebsd/sys/i386/include/ |
H A D | pmap.h | diff 041b7317f75ecc5e1629e2dd6786c8bdbe1b19eb Sat Jul 10 21:53:41 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> Add pmap_vm_page_alloc_check()
which is the place to put MD asserts about allocated pages.
On amd64, verify that allocated page does not belong to the kernel (text, data) or early allocated pages.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31121
|
/freebsd/sys/amd64/include/ |
H A D | pmap.h | diff 041b7317f75ecc5e1629e2dd6786c8bdbe1b19eb Sat Jul 10 21:53:41 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> Add pmap_vm_page_alloc_check()
which is the place to put MD asserts about allocated pages.
On amd64, verify that allocated page does not belong to the kernel (text, data) or early allocated pages.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31121
|
/freebsd/sys/vm/ |
H A D | vm_page.c | diff 041b7317f75ecc5e1629e2dd6786c8bdbe1b19eb Sat Jul 10 21:53:41 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> Add pmap_vm_page_alloc_check()
which is the place to put MD asserts about allocated pages.
On amd64, verify that allocated page does not belong to the kernel (text, data) or early allocated pages.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31121
|