Symbol: uvm_physseg_init_seg
sys/uvm/uvm_page.c
188
void uvm_physseg_init_seg(uvm_physseg_t, struct vm_page *);
sys/uvm/uvm_page.c
437
uvm_physseg_init_seg(bank, pagearray);
sys/uvm/uvm_physseg.c
115
void uvm_physseg_init_seg(uvm_physseg_t, struct vm_page *);
sys/uvm/uvm_physseg.c
361
uvm_physseg_init_seg(ps, pgs);
tests/sys/uvm/t_uvm_physseg.c
1512
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg.c
1657
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg.c
1721
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg.c
1767
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg.c
1944
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg.c
2060
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg.c
2223
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg.c
2348
ATF_TP_ADD_TC(tp, uvm_physseg_init_seg);
tests/sys/uvm/t_uvm_physseg.c
446
uvm_physseg_init_seg(bank, pagearray);
tests/sys/uvm/t_uvm_physseg.c
864
ATF_TC(uvm_physseg_init_seg);
tests/sys/uvm/t_uvm_physseg.c
865
ATF_TC_HEAD(uvm_physseg_init_seg, tc)
tests/sys/uvm/t_uvm_physseg.c
870
ATF_TC_BODY(uvm_physseg_init_seg, tc)
tests/sys/uvm/t_uvm_physseg.c
895
uvm_physseg_init_seg(PHYSSEG_NODE_TO_HANDLE(seg), pgs);
tests/sys/uvm/t_uvm_physseg.c
901
ATF_TC(uvm_physseg_init_seg);
tests/sys/uvm/t_uvm_physseg.c
902
ATF_TC_HEAD(uvm_physseg_init_seg, tc)
tests/sys/uvm/t_uvm_physseg.c
907
ATF_TC_BODY(uvm_physseg_init_seg, tc)
tests/sys/uvm/t_uvm_physseg.c
936
uvm_physseg_init_seg(upm, pgs);
tests/sys/uvm/t_uvm_physseg_load.c
267
uvm_physseg_init_seg(bank, pagearray);