Searched refs:patch_feature_section (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/powerpc/lib/ |
D | feature-fixups.c | 67 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() function 104 if (patch_feature_section(value, fcur)) { in do_feature_fixups() 503 patch_feature_section(8, &fixup); in test_basic_patching() 507 patch_feature_section(0, &fixup); in test_basic_patching() 513 patch_feature_section(~8, &fixup); in test_basic_patching() 536 patch_feature_section(0xF, &fixup); in test_alternative_patching() 540 patch_feature_section(0, &fixup); in test_alternative_patching() 546 patch_feature_section(~0xF, &fixup); in test_alternative_patching() 568 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big() 570 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big() [all …]
|