Searched refs:excluded_regions (Results 1 – 1 of 1) sorted by relevance
199 static struct kdp_core_excluded_region *excluded_regions; variable220 region->next = excluded_regions; in kdp_core_exclude_region()221 excluded_regions = region; in kdp_core_exclude_region()229 struct kdp_core_excluded_region **fixup = &excluded_regions; in kdp_core_unexclude_region()232 for (region = excluded_regions; region; region = region->next) { in kdp_core_unexclude_region()258 for (region = excluded_regions; region; region = region->next) { in kernel_vaddr_in_excluded_region()