Searched refs:ASM_FTR_IFSET (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/arch/powerpc/include/asm/ |
| 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()
|
| D | synch.h | 38 asm volatile(ASM_FTR_IFSET(PPC_CP_ABORT, "", %0) : : "i" (CPU_FTR_ARCH_31) : "memory"); in ppc_after_tlbiel_barrier()
|
| D | feature-fixups.h | 180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro
|
| /Linux-v5.15/arch/powerpc/include/asm/vdso/ |
| D | timebase.h | 19 ASM_FTR_IFSET( \
|
| /Linux-v5.15/tools/testing/selftests/powerpc/primitives/asm/ |
| D | feature-fixups.h | 180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro
|
| /Linux-v5.15/arch/powerpc/mm/book3s64/ |
| D | hash_native.c | 270 asm volatile(ASM_FTR_IFSET("tlbiel %0", "tlbiel %0,0", %1) in __tlbiel() 289 asm volatile(ASM_FTR_IFSET("tlbiel %0", "tlbiel %0,1", %1) in __tlbiel()
|