Searched refs:ASM_MMU_FTR_IFSET (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | kup-8xx.h | 42 asm(ASM_MMU_FTR_IFSET("mtspr %0, %1", "", %2) : : in uaccess_begin_8xx() 48 asm(ASM_MMU_FTR_IFSET("mtspr %0, %1", "", %2) : : in uaccess_end_8xx()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | kup-booke.h | 66 asm(ASM_MMU_FTR_IFSET("mtspr %0, %1; isync", "", %2) : : in uaccess_begin_booke() 72 asm(ASM_MMU_FTR_IFSET("mtspr %0, %1; isync", "", %2) : : in uaccess_end_booke()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | kup.h | 34 asm volatile(ASM_MMU_FTR_IFSET( in uaccess_begin_32s() 48 asm volatile(ASM_MMU_FTR_IFSET( in uaccess_end_32s()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | feature-fixups.h | 193 #define ASM_MMU_FTR_IFSET(section_if, section_else, msk) \ macro
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | feature-fixups.h | 193 #define ASM_MMU_FTR_IFSET(section_if, section_else, msk) \ macro
|