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.c5228 bool needs_mapping; in pmap_map_io_transient() local
5235 needs_mapping = false; in pmap_map_io_transient()
5242 needs_mapping = true; in pmap_map_io_transient()
5249 if (!needs_mapping) in pmap_map_io_transient()
5262 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/arm64/arm64/
H A Dpmap.c9502 bool needs_mapping; in pmap_map_io_transient() local
9509 needs_mapping = false; in pmap_map_io_transient()
9516 needs_mapping = true; in pmap_map_io_transient()
9523 if (!needs_mapping) in pmap_map_io_transient()
9536 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()