Lines Matching refs:patch_feature_section
71 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() function
108 if (patch_feature_section(value, fcur)) { in do_feature_fixups()
484 patch_feature_section(8, &fixup); in test_basic_patching()
488 patch_feature_section(0, &fixup); in test_basic_patching()
494 patch_feature_section(~8, &fixup); in test_basic_patching()
517 patch_feature_section(0xF, &fixup); in test_alternative_patching()
521 patch_feature_section(0, &fixup); in test_alternative_patching()
527 patch_feature_section(~0xF, &fixup); in test_alternative_patching()
549 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big()
551 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big()
553 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big()
579 patch_feature_section(flag, &fixup); in test_alternative_case_too_small()
583 patch_feature_section(0, &fixup); in test_alternative_case_too_small()
589 patch_feature_section(~flag, &fixup); in test_alternative_case_too_small()