Home
last modified time | relevance | path

Searched refs:excluded_regions (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/osfmk/kdp/
H A Dkdp_core.c189 static struct kdp_core_excluded_region *excluded_regions; variable
210 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()