Searched refs:cpenable (Results 1 – 7 of 7) sorted by relevance
71 unsigned long cpenable; in coprocessor_release_all() local80 cpenable = ti->cpenable; in coprocessor_release_all()85 cpenable &= ~(1 << i); in coprocessor_release_all()89 ti->cpenable = cpenable; in coprocessor_release_all()97 unsigned long cpenable; in coprocessor_flush_all() local102 cpenable = ti->cpenable; in coprocessor_flush_all()105 if ((cpenable & 1) != 0 && coprocessor_owner[i] == ti) in coprocessor_flush_all()107 cpenable >>= 1; in coprocessor_flush_all()285 ti->cpenable = 0; in copy_thread()
248 rsr a0, cpenable251 wsr a0, cpenable
95 DEFINE(THREAD_CPENABLE, offsetof (struct thread_info, cpenable)); in main()
164 wsr a0, cpenable
1989 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
56 unsigned long cpenable; member