Searched refs:MSR_EXPORT_MASK_SET (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c206 ts->srr1 = MSR_EXPORT_MASK_SET;
276 xts->srr1 = MSR_EXPORT_MASK_SET;
527 ts->srr1 = MSR_EXPORT_MASK_SET;
597 xts->srr1 = MSR_EXPORT_MASK_SET;
785 genuser->save_srr1 |= MSR_EXPORT_MASK_SET;
843 genuser->save_srr1 |= MSR_EXPORT_MASK_SET;
984 genuser->save_srr1 = (uint64_t)MSR_EXPORT_MASK_SET;
1140 sv->save_srr1 = (uint64_t)MSR_EXPORT_MASK_SET;
1479 return (MSR_EXPORT_MASK_SET);
H A Dproc_reg.h110 #define MSR_EXPORT_MASK_SET (MASK(MSR_EE)| MASK(MSR_ME)| \ macro
H A Dvmachmon_asm.s931 oris r23,r23,hi16(MSR_EXPORT_MASK_SET) ; Force on the required bits
933 ori r23,r23,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1237 oris r23,r23,hi16(MSR_EXPORT_MASK_SET) ; Force on the required bits
1239 ori r23,r23,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1274 oris r23,r23,hi16(MSR_EXPORT_MASK_SET) ; Force on the required bits
1276 ori r23,r23,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1697 oris r5,r5,hi16(MSR_EXPORT_MASK_SET) ; Force on the required bits
1698 ori r5,r5,lo16(MSR_EXPORT_MASK_SET) ; Force on the other required bits
1740 oris r5,r5,hi16(MSR_EXPORT_MASK_SET) ; Force on the required bits
1741 ori r5,r5,lo16(MSR_EXPORT_MASK_SET) ; Forc
[all...]
H A Dpcb.c246 sv->save_srr1 = (uint64_t)MSR_EXPORT_MASK_SET; /* Set the default user MSR */
H A Dhw_exception.s871 lis r2,hi16(MSR_EXPORT_MASK_SET) ; Set the high part of the user MSR
872 ori r2,r2,lo16(MSR_EXPORT_MASK_SET) ; And the low part
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dppc_init.c269 MSR_MARK_SYSCALL(MSR_EXPORT_MASK_SET);

Completed in 31 milliseconds