Searched refs:pcrel (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | head.S | 52 la.pcrel t0, __bss_start # clear .bss 54 la.pcrel t1, __bss_stop - LONGSIZE 60 la.pcrel t0, fw_arg0 62 la.pcrel t0, fw_arg1 64 la.pcrel t0, fw_arg2 77 la.pcrel tp, init_thread_union 129 la.pcrel t0, cpuboot_data
|
| H A 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
|
| H A D | entry.S | 25 la.pcrel t1, kernelsp
|
| H A D | lbt.S | 133 la.pcrel a0, 1f
|
| H A D | mcount_dyn.S | 79 la.pcrel t1, function_trace_op
|
| /linux/arch/loongarch/power/ |
| H A D | suspend_asm.S | 61 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 D | hibernate_asm.S | 15 la.pcrel t0, saved_regs 34 la.pcrel t0, restore_pblist 49 la.pcrel t0, saved_regs
|
| /linux/arch/loongarch/ |
| H A D | Makefile | 97 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel 98 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
|
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 205 #define EMIT4_PCREL(op, pcrel) \ argument 207 long __pcrel = ((pcrel) >> 1) & 0xffff; \ 275 static void emit6_pcrel_ril(struct bpf_jit *jit, u32 op, s64 pcrel) in emit6_pcrel_ril() argument 277 u32 pc32dbl = (s32)(pcrel / 2); in emit6_pcrel_ril() 282 static void emit6_pcrel_rilb(struct bpf_jit *jit, u32 op, u8 b, s64 pcrel) in emit6_pcrel_rilb() argument 284 emit6_pcrel_ril(jit, op | reg_high(b) << 16, pcrel); in emit6_pcrel_rilb() 294 static void emit6_pcrel_rilc(struct bpf_jit *jit, u32 op, u8 mask, s64 pcrel) in emit6_pcrel_rilc() argument 296 emit6_pcrel_ril(jit, op | mask << 20, pcrel); in emit6_pcrel_rilc()
|
| /linux/arch/powerpc/kernel/ |
| H A D | vector.S | 184 pla r11,name@pcrel; \
|
| /linux/arch/loongarch/include/asm/ |
| H A D | stackframe.h | 140 la.pcrel \temp, kernelsp
|
| H A D | asmmacro.h | 84 la.pcrel \tmp1, 1f
|
| /linux/arch/powerpc/ |
| H A D | Makefile | 201 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
|
| /linux/arch/powerpc/boot/ |
| H A D | Makefile | 78 $(call cc-option,-mno-pcrel) \
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 386 pla reg,name@pcrel
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc_asm.h | 386 pla reg,name@pcrel
|