Searched refs:MSR_IMPORT_BITS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dproc_reg.h114 #define MSR_IMPORT_BITS (MASK(MSR_FE0)|MASK(MSR_SE)|MASK(MSR_BE)| \ macro
118 ((origmsr & ~MSR_IMPORT_BITS) | (newmsr & MSR_IMPORT_BITS))
H A Dvmachmon_asm.s924 lis r22,hi16(MSR_IMPORT_BITS) ; Get the MSR bits that are controllable by user
926 ori r22,r22,lo16(MSR_IMPORT_BITS) ; Get the rest of the MSR bits that are controllable by user
1230 lis r22,hi16(MSR_IMPORT_BITS) ; Get the MSR bits that are controllable by user
1232 ori r22,r22,lo16(MSR_IMPORT_BITS) ; Get the rest of the MSR bits that are controllable by user
1265 lis r22,hi16(MSR_IMPORT_BITS) ; Get the MSR bits that are controllable by user (we will also allow 64-bit here)
1268 ori r22,r22,lo16(MSR_IMPORT_BITS) ; Get the rest of the MSR bits that are controllable by user
1694 lis r6,hi16(MSR_IMPORT_BITS) ; Get the MSR bits that are controllable by user
1695 ori r6,r6,lo16(MSR_IMPORT_BITS) ; Get the rest of the MSR bits that are controllable by user
1737 lis r6,hi16(MSR_IMPORT_BITS) ; Get the MSR bits that are controllable by user
1738 ori r6,r6,lo16(MSR_IMPORT_BITS) ; Ge
[all...]

Completed in 26 milliseconds