HomeSort by: relevance | last modified time | path
    Searched defs:pmap_pmap_lock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/alpha/
pmap.c 414 pmap_pmap_lock(pmap_t const pmap) function in typeref:typename:kmutex_t *
425 #define PMAP_LOCK(pmap) mutex_enter(pmap_pmap_lock(pmap))
426 #define PMAP_UNLOCK(pmap) mutex_exit(pmap_pmap_lock(pmap))
pmap.c 414 pmap_pmap_lock(pmap_t const pmap) function in typeref:typename:kmutex_t *
425 #define PMAP_LOCK(pmap) mutex_enter(pmap_pmap_lock(pmap))
426 #define PMAP_UNLOCK(pmap) mutex_exit(pmap_pmap_lock(pmap))
pmap.c 414 pmap_pmap_lock(pmap_t const pmap) function in typeref:typename:kmutex_t *
425 #define PMAP_LOCK(pmap) mutex_enter(pmap_pmap_lock(pmap))
426 #define PMAP_UNLOCK(pmap) mutex_exit(pmap_pmap_lock(pmap))

Completed in 37 milliseconds