Searched refs:excluded_regions (Results 1 – 1 of 1) sorted by relevance
201 static struct kdp_core_excluded_region *excluded_regions; variable222 region->next = excluded_regions; in kdp_core_exclude_region()223 excluded_regions = region; in kdp_core_exclude_region()231 struct kdp_core_excluded_region **fixup = &excluded_regions; in kdp_core_unexclude_region()234 for (region = excluded_regions; region; region = region->next) { in kdp_core_unexclude_region()260 for (region = excluded_regions; region; region = region->next) { in kernel_vaddr_in_excluded_region()