Home
last modified time | relevance | path

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

/src/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()
/src/sys/arm64/arm64/
H A Dpmap.c9572 bool needs_mapping; in pmap_map_io_transient() local
9579 needs_mapping = false; in pmap_map_io_transient()
9586 needs_mapping = true; in pmap_map_io_transient()
9593 if (!needs_mapping) in pmap_map_io_transient()
9606 return (needs_mapping); in pmap_map_io_transient()
/src/sys/amd64/amd64/
H A Dpmap.c10501 bool needs_mapping; in pmap_map_io_transient() local
10508 needs_mapping = false; in pmap_map_io_transient()
10515 needs_mapping = true; in pmap_map_io_transient()
10522 if (!needs_mapping) in pmap_map_io_transient()
10554 return (needs_mapping); in pmap_map_io_transient()