Searched refs:vmo (Results 1 – 2 of 2) sorted by relevance
439 #define assert_mte_vmo_matches_vmp(vmo, vmp) ({ \ argument441 assert3u(vm_object_is_mte_mappable_with_page(vmo, __vmp), ==, \
1284 vmo = value(_vmo.AddressOf())1285 if vmo.ref_count == 0:1287 if internal_only and vmo.internal == 0:1289 if external_only and vmo.internal == 1:1293 val = vmo.resident_page_count1295 val = vmo.wired_page_count1297 if vmo.internal:1298 val = vmo.vo_un1.vou_size1302 if vmo.internal == 0:1304 if vmo.pager == 0:[all …]