Home
last modified time | relevance | path

Searched refs:pcrel (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/arch/loongarch/kernel/
H A Dmcount.S34 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
H A Dhead.S58 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
H A Dentry.S25 la.pcrel t1, kernelsp
H A Dlbt.S133 la.pcrel a0, 1f
H A Dmcount_dyn.S79 la.pcrel t1, function_trace_op
/linux-6.15/arch/loongarch/power/
H A Dsuspend_asm.S61 la.pcrel t0, acpi_saved_sp
68 la.pcrel a0, loongarch_wakeup_start
69 la.pcrel t0, loongarch_suspend_addr
85 la.pcrel t0, acpi_saved_sp
H A Dhibernate_asm.S15 la.pcrel t0, saved_regs
34 la.pcrel t0, restore_pblist
49 la.pcrel t0, saved_regs
/linux-6.15/arch/loongarch/
H A DMakefile92 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
93 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
/linux-6.15/arch/s390/kernel/
H A Ddis.c472 void *pcrel = (void *)((int)value + addr); in print_insn() local
474 ptr += sprintf(ptr, "%px", pcrel); in print_insn()
/linux-6.15/arch/powerpc/kernel/
H A Dvector.S184 pla r11,name@pcrel; \
/linux-6.15/arch/loongarch/include/asm/
H A Dstackframe.h114 la.pcrel \temp, kernelsp
H A Dasmmacro.h68 la.pcrel \tmp1, 1f
/linux-6.15/arch/powerpc/
H A DMakefile201 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
H A DKconfig12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
15 # do pcrel yet.
/linux-6.15/arch/powerpc/boot/
H A DMakefile77 $(call cc-option,-mno-pcrel) \
/linux-6.15/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h386 pla reg,name@pcrel
/linux-6.15/arch/powerpc/include/asm/
H A Dppc_asm.h386 pla reg,name@pcrel
/linux-6.15/arch/s390/net/
H A Dbpf_jit_comp.c196 #define EMIT4_PCREL(op, pcrel) \ argument
198 long __pcrel = ((pcrel) >> 1) & 0xffff; \