Searched refs:ASM_FTR_IFCLR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | processor.h | 354 asm volatile(ASM_FTR_IFCLR( \ 360 asm volatile(ASM_FTR_IFCLR( \ 366 asm volatile(ASM_FTR_IFCLR( \
|
H A D | feature-fixups.h | 183 #define ASM_FTR_IFCLR(section_if, section_else, msk) \ macro
|
H A D | reg.h | 1412 asm volatile(__MTMSR " %0; " ASM_FTR_IFCLR("isync", "nop", %1) : : in mtmsr_isync()
|
/openbmc/linux/arch/powerpc/include/asm/vdso/ |
H A D | processor.h | 26 asm volatile(ASM_FTR_IFCLR( \
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 99 asm volatile(ASM_FTR_IFCLR("tlbie %0,0", PPC_TLBIE(%1,%0), %2) in ___tlbie() 118 asm volatile(ASM_FTR_IFCLR("tlbie %0,1", PPC_TLBIE(%1,%0), %2) in ___tlbie()
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | feature-fixups.h | 183 #define ASM_FTR_IFCLR(section_if, section_else, msk) \ macro
|