Lines Matching refs:patch_feature_section
67 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() function
104 if (patch_feature_section(value, fcur)) { in do_feature_fixups()
184 patch_feature_section(8, &fixup); in test_basic_patching()
188 patch_feature_section(0, &fixup); in test_basic_patching()
194 patch_feature_section(~8, &fixup); in test_basic_patching()
217 patch_feature_section(0xF, &fixup); in test_alternative_patching()
221 patch_feature_section(0, &fixup); in test_alternative_patching()
227 patch_feature_section(~0xF, &fixup); in test_alternative_patching()
249 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big()
251 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big()
253 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big()
279 patch_feature_section(flag, &fixup); in test_alternative_case_too_small()
283 patch_feature_section(0, &fixup); in test_alternative_case_too_small()
289 patch_feature_section(~flag, &fixup); in test_alternative_case_too_small()