Searched refs:END_FTR_SECTION (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/powerpc/ |
H A D | cpu_features.rst | 51 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 D | feature-fixups.h | 81 #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 D | feature-fixups.h | 81 #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 D | hvCall.S | 92 END_FTR_SECTION(0, 1); \
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_64.S | 98 END_FTR_SECTION(0, 1)
|
H A D | exceptions-64s.S | 780 END_FTR_SECTION(0, 1) // nop out after boot 1227 END_FTR_SECTION(0, 1) // nop out after boot
|