/openbmc/linux/arch/powerpc/kernel/vdso/ |
H A D | gettimeofday.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/asm/ |
H A D | ppc_asm.h | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | memcmp_64.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
H A D | hweight_64.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
H A D | copypage_power7.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
H A D | memcpy_power7.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
H A D | copyuser_power7.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/asm/ |
H A D | ppc_asm.h | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | interrupt_64.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
H A D | misc_64.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
H A D | head_64.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
H A D | exceptions-64s.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_rmhandlers.S | diff 4e991e3c16a350d1eeffc100ce3fb25292596d03 Fri Apr 07 21:17:50 CDT 2023 Nicholas Piggin <npiggin@gmail.com> powerpc: add CFUNC assembly label annotation
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com
|