Searched refs:icsr (Results 1 - 5 of 5) sorted by relevance

/gem5/system/alpha/console/
H A Dpaljtoslave.S63 /* Turn on superpage mapping in the mbox and icsr */
75 mfpr t0, icsr // Enable superpage mapping
78 mtpr t0, icsr
H A Dpaljtokern.S75 /* Turn on superpage mapping in the mbox and icsr */
87 mfpr t0, icsr // Enable superpage mapping
90 mtpr t0, icsr
/gem5/system/alpha/palcode/
H A Dosfpal.S1185 bic r25, r24, r25 // clean icsr<FPE,PMP>
1191 or r25, r12, r25 // icsr with new fen
1200 or r25, r22, r25 // icsr with new pme
1208 mtpr r25, icsr // write the icsr
1774 mfpr r2, icsr // Get icsr
1777 mtpr r0, icsr // Turn off SDE
1848 mfpr r31, pt0 // pad write to icsr out of shadow of store (trap does not abort write)
1850 mtpr r2, icsr // Restor
[all...]
H A Dplatform.S1400 mtpr r1, icsr // ICSR - Shadows enabled, Floating point enable,
1569 mfpr r25, icsr // get current icsr
1571 sll r24, icsr_v_fpe, r24 // 1 in icsr<fpe> position
1576 mtpr r25, icsr // update ibox ipr
/gem5/system/alpha/h/
H A Dev5_defs.h101 #define icsr 280 macro

Completed in 12 milliseconds