Lines Matching refs:patch_feature_section
69 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()
613 patch_feature_section(8, &fixup); in test_basic_patching()
617 patch_feature_section(0, &fixup); in test_basic_patching()
623 patch_feature_section(~8, &fixup); in test_basic_patching()
646 patch_feature_section(0xF, &fixup); in test_alternative_patching()
650 patch_feature_section(0, &fixup); in test_alternative_patching()
656 patch_feature_section(~0xF, &fixup); in test_alternative_patching()
678 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big()
680 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big()
682 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big()
708 patch_feature_section(flag, &fixup); in test_alternative_case_too_small()
712 patch_feature_section(0, &fixup); in test_alternative_case_too_small()
718 patch_feature_section(~flag, &fixup); in test_alternative_case_too_small()
814 patch_feature_section(0, &fixup); in test_prefix_patching()
836 patch_feature_section(0, &fixup); in test_prefix_alt_patching()
858 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()
860 patch_feature_section(0, &fixup); in test_prefix_word_alt_patching()