History log of /netbsd-src/sys/kern/subr_physmap.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 9ffa50b3 06-Sep-2021 andvar <andvar@NetBSD.org>

fix typos in word "segment" and two additional typos in if_tl.c.


# add69999 06-Sep-2020 riastradh <riastradh@NetBSD.org>

Fix some more uvm.h cleanup fallout.


# 354b08d2 06-Jun-2020 ad <ad@NetBSD.org>

uvmexp.ncolors being used where uvmexp.colormask wanted


# d797bd3d 19-Jan-2013 rmind <rmind@NetBSD.org>

- physmap_map, physmap_map_fini: pmap_update() must be performed before
freeing the VA; otherwise there is a window when it can be re-used while
stale TLB entries may be present.
- physmap_fill:

- physmap_map, physmap_map_fini: pmap_update() must be performed before
freeing the VA; otherwise there is a window when it can be re-used while
stale TLB entries may be present.
- physmap_fill: use MIN() instead of min(), since vsize_t is used.
- Add RCS ID comment while here and prevent physmap.h inclusion in userland.

show more ...


# beae54ff 18-Jan-2013 matt <matt@NetBSD.org>

Contain support routines used to create and destroy lists of physical pages
from lists of pages or ranges of virtual address. By using these physical
maps, the kernel can avoid mapping physical I/O

Contain support routines used to create and destroy lists of physical pages
from lists of pages or ranges of virtual address. By using these physical
maps, the kernel can avoid mapping physical I/O in the kernel's address space
in most cases.

show more ...