Searched refs:cpenable (Results 1 – 7 of 7) sorted by relevance
60 unsigned long cpenable; in coprocessor_release_all() local69 cpenable = ti->cpenable; in coprocessor_release_all()74 cpenable &= ~(1 << i); in coprocessor_release_all()78 ti->cpenable = cpenable; in coprocessor_release_all()86 unsigned long cpenable; in coprocessor_flush_all() local91 cpenable = ti->cpenable; in coprocessor_flush_all()94 if ((cpenable & 1) != 0 && coprocessor_owner[i] == ti) in coprocessor_flush_all()96 cpenable >>= 1; in coprocessor_flush_all()273 ti->cpenable = 0; in copy_thread()
273 rsr a0, cpenable276 wsr a0, cpenable
91 DEFINE(THREAD_CPENABLE, offsetof (struct thread_info, cpenable)); in main()
164 wsr a0, cpenable
1877 xsr a3, cpenable
45 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() argument50 RSR_CPENABLE(*cpenable); in enable_cp()51 WSR_CPENABLE(*cpenable | BIT(XCHAL_CP_ID_XTIOP)); in enable_cp()56 static inline void disable_cp(unsigned long flags, unsigned long cpenable) in disable_cp() argument58 WSR_CPENABLE(cpenable); in disable_cp()64 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() argument66 *cpenable = 0; /* avoid uninitialized value warning */ in enable_cp()70 static inline void disable_cp(unsigned long flags, unsigned long cpenable) in disable_cp() argument
54 unsigned long cpenable; member