Home
last modified time | relevance | path

Searched refs:needisync (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/mips64/mips64/
H A Dpmap.c282 int needisync; member
319 sr_arg.needisync = needisync; in pmap_shootdown_range()
695 int needisync = 0; in pmap_do_remove() local
766 needisync = 1; in pmap_do_remove()
773 if (needisync) in pmap_do_remove()
800 int needisync = 0; in pmap_page_wrprotect() local
837 needisync = 1; in pmap_page_wrprotect()
841 if (needisync) in pmap_page_wrprotect()
940 int needisync = 0; in pmap_protect() local
1031 if (needisync) in pmap_protect()
[all …]
/openbsd/sys/arch/alpha/alpha/
H A Dpmap.c1209 if (needisync) in pmap_do_remove()
1273 needisync |= in pmap_do_remove()
1305 if (needisync) in pmap_do_remove()
1528 needisync = TRUE; in pmap_enter()
1776 if (needisync) in pmap_enter()
1824 needisync = TRUE; in pmap_kenter_pa()
1848 if (needisync) in pmap_kenter_pa()
1887 needisync = TRUE; in pmap_kremove()
1905 if (needisync) in pmap_kremove()
2396 needisync = TRUE; in pmap_remove_mapping()
[all …]