Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.c6961 int mapped = 0, valid_upls = 0; in vm_map_enter_upl_range() local
6970 valid_upls++; in vm_map_enter_upl_range()
6977 if (mapped != valid_upls) { in vm_map_enter_upl_range()
6978 panic("Only %d of the %d sub-upls within the Vector UPL are alread mapped", mapped, valid_upls); in vm_map_enter_upl_range()
7247 int unmapped = 0, valid_upls = 0; in vm_map_remove_upl_range() local
7255 valid_upls++; in vm_map_remove_upl_range()
7262 if (unmapped != valid_upls) { in vm_map_remove_upl_range()
7263 panic("%d of the %d sub-upls within the Vector UPL is/are not mapped", unmapped, valid_upls); in vm_map_remove_upl_range()