Searched refs:kIsKernelRegion (Results 1 – 7 of 7) sorted by relevance
176 && (function->region->flags & region_type::kIsKernelRegion) == 0) { in updateStack()344 const uint32_t kIsKernelRegion = region_type::kIsKernelRegion; in getAction() local346 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() local450 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[all …]
58 if (lump_kernel && (sym->region->flags & region_type::kIsKernelRegion)) { in GetSymbol()81 if (include_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) in IsIncludedProcedure()90 if (exclude_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) in IsExcludedProcedure()
185 uint32_t region_mask = region_type::kIsKernelRegion in main()187 if ((flags & region_mask) == region_type::kIsKernelRegion) { in main()229 if (flags & region_type::kIsKernelRegion) { in main()
122 if (sym->region->flags & region_type::kIsKernelRegion) in main()
37 if (function->region->flags & region_type::kIsKernelRegion) in getFrameType()
141 if (psym->region->flags & region_type::kIsKernelRegion) in main()
48 static const uint32_t kIsKernelRegion = 0x01; member470 region->flags = region_type::kIsKernelRegion; in AddPredefinedRegion()539 region->flags = region_type::kIsKernelRegion; in ReadKernelSymbols()884 if (regions[ii]->flags & region_type::kIsKernelRegion) { in CopyKernelRegion()