Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kdp/
H A Dkdp_core.c187 struct kdp_core_excluded_region { struct
188 struct kdp_core_excluded_region *next; argument
195 static struct kdp_core_excluded_region *excluded_regions; argument
200 struct kdp_core_excluded_region *region; in kdp_core_exclude_region()
226 struct kdp_core_excluded_region *region; in kdp_core_unexclude_region()
227 struct kdp_core_excluded_region **fixup = &excluded_regions; in kdp_core_unexclude_region()
253 struct kdp_core_excluded_region *region; in kernel_vaddr_in_excluded_region()