Lines Matching refs:fixup

718 static struct fixup_entry fixup;  variable
733 fixup.value = fixup.mask = 8; in test_basic_patching()
734 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1); in test_basic_patching()
735 fixup.end_off = calc_offset(&fixup, ftr_fixup_test1 + 2); in test_basic_patching()
736 fixup.alt_start_off = fixup.alt_end_off = 0; in test_basic_patching()
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()
765 fixup.value = fixup.mask = 0xF; in test_alternative_patching()
766 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1); in test_alternative_patching()
767 fixup.end_off = calc_offset(&fixup, ftr_fixup_test2 + 2); in test_alternative_patching()
768 fixup.alt_start_off = calc_offset(&fixup, ftr_fixup_test2_alt); in test_alternative_patching()
769 fixup.alt_end_off = calc_offset(&fixup, ftr_fixup_test2_alt + 1); in test_alternative_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()
797 fixup.value = fixup.mask = 0xC; in test_alternative_case_too_big()
798 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1); in test_alternative_case_too_big()
799 fixup.end_off = calc_offset(&fixup, ftr_fixup_test3 + 2); in test_alternative_case_too_big()
800 fixup.alt_start_off = calc_offset(&fixup, ftr_fixup_test3_alt); in test_alternative_case_too_big()
801 fixup.alt_end_off = calc_offset(&fixup, ftr_fixup_test3_alt + 2); in test_alternative_case_too_big()
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()
827 fixup.value = fixup.mask = flag; in test_alternative_case_too_small()
828 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1); in test_alternative_case_too_small()
829 fixup.end_off = calc_offset(&fixup, ftr_fixup_test4 + 5); in test_alternative_case_too_small()
830 fixup.alt_start_off = calc_offset(&fixup, ftr_fixup_test4_alt); in test_alternative_case_too_small()
831 fixup.alt_end_off = calc_offset(&fixup, ftr_fixup_test4_alt + 2); in test_alternative_case_too_small()
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()
935 fixup.value = fixup.mask = 8; in test_prefix_patching()
936 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix1 + 1); in test_prefix_patching()
937 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix1 + 3); in test_prefix_patching()
938 fixup.alt_start_off = fixup.alt_end_off = 0; in test_prefix_patching()
943 patch_feature_section(0, &fixup); in test_prefix_patching()
957 fixup.value = fixup.mask = 8; in test_prefix_alt_patching()
958 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix2 + 1); in test_prefix_alt_patching()
959 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix2 + 3); in test_prefix_alt_patching()
960 fixup.alt_start_off = calc_offset(&fixup, ftr_fixup_prefix2_alt); in test_prefix_alt_patching()
961 fixup.alt_end_off = calc_offset(&fixup, ftr_fixup_prefix2_alt + 2); in test_prefix_alt_patching()
965 patch_feature_section(0, &fixup); in test_prefix_alt_patching()
979 fixup.value = fixup.mask = 8; in test_prefix_word_alt_patching()
980 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix3 + 1); in test_prefix_word_alt_patching()
981 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix3 + 4); in test_prefix_word_alt_patching()
982 fixup.alt_start_off = calc_offset(&fixup, ftr_fixup_prefix3_alt); in test_prefix_word_alt_patching()
983 fixup.alt_end_off = calc_offset(&fixup, ftr_fixup_prefix3_alt + 3); in test_prefix_word_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()