Searched hist:bdcc293fa855f4777eb4567d2e108bf8fd1ae508 (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/private/kernel/util/ |
H A D | BitUtils.h | bdcc293fa855f4777eb4567d2e108bf8fd1ae508 Wed May 31 00:55:47 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> kernel/vm: handle page protections in cut_area
- Resize the `page_protections` array in `cut_area` and also shift the bits if necessary. - Set the correct protection array as well as the real page protections for the second area produced by `cut_area`.
Change-Id: I62293480487e869420ebe5a3bc729cec2a14c687 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6395 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/src/tests/system/kernel/ |
H A D | mmap_cut_tests.cpp | bdcc293fa855f4777eb4567d2e108bf8fd1ae508 Wed May 31 00:55:47 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> kernel/vm: handle page protections in cut_area
- Resize the `page_protections` array in `cut_area` and also shift the bits if necessary. - Set the correct protection array as well as the real page protections for the second area produced by `cut_area`.
Change-Id: I62293480487e869420ebe5a3bc729cec2a14c687 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6395 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/src/system/kernel/util/ |
H A D | Bitmap.cpp | bdcc293fa855f4777eb4567d2e108bf8fd1ae508 Wed May 31 00:55:47 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> kernel/vm: handle page protections in cut_area
- Resize the `page_protections` array in `cut_area` and also shift the bits if necessary. - Set the correct protection array as well as the real page protections for the second area produced by `cut_area`.
Change-Id: I62293480487e869420ebe5a3bc729cec2a14c687 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6395 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/src/system/kernel/vm/ |
H A D | vm.cpp | bdcc293fa855f4777eb4567d2e108bf8fd1ae508 Wed May 31 00:55:47 UTC 2023 Trung Nguyen <trungnt282910@gmail.com> kernel/vm: handle page protections in cut_area
- Resize the `page_protections` array in `cut_area` and also shift the bits if necessary. - Set the correct protection array as well as the real page protections for the second area produced by `cut_area`.
Change-Id: I62293480487e869420ebe5a3bc729cec2a14c687 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6395 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|