Home
last modified time | relevance | path

Searched refs:PMAP_UNLOCK (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dpmap.c779 PMAP_UNLOCK(pmap); in pmap_extract()
810 PMAP_UNLOCK(pmap); in pmap_extract_and_hold()
1936 PMAP_UNLOCK(pmap); in pmap_remove()
2101 PMAP_UNLOCK(pmap); in pmap_protect()
2300 PMAP_UNLOCK(pmap); in pmap_enter()
2321 PMAP_UNLOCK(pmap); in pmap_enter_quick()
2576 PMAP_UNLOCK(pmap); in pmap_unwire()
2899 PMAP_UNLOCK(pmap); in pmap_remove_pages()
3067 PMAP_UNLOCK(pmap); in pmap_is_prefaultable()
3157 PMAP_UNLOCK(pmap); in pmap_advise()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c1302 PMAP_UNLOCK(pmap); in pmap_extract()
1364 PMAP_UNLOCK(pmap); in pmap_extract_and_hold()
1821 PMAP_UNLOCK(pmap); in pmap_pinit_stage()
3124 PMAP_UNLOCK(pmap); in pmap_remove()
3400 PMAP_UNLOCK(pmap); in pmap_protect()
3749 PMAP_UNLOCK(pmap); in pmap_senter()
3777 PMAP_UNLOCK(pmap); in pmap_sremove()
3866 PMAP_UNLOCK(pmap); in pmap_sremove_pages()
4198 PMAP_UNLOCK(pmap); in pmap_enter()
4407 PMAP_UNLOCK(pmap); in pmap_enter_object()
[all …]
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c1973 PMAP_UNLOCK(pmap); in pmap_extract()
2014 PMAP_UNLOCK(pmap); in pmap_extract_and_hold()
4099 PMAP_UNLOCK(pmap); in pmap_enter()
4256 PMAP_UNLOCK(pmap); in pmap_remove()
4517 PMAP_UNLOCK(pmap); in pmap_remove_pages()
4669 PMAP_UNLOCK(pmap); in pmap_enter_quick()
4834 PMAP_UNLOCK(pmap); in pmap_enter_object()
5081 PMAP_UNLOCK(pmap); in pmap_protect()
5227 PMAP_UNLOCK(pmap); in pmap_is_prefaultable()
5515 PMAP_UNLOCK(pmap); in pmap_unwire()
[all …]
/f-stack/freebsd/i386/i386/
H A Dpmap.c1715 PMAP_UNLOCK(pmap); in __CONCAT()
1750 PMAP_UNLOCK(pmap); in __CONCAT()
3211 PMAP_UNLOCK(pmap); in __CONCAT()
3483 PMAP_UNLOCK(pmap); in __CONCAT()
3894 PMAP_UNLOCK(pmap); in __CONCAT()
4081 PMAP_UNLOCK(pmap); in __CONCAT()
4102 PMAP_UNLOCK(pmap); in __CONCAT()
4376 PMAP_UNLOCK(pmap); in __CONCAT()
4891 PMAP_UNLOCK(pmap); in __CONCAT()
4968 PMAP_UNLOCK(pmap); in __CONCAT()
[all …]
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c3694 PMAP_UNLOCK(pmap); in pmap_extract()
3748 PMAP_UNLOCK(pmap); in pmap_extract_and_hold()
6157 PMAP_UNLOCK(pmap); in pmap_remove()
6469 PMAP_UNLOCK(pmap); in pmap_protect()
6703 PMAP_UNLOCK(pmap); in pmap_enter_largepage()
6996 PMAP_UNLOCK(pmap); in pmap_enter()
7234 PMAP_UNLOCK(pmap); in pmap_enter_object()
7256 PMAP_UNLOCK(pmap); in pmap_enter_quick()
7555 PMAP_UNLOCK(pmap); in pmap_unwire()
8174 PMAP_UNLOCK(pmap); in pmap_remove_pages()
[all …]
/f-stack/freebsd/arm/include/
H A Dpmap-v6.h130 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/mips/include/
H A Dpmap.h119 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/arm64/include/
H A Dpmap.h144 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/i386/include/
H A Dpmap.h196 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h402 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx) macro