Searched refs:pcrel (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/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 | 63 la.pcrel t0, __bss_start # clear .bss 65 la.pcrel t1, __bss_stop - LONGSIZE 71 la.pcrel t0, fw_arg0 73 la.pcrel t0, fw_arg1 75 la.pcrel t0, fw_arg2 83 la.pcrel tp, init_thread_union 138 la.pcrel t0, cpuboot_data
|
D | entry.S | 23 la.pcrel t1, kernelsp
|
D | mcount_dyn.S | 78 la.pcrel t1, function_trace_op
|
D | lbt.S | 129 la.pcrel a0, 1f
|
/Linux-v6.6/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 87 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-v6.6/arch/loongarch/ |
D | Makefile | 75 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel 76 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
|
/Linux-v6.6/arch/s390/kernel/ |
D | dis.c | 468 void *pcrel = (void *)((int)value + addr); in print_insn() local 470 ptr += sprintf(ptr, "%px", pcrel); in print_insn()
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | stackframe.h | 102 la.pcrel \temp, kernelsp
|
D | asmmacro.h | 68 la.pcrel \tmp1, 1f
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | vector.S | 182 pla r11,name@pcrel; \
|
/Linux-v6.6/arch/powerpc/ |
D | Makefile | 191 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-v6.6/arch/powerpc/include/asm/ |
D | ppc_asm.h | 384 pla reg,name@pcrel
|
/Linux-v6.6/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 384 pla reg,name@pcrel
|
/Linux-v6.6/arch/s390/net/ |
D | bpf_jit_comp.c | 193 #define EMIT4_PCREL(op, pcrel) \ argument 195 long __pcrel = ((pcrel) >> 1) & 0xffff; \
|
/Linux-v6.6/arch/powerpc/boot/ |
D | Makefile | 79 $(call cc-option,-mno-pcrel) \
|