Searched refs:tte_inthi (Results 1 - 15 of 15) sorted by relevance

/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/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/psm/stand/cpr/sparcv9/sun4u/
H A Dutil.c432 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(size) |
/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);
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c284 tte.tte_inthi = promt->tte_hi;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c337 tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(pp->p_pagenum);
H A Dcpr_impl.c460 ctip->dst->tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(ppn);
694 tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(ppn);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c665 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) |
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c80 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) |
H A Dfhc.c3402 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) |
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c623 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) |
638 tte.tte_inthi = TTE_VALID_INT | TTE_PFN_INTHI(tstat_pfn[i]);
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c277 ttep->tte_inthi = promt->tte_hi;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2648 ttep->tte_inthi = MAKE_TTE_INTHI(pfn, attr, tte_sz, 0 /* hmenum */);
3296 flush_tte.tte_inthi = (tteold.tte_inthi ^ ttep->tte_inthi) &
3297 hw_tte.tte_inthi;
3299 if (remap && (flush_tte.tte_inthi || flush_tte.tte_intlo)) {
5073 ttevalue.tte_inthi = MAKE_TTEATTR_INTHI(attr);
5075 ttemaskp->tte_inthi = TTEINTHI_ATTR;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c5307 ASSERT(drmach_cpu_sram_tte[cp->cpuid].tte_inthi == 0 &&
5309 drmach_cpu_sram_tte[cp->cpuid].tte_inthi = TTE_PFN_INTHI(pfn) |
5351 drmach_cpu_sram_tte[cpuid].tte_inthi = 0;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c2517 tte.tte_inthi = TTE_VALID_INT | TTE_SZ_INT(TTE8K) |

Completed in 179 milliseconds