Home
last modified time | relevance | path

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

/external/libunwind/src/ia64/
DGscript.c96 get_script_cache (unw_addr_space_t as, intrmask_t *saved_maskp) in get_script_cache() argument
105 if (!spin_trylock_irqsave (&cache->busy, *saved_maskp)) in get_script_cache()
119 lock_acquire (&cache->lock, *saved_maskp); in get_script_cache()
134 intrmask_t *saved_maskp) in put_script_cache() argument
140 spin_unlock_irqrestore (&cache->busy, *saved_maskp); in put_script_cache()
146 lock_release (&cache->lock, *saved_maskp); in put_script_cache()
/external/libunwind/src/dwarf/
DGparser.c517 get_rs_cache (unw_addr_space_t as, intrmask_t *saved_maskp) in get_rs_cache() argument
528 lock_acquire (&cache->lock, *saved_maskp); in get_rs_cache()
542 intrmask_t *saved_maskp) in put_rs_cache() argument
548 lock_release (&cache->lock, *saved_maskp); in put_rs_cache()