Home
last modified time | relevance | path

Searched refs:needs_mapping (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dpmap.c5204 bool needs_mapping; in pmap_map_io_transient() local
5211 needs_mapping = false; in pmap_map_io_transient()
5218 needs_mapping = true; in pmap_map_io_transient()
5225 if (!needs_mapping) in pmap_map_io_transient()
5238 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/arm64/arm64/
H A Dpmap.c9343 bool needs_mapping; in pmap_map_io_transient() local
9350 needs_mapping = false; in pmap_map_io_transient()
9357 needs_mapping = true; in pmap_map_io_transient()
9364 if (!needs_mapping) in pmap_map_io_transient()
9377 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/amd64/amd64/
H A Dpmap.c10521 bool needs_mapping; in pmap_map_io_transient() local
10528 needs_mapping = false; in pmap_map_io_transient()
10535 needs_mapping = true; in pmap_map_io_transient()
10542 if (!needs_mapping) in pmap_map_io_transient()
10574 return (needs_mapping); in pmap_map_io_transient()