Home
last modified time | relevance | path

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

/freebsd-14.2/sys/riscv/riscv/
H A Dpmap.c4846 bool needs_mapping; in pmap_map_io_transient() local
4853 needs_mapping = false; in pmap_map_io_transient()
4860 needs_mapping = true; in pmap_map_io_transient()
4867 if (!needs_mapping) in pmap_map_io_transient()
4880 return (needs_mapping); in pmap_map_io_transient()
/freebsd-14.2/sys/arm64/arm64/
H A Dpmap.c7771 bool needs_mapping; in pmap_map_io_transient() local
7778 needs_mapping = false; in pmap_map_io_transient()
7785 needs_mapping = true; in pmap_map_io_transient()
7792 if (!needs_mapping) in pmap_map_io_transient()
7805 return (needs_mapping); in pmap_map_io_transient()
/freebsd-14.2/sys/amd64/amd64/
H A Dpmap.c10494 bool needs_mapping; in pmap_map_io_transient() local
10502 needs_mapping = false; in pmap_map_io_transient()
10509 needs_mapping = true; in pmap_map_io_transient()
10516 if (!needs_mapping) in pmap_map_io_transient()
10551 return (needs_mapping); in pmap_map_io_transient()