Lines Matching refs:kIsKernelRegion
176 && (function->region->flags & region_type::kIsKernelRegion) == 0) { in updateStack()
344 const uint32_t kIsKernelRegion = region_type::kIsKernelRegion; in getAction() local
346 if (((mPrevFunction->region->flags & kIsKernelRegion) == 0) in getAction()
347 && (function->region->flags & kIsKernelRegion)) { in getAction()
352 } else if ((mPrevFunction->region->flags & kIsKernelRegion) in getAction()
353 && ((function->region->flags & kIsKernelRegion) == 0)) { in getAction()
435 const uint32_t kIsKernelRegion = region_type::kIsKernelRegion; in doPush() local
450 if ((mPrevFunction->region->flags & kIsKernelRegion) in doPush()
451 && ((function->region->flags & kIsKernelRegion) == 0) in doPush()
664 const uint32_t kIsKernelRegion = region_type::kIsKernelRegion; in doPop() local
665 if ((mPrevFunction->region->flags & kIsKernelRegion) in doPop()
666 && ((function->region->flags & kIsKernelRegion) == 0)) { in doPop()