Searched refs:excluded_regions (Results 1 – 1 of 1) sorted by relevance
189 static struct kdp_core_excluded_region *excluded_regions; variable210 region->next = excluded_regions; in kdp_core_exclude_region()211 excluded_regions = region; in kdp_core_exclude_region()221 struct kdp_core_excluded_region **fixup = &excluded_regions; in kdp_core_unexclude_region()224 for (region = excluded_regions; region; region = region->next) { in kdp_core_unexclude_region()252 for (region = excluded_regions; region; region = region->next) { in kernel_vaddr_in_excluded_region()