OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__set_cpsr_c
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/include/
profile.h
179
#define MCOUNT_ENTER s =
__set_cpsr_c
(0x0080, 0x0080); /* kill IRQ */
180
#define MCOUNT_EXIT
__set_cpsr_c
(0xffffffff, s); /* restore old value */
cpufunc.h
293
static __inline uint32_t
__set_cpsr_c
(uint32_t bic, uint32_t eor) __attribute__((__unused__));
298
__set_cpsr_c
(uint32_t bic, uint32_t eor)
function in typeref:typename:uint32_t
364
(
__set_cpsr_c
((I32_bit | F32_bit), (old_cpsr) & (I32_bit | F32_bit)))
locore.h
123
#define IRQdisable
__set_cpsr_c
(I32_bit, I32_bit);
124
#define IRQenable
__set_cpsr_c
(I32_bit, 0);
Completed in 13 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025