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.c5307 bool needs_mapping; in pmap_map_io_transient() local
5314 needs_mapping = false; in pmap_map_io_transient()
5322 needs_mapping = true; in pmap_map_io_transient()
5329 if (!needs_mapping) in pmap_map_io_transient()
5342 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/arm64/arm64/
H A Dpmap.c9682 bool needs_mapping; in pmap_map_io_transient() local
9689 needs_mapping = false; in pmap_map_io_transient()
9697 needs_mapping = true; in pmap_map_io_transient()
9704 if (!needs_mapping) in pmap_map_io_transient()
9717 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/amd64/amd64/
H A Dpmap.c10506 bool needs_mapping; in pmap_map_io_transient() local
10513 needs_mapping = false; in pmap_map_io_transient()
10521 needs_mapping = true; in pmap_map_io_transient()
10528 if (!needs_mapping) in pmap_map_io_transient()
10560 return (needs_mapping); in pmap_map_io_transient()