Home
last modified time | relevance | path

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

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