Home
last modified time | relevance | path

Searched refs:cpenable (Results 1 – 7 of 7) sorted by relevance

/linux/arch/xtensa/kernel/
A Dprocess.c68 unsigned long cpenable; in coprocessor_release_all() local
77 cpenable = ti->cpenable; in coprocessor_release_all()
82 cpenable &= ~(1 << i); in coprocessor_release_all()
86 ti->cpenable = cpenable; in coprocessor_release_all()
88 xtensa_set_sr(0, cpenable); in coprocessor_release_all()
95 unsigned long cpenable, old_cpenable; in coprocessor_flush_all() local
101 cpenable = ti->cpenable; in coprocessor_flush_all()
102 xtensa_set_sr(cpenable, cpenable); in coprocessor_flush_all()
107 cpenable >>= 1; in coprocessor_flush_all()
109 xtensa_set_sr(old_cpenable, cpenable); in coprocessor_flush_all()
[all …]
A Dcoprocessor.S145 rsr a0, cpenable
148 wsr a0, cpenable
A Dasm-offsets.c95 DEFINE(THREAD_CPENABLE, offsetof (struct thread_info, cpenable)); in main()
A Dhead.S166 wsr a0, cpenable
A Dentry.S2079 xsr a3, cpenable
/linux/drivers/gpio/
A Dgpio-xtensa.c42 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() argument
47 *cpenable = xtensa_get_sr(cpenable); in enable_cp()
48 xtensa_set_sr(*cpenable | BIT(XCHAL_CP_ID_XTIOP), cpenable); in enable_cp()
52 static inline void disable_cp(unsigned long flags, unsigned long cpenable) in disable_cp() argument
54 xtensa_set_sr(cpenable, cpenable); in disable_cp()
60 static inline unsigned long enable_cp(unsigned long *cpenable) in enable_cp() argument
62 *cpenable = 0; /* avoid uninitialized value warning */ in enable_cp()
66 static inline void disable_cp(unsigned long flags, unsigned long cpenable) in disable_cp() argument
/linux/arch/xtensa/include/asm/
A Dthread_info.h57 unsigned long cpenable; member

Completed in 10 milliseconds