Lines Matching refs:patch_feature_section
712 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() function
742 patch_feature_section(8, &fixup); in test_basic_patching()
746 patch_feature_section(0, &fixup); in test_basic_patching()
752 patch_feature_section(~8, &fixup); in test_basic_patching()
775 patch_feature_section(0xF, &fixup); in test_alternative_patching()
779 patch_feature_section(0, &fixup); in test_alternative_patching()
785 patch_feature_section(~0xF, &fixup); in test_alternative_patching()
807 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big()
809 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big()
811 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big()
837 patch_feature_section(flag, &fixup); in test_alternative_case_too_small()
841 patch_feature_section(0, &fixup); in test_alternative_case_too_small()
847 patch_feature_section(~flag, &fixup); in test_alternative_case_too_small()
943 patch_feature_section(0, &fixup); in test_prefix_patching()
965 patch_feature_section(0, &fixup); in test_prefix_alt_patching()
987 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()
989 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()