Searched refs:patch_feature_section (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups.c | 704 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() function 734 patch_feature_section(8, &fixup); in test_basic_patching() 738 patch_feature_section(0, &fixup); in test_basic_patching() 744 patch_feature_section(~8, &fixup); in test_basic_patching() 767 patch_feature_section(0xF, &fixup); in test_alternative_patching() 771 patch_feature_section(0, &fixup); in test_alternative_patching() 777 patch_feature_section(~0xF, &fixup); in test_alternative_patching() 799 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big() 801 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big() 803 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big() [all …]
|