CPS_ACCESSOR_RW   118 arch/mips/include/asm/mips-cm.h 	CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_GCB_OFS + off, name)		\
CPS_ACCESSOR_RW   119 arch/mips/include/asm/mips-cm.h 	CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_COCB_OFS + off, redir_##name)
CPS_ACCESSOR_RW   126 arch/mips/include/asm/mips-cm.h 	CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_CLCB_OFS + off, cl_##name)	\
CPS_ACCESSOR_RW   127 arch/mips/include/asm/mips-cm.h 	CPS_ACCESSOR_RW(gcr, sz, MIPS_CM_COCB_OFS + off, co_##name)
CPS_ACCESSOR_RW    69 arch/mips/include/asm/mips-cpc.h 	CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_GCB_OFS + off, name)		\
CPS_ACCESSOR_RW    70 arch/mips/include/asm/mips-cpc.h 	CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_COCB_OFS + off, redir_##name)
CPS_ACCESSOR_RW    77 arch/mips/include/asm/mips-cpc.h 	CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_CLCB_OFS + off, cl_##name)	\
CPS_ACCESSOR_RW    78 arch/mips/include/asm/mips-cpc.h 	CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_COCB_OFS + off, co_##name)
CPS_ACCESSOR_RW    35 arch/mips/include/asm/mips-gic.h 	CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_SHARED_OFS + off, name)
CPS_ACCESSOR_RW    44 arch/mips/include/asm/mips-gic.h 	CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_LOCAL_OFS + off, vl_##name)	\
CPS_ACCESSOR_RW    45 arch/mips/include/asm/mips-gic.h 	CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_REDIR_OFS + off, vo_##name)