Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/powerpc/
H A Dcpu_features.rst51 The END_FTR_SECTION macro has two simpler variations: END_FTR_SECTION_IFSET
56 The END_FTR_SECTION macros are implemented by storing information about this
60 nop's from each BEGIN_FTR_SECTION to END_FTR_SECTION.
/openbmc/linux/arch/powerpc/include/asm/
H A Dfeature-fixups.h81 #define END_FTR_SECTION(msk, val) \ macro
87 #define END_FTR_SECTION_IFSET(msk) END_FTR_SECTION((msk), (msk))
88 #define END_FTR_SECTION_IFCLR(msk) END_FTR_SECTION((msk), 0)
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dfeature-fixups.h81 #define END_FTR_SECTION(msk, val) \ macro
87 #define END_FTR_SECTION_IFSET(msk) END_FTR_SECTION((msk), (msk))
88 #define END_FTR_SECTION_IFCLR(msk) END_FTR_SECTION((msk), 0)
/openbmc/linux/arch/powerpc/platforms/pseries/
H A DhvCall.S92 END_FTR_SECTION(0, 1); \
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_64.S98 END_FTR_SECTION(0, 1)
H A Dexceptions-64s.S780 END_FTR_SECTION(0, 1) // nop out after boot
1227 END_FTR_SECTION(0, 1) // nop out after boot