Home
last modified time | relevance | path

Searched refs:ASM_FTR_IFSET (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Ddbell.h39 __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 Dsynch.h41 asm volatile(ASM_FTR_IFSET(PPC_CP_ABORT, "", %0) : : "i" (CPU_FTR_ARCH_31) : "memory"); in ppc_after_tlbiel_barrier()
H A Dfeature-fixups.h180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro
/openbmc/linux/arch/powerpc/include/asm/vdso/
H A Dtimebase.h19 ASM_FTR_IFSET( \
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c189 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 Dfeature-fixups.h180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro