Searched refs:uvm_physseg_get_free_list (Results 1 – 7 of 7) sorted by relevance
108 int uvm_physseg_get_free_list(uvm_physseg_t);
479 if (uvm_physseg_get_free_list(psi) != fl) in uvm_pglistalloc_contig()644 if (uvm_physseg_get_free_list(psi) != fl) in uvm_pglistalloc_simple()
1105 uvm_physseg_get_free_list(uvm_physseg_t upm) in uvm_physseg_get_free_list() function
2016 return uvm_physseg_get_free_list(upm); in uvm_page_lookup_freelist()
1582 ATF_TC(uvm_physseg_get_free_list);1583 ATF_TC_HEAD(uvm_physseg_get_free_list, tc) in ATF_TC_HEAD() argument1589 ATF_TC_BODY(uvm_physseg_get_free_list, tc) in ATF_TC_BODY() argument1600 ATF_CHECK_EQ(VM_FREELIST_DEFAULT, uvm_physseg_get_free_list(upm)); in ATF_TC_BODY()1607 ATF_CHECK_EQ(VM_FREELIST_FIRST16, uvm_physseg_get_free_list(upm)); in ATF_TC_BODY()1615 ATF_CHECK_EQ(VM_FREELIST_FIRST1G, uvm_physseg_get_free_list(upm)); in ATF_TC_BODY()2366 ATF_TP_ADD_TC(tp, uvm_physseg_get_free_list); in ATF_TP_ADD_TCS()
2958 freelist = uvm_physseg_get_free_list(bank); in pmap_steal_memory()3485 if (uvm_physseg_get_free_list(bank) != in pmap_bootstrap1()
1462 (arm_poolpage_vmfreelist == uvm_physseg_get_free_list(upm)); in _bus_dmamem_map()