Home
last modified time | relevance | path

Searched refs:sfmmu_cache_flush (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/vm/
H A Dmach_kpm.h36 extern void sfmmu_cache_flush(pfn_t, int);
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c1667 sfmmu_cache_flush(pp->p_pagenum, PP_GET_VCOLOR(pp)); in sfmmu_kpm_vac_conflict()
1717 sfmmu_cache_flush(pp->p_pagenum, PP_GET_VCOLOR(pp)); in sfmmu_kpm_vac_conflict()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c486 void sfmmu_cache_flush(pfn_t, int);
9104 sfmmu_cache_flush(pp->p_pagenum, PP_GET_VCOLOR(pp)); in sfmmu_vac_conflict()
9190 sfmmu_cache_flush(pp->p_pagenum, PP_GET_VCOLOR(pp)); in sfmmu_vac_conflict()
9518 sfmmu_cache_flush(pfn, addr_to_vcolor(vaddr)); in sfmmu_page_cache()
12495 sfmmu_cache_flush(pfn_t pfnum, int vcolor) in sfmmu_cache_flush() function