Searched refs:patch_feature_section (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c712 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) function
742 patch_feature_section(8, &fixup);
746 patch_feature_section(0, &fixup);
752 patch_feature_section(~8, &fixup);
775 patch_feature_section(0xF, &fixup);
779 patch_feature_section(0, &fixup);
785 patch_feature_section(~0xF, &fixup);
807 check(patch_feature_section(0xF, &fixup) == 1);
809 check(patch_feature_section(0, &fixup) == 1);
811 check(patch_feature_section(~
[all...]

Completed in 223 milliseconds