Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __ABI_REG_OPS_H
0004 #define __ABI_REG_OPS_H
0005 #include <asm/reg_ops.h>
0006 
0007 static inline unsigned int mfcr_hint(void)
0008 {
0009     return mfcr("cr31");
0010 }
0011 
0012 static inline unsigned int mfcr_ccr2(void)
0013 {
0014     return mfcr("cr23");
0015 }
0016 #endif /* __ABI_REG_OPS_H */