Home
last modified time | relevance | path

Searched refs:__get_cpsr (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/arm/include/
H A Dcpufunc.h267 static __inline u_int32_t __get_cpsr(void);
286 __get_cpsr(void) in __get_cpsr() function
/openbsd/sys/arch/arm/arm/
H A Darm32_machdep.c194 if (__get_cpsr() & PSR_I) { in bootsync()