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()
740 patch_feature_section(8, &fixup); in test_basic_patching()
744 patch_feature_section(0, &fixup); in test_basic_patching()
750 patch_feature_section(~8, &fixup); in test_basic_patching()
773 patch_feature_section(0xF, &fixup); in test_alternative_patching()
777 patch_feature_section(0, &fixup); in test_alternative_patching()
783 patch_feature_section(~0xF, &fixup); in test_alternative_patching()
805 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big()
807 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big()
809 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big()
835 patch_feature_section(flag, &fixup); in test_alternative_case_too_small()
839 patch_feature_section(0, &fixup); in test_alternative_case_too_small()
845 patch_feature_section(~flag, &fixup); in test_alternative_case_too_small()
941 patch_feature_section(0, &fixup); in test_prefix_patching()
963 patch_feature_section(0, &fixup); in test_prefix_alt_patching()
985 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()
987 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()