Searched refs:__SR (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/sh/kernel/ |
D | irq_64.c | 20 "getcon " __SR ", %0\n\t" in arch_local_irq_restore() 22 "putcon %0, " __SR "\n\t" in arch_local_irq_restore() 28 "getcon " __SR ", %0\n\t" in arch_local_irq_restore() 30 "putcon %0, " __SR "\n\t" in arch_local_irq_restore() 43 "getcon " __SR ", %0\n\t" in arch_local_save_flags()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | bl_bit_64.h | 21 __asm__ __volatile__("getcon " __SR ", %0\n\t" in set_bl_bit() 23 "putcon %0, " __SR "\n\t" in set_bl_bit() 33 __asm__ __volatile__("getcon " __SR ", %0\n\t" in clear_bl_bit() 35 "putcon %0, " __SR "\n\t" in clear_bl_bit()
|
D | mmu_context_64.h | 34 asm volatile ("getcon " __SR ", %0\n\t" in get_asid() 46 asm volatile ("getcon " __SR ", %0" : "=r" (sr)); in set_asid() 59 "putcon %1, " __SR "\n\t" in set_asid()
|
D | processor_64.h | 182 __asm__ __volatile__("getcon " __SR ", %0\n\t" in disable_fpu() 184 "putcon %0, " __SR "\n\t" in disable_fpu() 194 __asm__ __volatile__("getcon " __SR ", %0\n\t" in enable_fpu() 196 "putcon %0, " __SR "\n\t" in enable_fpu()
|
/Linux-v4.19/arch/sh/kernel/cpu/irq/ |
D | intc-sh5.c | 192 __asm__ __volatile__("getcon " __SR ", %0\n\t" in plat_irq_setup() 194 "putcon %0, " __SR "\n\t" in plat_irq_setup()
|
/Linux-v4.19/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 87 #define __SR __str(SR) macro
|