Home
last modified time | relevance | path

Searched refs:pr_cache (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dpr-support.c323 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()
351 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()
364 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dpr-support.c323 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()
351 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()
364 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc343 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset);
378 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content;
379 ucbp->pr_cache.additional = 1;
385 ucbp->pr_cache.ehtp =
387 ucbp->pr_cache.additional = 0;
391 if (*ucbp->pr_cache.ehtp & (1u << 31))
394 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf;
419 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp);
838 data = (_uw *) ucbp->pr_cache.ehtp;
859 if ((ucbp->pr_cache.additional & 1) == 0)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc339 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset);
374 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content;
375 ucbp->pr_cache.additional = 1;
381 ucbp->pr_cache.ehtp =
383 ucbp->pr_cache.additional = 0;
387 if (*ucbp->pr_cache.ehtp & (1u << 31))
390 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf;
415 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp);
834 data = (_uw *) ucbp->pr_cache.ehtp;
855 if ((ucbp->pr_cache.additional & 1) == 0)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dpr-support.c481 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()
518 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()
528 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dpr-support.c481 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()
518 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()
528 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
/netbsd-src/sys/arch/arm/include/
H A Dehabi.h104 } pr_cache; member
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dunwind-arm-common.h118 pr_cache; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h118 pr_cache; member
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dunwind-arm.h95 } pr_cache; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d139 _pr_cache pr_cache; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d139 _pr_cache pr_cache; member
/netbsd-src/sys/kern/
H A Dsubr_pool.c887 pp->pr_cache = NULL; in pool_init()
1049 KASSERT(pp->pr_cache == NULL); in pool_destroy()
1690 if ((pc = atomic_load_consume(&pp->pr_cache)) != NULL) in pool_reclaim()
1901 if ((pc = atomic_load_consume(&pp->pr_cache)) != NULL) { in pool_print1()
2193 atomic_store_release(&pp->pr_cache, pc);
2232 atomic_store_relaxed(&pp->pr_cache, NULL); in pool_cache_bootstrap_destroy()
3385 (pc = atomic_load_consume(&pp->pr_cache)) != NULL) { in pool_whatis()
3482 if ((pc = atomic_load_consume(&pp->pr_cache)) != NULL) { in pool_sysctl()
/netbsd-src/sys/sys/
H A Dpool.h126 struct pool_cache *pr_cache; /* Cache for this pool */ member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h136 } pr_cache; member
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1816 if (pp->pr_cache == NULL) in dopoolcache()
1820 deref_kptr(pp->pr_cache, pc, sizeof(*pc), "pool cache trashed"); in dopoolcache()