Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kdp/
H A Dkdp_core.c191 struct kdp_core_excluded_region { struct
192 struct kdp_core_excluded_region *next; argument
199 static struct kdp_core_excluded_region *excluded_regions; argument
204 struct kdp_core_excluded_region *region; in kdp_core_exclude_region()
228 struct kdp_core_excluded_region *region; in kdp_core_unexclude_region()
229 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()