Searched refs:uvm_physseg_get_last (Results 1 – 17 of 17) sorted by relevance
83 #define UVM_PHYSSEG_TYPE_INVALID_OVERFLOW (uvm_physseg_get_last() + 1) /* ran off the end of the la…119 uvm_physseg_t uvm_physseg_get_last(void);
474 for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi)) in uvm_pglistalloc_contig()639 for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi)) in uvm_pglistalloc_simple()
444 uvm_physseg_get_last(void) in uvm_physseg_get_last() function600 uvm_physseg_get_last(void) in uvm_physseg_get_last() function
364 if (uvm_physseg_get_last() == UVM_PHYSSEG_TYPE_INVALID) in uvm_page_init()634 for (lcv = uvm_physseg_get_last(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv)) in uvm_page_physget_freelist()649 for (lcv = uvm_physseg_get_last(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv)) in uvm_page_physget_freelist()
1420 ATF_TC(uvm_physseg_get_last);1421 ATF_TC_HEAD(uvm_physseg_get_last, tc) in ATF_TC_HEAD() argument1426 ATF_TC_BODY(uvm_physseg_get_last, tc) in ATF_TC_BODY() argument1434 ATF_CHECK_EQ(upm, uvm_physseg_get_last()); in ATF_TC_BODY()1444 upm = uvm_physseg_get_last(); in ATF_TC_BODY()1462 upm = uvm_physseg_get_last(); in ATF_TC_BODY()1481 upm = uvm_physseg_get_last(); in ATF_TC_BODY()2362 ATF_TP_ADD_TC(tp, uvm_physseg_get_last); in ATF_TP_ADD_TCS()
382 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
201 pmap_limits.avail_end = uvm_physseg_get_end(uvm_physseg_get_last()) << PGSHIFT; in pmap_bootstrap()
214 if (uvm_physseg_get_avail_end(uvm_physseg_get_last()) > in tsp_dma_init()
154 if (uvm_physseg_get_avail_end(uvm_physseg_get_last()) > in cia_dma_init()
475 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
413 pmap_limits.avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
2090 uvm_physseg_t bank = uvm_physseg_get_last(); in mips_init_msgbuf()
112 avail_end = ptoa(uvm_physseg_get_end(uvm_physseg_get_last())); in pmap_bootstrap()
678 bank = uvm_physseg_get_last(); in alpha_init()
1302 avail_end = ptoa(uvm_physseg_get_avail_end(uvm_physseg_get_last())); in pmap_bootstrap()
1414 uvm_physseg_get_first() == uvm_physseg_get_last() /* single segment */) { in pmap_steal_vhpt_memory()
6692 avail_end = ptoa(uvm_physseg_get_avail_end(uvm_physseg_get_last())); in pmap_init()