Home
last modified time | relevance | path

Searched refs:tte_inthi (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h93 #define tte_inthi tte_int.inthi macro
241 #define TTE_IS_VALID(ttep) ((ttep)->tte_inthi < 0)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h107 #define tte_inthi tte_int.inthi macro
286 #define TTE_IS_VALID(ttep) ((ttep)->tte_inthi < 0)
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.c293 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) | TTE_PFN_INTHI(pfn); in kdi_tlb_page_lock()
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dutil.c430 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(size) | in cb_mapin()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c284 tte.tte_inthi = promt->tte_hi; in unmap_prom_mappings()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c337 tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(pp->p_pagenum); in pp_load_tlb()
H A Dcpr_impl.c460 ctip->dst->tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(ppn); in i_cpr_make_tte()
694 tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(ppn); in i_cpr_mapin()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c80 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) | in ac_mapin()
H A Dfhc.c3401 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) | in os_completes_shutdown()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c666 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) | in sbdp_cpu_stop_self()
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c623 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) | in trapstat_load_tlb()
638 tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(tstat_pfn[i]); in trapstat_load_tlb()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c277 ttep->tte_inthi = promt->tte_hi; in sfmmu_map_prom_mappings()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2649 ttep->tte_inthi = MAKE_TTE_INTHI(pfn, attr, tte_sz, 0 /* hmenum */); in sfmmu_memtte()
3297 flush_tte.tte_inthi = (tteold.tte_inthi ^ ttep->tte_inthi) & in sfmmu_tteload_addentry()
3298 hw_tte.tte_inthi; in sfmmu_tteload_addentry()
3300 if (remap && (flush_tte.tte_inthi || flush_tte.tte_intlo)) { in sfmmu_tteload_addentry()
5077 ttevalue.tte_inthi = MAKE_TTEATTR_INTHI(attr); in sfmmu_vtop_attr()
5079 ttemaskp->tte_inthi = TTEINTHI_ATTR; in sfmmu_vtop_attr()