Home
last modified time | relevance | path

Searched defs:old_psr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Dmca_asm.h83 #define PHYSICAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ argument
163 #define VIRTUAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ argument
H A Dirqflags.h72 unsigned long old_psr = arch_local_save_flags(); in arch_local_irq_restore() local
/openbmc/linux/arch/sparc/kernel/
H A Dirq_32.c64 void arch_local_irq_restore(unsigned long old_psr) in arch_local_irq_restore()