Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
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()
Dsynch.h38 asm volatile(ASM_FTR_IFSET(PPC_CP_ABORT, "", %0) : : "i" (CPU_FTR_ARCH_31) : "memory"); in ppc_after_tlbiel_barrier()
Dfeature-fixups.h180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro
/Linux-v5.15/arch/powerpc/include/asm/vdso/
Dtimebase.h19 ASM_FTR_IFSET( \
/Linux-v5.15/tools/testing/selftests/powerpc/primitives/asm/
Dfeature-fixups.h180 #define ASM_FTR_IFSET(section_if, section_else, msk) \ macro
/Linux-v5.15/arch/powerpc/mm/book3s64/
Dhash_native.c270 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()