Searched refs:pcrel (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/arch/loongarch/kernel/ |
D | mcount.S | 34 la.pcrel t1, ftrace_stub 35 la.pcrel t2, ftrace_trace_function /* Prepare t2 for (1) */ 49 la.pcrel t1, ftrace_stub 50 la.pcrel t3, ftrace_graph_return 53 la.pcrel t1, ftrace_graph_entry_stub 54 la.pcrel t3, ftrace_graph_entry
|
D | head.S | 58 la.pcrel t0, __bss_start # clear .bss 60 la.pcrel t1, __bss_stop - LONGSIZE 66 la.pcrel t0, fw_arg0 68 la.pcrel t0, fw_arg1 70 la.pcrel t0, fw_arg2 83 la.pcrel tp, init_thread_union 140 la.pcrel t0, cpuboot_data
|
D | entry.S | 25 la.pcrel t1, kernelsp
|
D | lbt.S | 130 la.pcrel a0, 1f
|
D | mcount_dyn.S | 79 la.pcrel t1, function_trace_op
|
/linux-6.12.1/arch/loongarch/power/ |
D | suspend_asm.S | 34 la.pcrel t0, acpi_saved_sp 66 la.pcrel a0, loongarch_wakeup_start 67 la.pcrel t0, loongarch_suspend_addr 83 la.pcrel t0, acpi_saved_sp
|
D | hibernate_asm.S | 15 la.pcrel t0, saved_regs 34 la.pcrel t0, restore_pblist 49 la.pcrel t0, saved_regs
|
/linux-6.12.1/arch/loongarch/ |
D | Makefile | 92 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel 93 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
|
/linux-6.12.1/arch/s390/kernel/ |
D | dis.c | 472 void *pcrel = (void *)((int)value + addr); in print_insn() local 474 ptr += sprintf(ptr, "%px", pcrel); in print_insn()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | vector.S | 184 pla r11,name@pcrel; \
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | stackframe.h | 114 la.pcrel \temp, kernelsp
|
D | asmmacro.h | 68 la.pcrel \tmp1, 1f
|
/linux-6.12.1/arch/powerpc/ |
D | Makefile | 201 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
|
D | Kconfig | 12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or 15 # do pcrel yet.
|
/linux-6.12.1/arch/powerpc/boot/ |
D | Makefile | 77 $(call cc-option,-mno-pcrel) \
|
/linux-6.12.1/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 386 pla reg,name@pcrel
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | ppc_asm.h | 386 pla reg,name@pcrel
|
/linux-6.12.1/arch/s390/net/ |
D | bpf_jit_comp.c | 196 #define EMIT4_PCREL(op, pcrel) \ argument 198 long __pcrel = ((pcrel) >> 1) & 0xffff; \
|