Searched refs:valid_upls (Results 1 – 1 of 1) sorted by relevance
6961 int mapped = 0, valid_upls = 0; in vm_map_enter_upl_range() local6970 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() local7255 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()