HomeSort by: relevance | last modified time | path
    Searched refs:uvm_physseg_get_pmseg (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/uvm/
uvm_physseg.h 105 struct pmap_physseg * uvm_physseg_get_pmseg(uvm_physseg_t);
uvm_physseg.c 1097 uvm_physseg_get_pmseg(uvm_physseg_t upm) function in typeref:struct:pmap_physseg *
  /src/tests/sys/uvm/
t_uvm_physseg.c 37 * If this line is commented out tests related to uvm_physseg_get_pmseg()
1740 ATF_TC(uvm_physseg_get_pmseg);
1741 ATF_TC_HEAD(uvm_physseg_get_pmseg, tc)
1744 struct is correct when fetched by uvm_physseg_get_pmseg() call.");
1746 ATF_TC_BODY(uvm_physseg_get_pmseg, tc)
1776 extracted_pmseg = uvm_physseg_get_pmseg(upm);
1791 extracted_pmseg = uvm_physseg_get_pmseg(upm);
2373 ATF_TP_ADD_TC(tp, uvm_physseg_get_pmseg);
  /src/sys/arch/powerpc/ibm4xx/
pmap.c 211 return &uvm_physseg_get_pmseg(bank)->pvent[pg];
223 return &uvm_physseg_get_pmseg(bank)->attrs[pg];
488 uvm_physseg_get_pmseg(bank)->pvent = pv;
489 uvm_physseg_get_pmseg(bank)->attrs = attr;
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 307 return &uvm_physseg_get_pmseg(bank)->pvheader[pg];
497 uvm_physseg_get_pmseg(bank)->pvheader = pvh;

Completed in 16 milliseconds