Searched refs:__ftr_fixup (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/vdso/ |
A D | vdso32.lds.S | 42 __ftr_fixup : { *(__ftr_fixup) } section
|
A D | vdso64.lds.S | 43 __ftr_fixup : { *(__ftr_fixup) } section
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | vmlinux.lds.S | 290 __ftr_fixup : AT(ADDR(__ftr_fixup) - LOAD_OFFSET) { section 292 KEEP(*(__ftr_fixup))
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | cpu_features.rst | 57 code in the '__ftr_fixup' ELF section. When do_cpu_ftr_fixups 59 __ftr_fixup, and if the required feature is not present it will loop writing
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | feature-fixups.h | 79 MAKE_FTR_SECTION_ENTRY(msk, val, label, __ftr_fixup) 93 MAKE_FTR_SECTION_ENTRY(msk, val, label, __ftr_fixup)
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/primitives/asm/ |
A D | feature-fixups.h | 79 MAKE_FTR_SECTION_ENTRY(msk, val, label, __ftr_fixup) 93 MAKE_FTR_SECTION_ENTRY(msk, val, label, __ftr_fixup)
|
Completed in 11 milliseconds