Lines Matching refs:patch_feature_section
70 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()
711 patch_feature_section(8, &fixup); in test_basic_patching()
715 patch_feature_section(0, &fixup); in test_basic_patching()
721 patch_feature_section(~8, &fixup); in test_basic_patching()
744 patch_feature_section(0xF, &fixup); in test_alternative_patching()
748 patch_feature_section(0, &fixup); in test_alternative_patching()
754 patch_feature_section(~0xF, &fixup); in test_alternative_patching()
776 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big()
778 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big()
780 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big()
806 patch_feature_section(flag, &fixup); in test_alternative_case_too_small()
810 patch_feature_section(0, &fixup); in test_alternative_case_too_small()
816 patch_feature_section(~flag, &fixup); in test_alternative_case_too_small()
912 patch_feature_section(0, &fixup); in test_prefix_patching()
934 patch_feature_section(0, &fixup); in test_prefix_alt_patching()
956 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()
958 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()