Commit 4dd828c80828637452a8a4e07a64e294c82e5d8b on main branch of src removed 2 macros, DMAP_MIN_ADDRESS and DMAP_MAX_ADDRESS and require to use variables (members of struct) kva_layout.dmap_low and kva_layout.dmap_high respectively.
This broke builds of x11/nvidia-driver[-304|-340|-390|-470|-devel].
And the change is not planned for MFC (POLA violation).
Fix build by using new variables conditionally.
As there are around 10 days between usable latest bump at base 65ed1a035ceb8f7c323c0bc0c7344a7fa7cadc9f and base 4dd828c80828637452a8a4e07a64e294c82e5d8b, there are broken time window.
PR: 288236