Searched refs:pr_cache (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c425 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset);
439 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content;
440 ucbp->pr_cache.additional = 1;
446 ucbp->pr_cache.ehtp =
448 ucbp->pr_cache.additional = 0;
452 if (*ucbp->pr_cache.ehtp & (1u << 31))
455 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf;
471 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp);
771 data = (_uw *) ucbp->pr_cache.ehtp;
792 if ((ucbp->pr_cache
[all...]
H A Dpr-support.c332 ptr = (_uw *) ucbp->pr_cache.ehtp;
360 return (_Unwind_Ptr) ucbp->pr_cache.fnstart;
373 ptr = (_uw *) ucbp->pr_cache.ehtp;
H A Dunwind-arm.h123 pr_cache; member in struct:_Unwind_Control_Block
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp117 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset;
173 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
185 ucbp->pr_cache.additional);
518 exception_object->pr_cache.fnstart = frameInfo.start_ip;
519 exception_object->pr_cache.ehtp =
521 exception_object->pr_cache.additional = frameInfo.flags;
528 exception_object->pr_cache.fnstart,
529 static_cast<void *>(exception_object->pr_cache.ehtp),
530 exception_object->pr_cache.additional);
633 exception_object->pr_cache
[all...]
H A DUnwindLevel1-gcc-ext.c169 // Update the pr_cache in the mock exception object.
171 ex.pr_cache.fnstart = frameInfo.start_ip;
172 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
173 ex.pr_cache.additional= frameInfo.flags;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h62 } pr_cache; member in struct:_Unwind_Control_Block
/openbsd-current/sys/sys/
H A Dpool.h195 struct cpumem * pr_cache; member in struct:pool
/openbsd-current/sys/kern/
H A Dsubr_pool.c496 if (pp->pr_cache != NULL)
571 if (pp->pr_cache != NULL) {
789 if (pp->pr_cache != NULL && TAILQ_EMPTY(&pp->pr_requests)) {
1563 if (pp->pr_cache != NULL)
1755 pp->pr_cache = cm;
1855 pc = cpumem_enter(pp->pr_cache);
1867 cpumem_leave(pp->pr_cache, pc);
1993 cm = pp->pr_cache;
1994 pp->pr_cache = NULL; /* make pool_put avoid the cache */
2057 if (pp->pr_cache
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h139 } pr_cache; member in struct:_Unwind_Control_Block

Completed in 210 milliseconds