Searched refs:zero_page_mutex (Results 1 – 2 of 2) sorted by relevance
102 static struct mtx zero_page_mutex; variable794 mtx_lock(&zero_page_mutex); in mmu_booke_zero_page_area()801 mtx_unlock(&zero_page_mutex); in mmu_booke_zero_page_area()813 mtx_lock(&zero_page_mutex); in mmu_booke_zero_page()821 mtx_unlock(&zero_page_mutex); in mmu_booke_zero_page()
172 static struct mtx zero_page_mutex; variable783 mtx_init(&zero_page_mutex, "mmu_booke_zero_page", NULL, MTX_DEF); in mmu_booke_bootstrap()