Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kdp/
H A Dkdp_core.c181 struct kdp_core_excluded_region { struct
182 struct kdp_core_excluded_region *next; argument
189 static struct kdp_core_excluded_region *excluded_regions; argument
194 struct kdp_core_excluded_region *region; in kdp_core_exclude_region()
220 struct kdp_core_excluded_region *region; in kdp_core_unexclude_region()
221 struct kdp_core_excluded_region **fixup = &excluded_regions; in kdp_core_unexclude_region()
247 struct kdp_core_excluded_region *region; in kernel_vaddr_in_excluded_region()