Lines Matching refs:patch_feature_section
70 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() function
109 if (patch_feature_section(value, fcur)) { in do_feature_fixups()
660 patch_feature_section(8, &fixup); in test_basic_patching()
664 patch_feature_section(0, &fixup); in test_basic_patching()
670 patch_feature_section(~8, &fixup); in test_basic_patching()
693 patch_feature_section(0xF, &fixup); in test_alternative_patching()
697 patch_feature_section(0, &fixup); in test_alternative_patching()
703 patch_feature_section(~0xF, &fixup); in test_alternative_patching()
725 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big()
727 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big()
729 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big()
755 patch_feature_section(flag, &fixup); in test_alternative_case_too_small()
759 patch_feature_section(0, &fixup); in test_alternative_case_too_small()
765 patch_feature_section(~flag, &fixup); in test_alternative_case_too_small()
861 patch_feature_section(0, &fixup); in test_prefix_patching()
883 patch_feature_section(0, &fixup); in test_prefix_alt_patching()
905 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()
907 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()