Searched refs:START_FTR_SECTION (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dfeature-fixups.h32 #define START_FTR_SECTION(label) label##1: macro
59 #define BEGIN_FTR_SECTION_NESTED(label) START_FTR_SECTION(label)
60 #define BEGIN_FTR_SECTION START_FTR_SECTION(97)
88 #define BEGIN_MMU_FTR_SECTION_NESTED(label) START_FTR_SECTION(label)
89 #define BEGIN_MMU_FTR_SECTION START_FTR_SECTION(97)
118 #define BEGIN_FW_FTR_SECTION_NESTED(label) START_FTR_SECTION(label)
119 #define BEGIN_FW_FTR_SECTION START_FTR_SECTION(97)

Completed in 89 milliseconds