Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h348 static inline unsigned long get_cpsr(void) in get_cpsr() function
360 return ((get_cpsr() & 0x1f) == 0x1a); in is_hyp()
/openbmc/qemu/target/arm/
H A Dmachine.c602 static int get_cpsr(QEMUFile *f, void *opaque, size_t size, in get_cpsr() function
680 .get = get_cpsr,