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.c4849 bool needs_mapping; in pmap_map_io_transient() local
4856 needs_mapping = false; in pmap_map_io_transient()
4863 needs_mapping = true; in pmap_map_io_transient()
4870 if (!needs_mapping) in pmap_map_io_transient()
4883 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/arm64/arm64/
H A Dpmap.c9167 bool needs_mapping; in pmap_map_io_transient() local
9174 needs_mapping = false; in pmap_map_io_transient()
9181 needs_mapping = true; in pmap_map_io_transient()
9188 if (!needs_mapping) in pmap_map_io_transient()
9201 return (needs_mapping); in pmap_map_io_transient()
/freebsd/sys/amd64/amd64/
H A Dpmap.c10491 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()
10548 return (needs_mapping); in pmap_map_io_transient()