Home
last modified time | relevance | path

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

/arch/loongarch/kernel/
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
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
A Dentry.S25 la.pcrel t1, kernelsp
A Dmcount_dyn.S79 la.pcrel t1, function_trace_op
A Dlbt.S133 la.pcrel a0, 1f
/arch/loongarch/power/
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
A Dhibernate_asm.S15 la.pcrel t0, saved_regs
34 la.pcrel t0, restore_pblist
49 la.pcrel t0, saved_regs
/arch/loongarch/
A DMakefile92 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
93 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
/arch/s390/net/
A Dbpf_jit_comp.c206 #define EMIT4_PCREL(op, pcrel) \ argument
208 long __pcrel = ((pcrel) >> 1) & 0xffff; \
276 static void emit6_pcrel_ril(struct bpf_jit *jit, u32 op, s64 pcrel) in emit6_pcrel_ril() argument
278 u32 pc32dbl = (s32)(pcrel / 2); in emit6_pcrel_ril()
283 static void emit6_pcrel_rilb(struct bpf_jit *jit, u32 op, u8 b, s64 pcrel) in emit6_pcrel_rilb() argument
285 emit6_pcrel_ril(jit, op | reg_high(b) << 16, pcrel); in emit6_pcrel_rilb()
295 static void emit6_pcrel_rilc(struct bpf_jit *jit, u32 op, u8 mask, s64 pcrel) in emit6_pcrel_rilc() argument
297 emit6_pcrel_ril(jit, op | mask << 20, pcrel); in emit6_pcrel_rilc()
/arch/s390/kernel/
A Ddis.c471 void *pcrel = (void *)((int)value + addr); in print_insn() local
473 ptr += sprintf(ptr, "%px", pcrel); in print_insn()
/arch/loongarch/include/asm/
A Dstackframe.h120 la.pcrel \temp, kernelsp
A Dasmmacro.h68 la.pcrel \tmp1, 1f
/arch/powerpc/kernel/
A Dvector.S184 pla r11,name@pcrel; \
/arch/powerpc/
A DMakefile201 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
A DKconfig12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
15 # do pcrel yet.
/arch/powerpc/boot/
A DMakefile78 $(call cc-option,-mno-pcrel) \
/arch/powerpc/include/asm/
A Dppc_asm.h386 pla reg,name@pcrel

Completed in 26 milliseconds