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.c5306 bool needs_mapping; in pmap_map_io_transient() local
5313 needs_mapping = false; in pmap_map_io_transient()
5320 needs_mapping = true; in pmap_map_io_transient()
5327 if (!needs_mapping) in pmap_map_io_transient()
5340 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/arm64/arm64/
H A Dpmap.c9588 bool needs_mapping; in pmap_map_io_transient() local
9595 needs_mapping = false; in pmap_map_io_transient()
9602 needs_mapping = true; in pmap_map_io_transient()
9609 if (!needs_mapping) in pmap_map_io_transient()
9622 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/amd64/amd64/
H A Dpmap.c10492 bool needs_mapping; in pmap_map_io_transient() local
10499 needs_mapping = false; in pmap_map_io_transient()
10506 needs_mapping = true; in pmap_map_io_transient()
10513 if (!needs_mapping) in pmap_map_io_transient()
10545 return (needs_mapping); in pmap_map_io_transient()