Searched refs:ASM_FTR_IFSET (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | dbell.h | 39 __asm__ __volatile__ (ASM_FTR_IFSET(PPC_MSGSND(%1), PPC_MSGSNDP(%1), %0) in _ppc_msgsnd() 53 __asm__ __volatile__ (ASM_FTR_IFSET(PPC_MSGSYNC " ; lwsync", "", %0) in ppc_msgsync() 59 __asm__ __volatile__ (ASM_FTR_IFSET(PPC_MSGCLR(%1), PPC_MSGCLRP(%1), %0) in _ppc_msgclr()
|
H A D | synch.h | 41 asm volatile(ASM_FTR_IFSET(PPC_CP_ABORT, "", %0) : : "i" (CPU_FTR_ARCH_31) : "memory"); in ppc_after_tlbiel_barrier()
|
H A D | feature-fixups.h | 180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro
|
/openbmc/linux/arch/powerpc/include/asm/vdso/ |
H A D | timebase.h | 19 ASM_FTR_IFSET( \
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 189 asm volatile(ASM_FTR_IFSET("tlbiel %0", PPC_TLBIEL_v205(%0, 0), %1) in __tlbiel() 208 asm volatile(ASM_FTR_IFSET("tlbiel %0", PPC_TLBIEL_v205(%0, 1), %1) in __tlbiel()
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | feature-fixups.h | 180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro
|