Home
last modified time | relevance | path

Searched hist:f12294b5bd214232eb0b4be87fed35519f006182 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dmmap.cdiff f12294b5bd214232eb0b4be87fed35519f006182 Fri Jul 07 15:40:45 CDT 2023 Richard Henderson <richard.henderson@linaro.org> bsd-user: Use page_find_range_empty for mmap_find_vma_reserved

Use the interval tree to find empty space, rather than
probing each page in turn.

Cc: Warner Losh <imp@bsdimp.com>
Cc: Kyle Evans <kevans@freebsd.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-bt: Warner Losh <imp@bsdimp.com>
Message-Id: <20230707204054.8792-18-richard.henderson@linaro.org>