Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
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.S130 la.pcrel a0, 1f
/linux/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/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/arch/powerpc/kernel/
H A Dvector.S184 pla r11,name@pcrel; \
/linux/arch/loongarch/include/asm/
H A Dstackframe.h114 la.pcrel \temp, kernelsp
H A Dasmmacro.h68 la.pcrel \tmp1, 1f
/linux/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/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h386 pla reg,name@pcrel
/linux/arch/powerpc/include/asm/
H A Dppc_asm.h386 pla reg,name@pcrel
/linux/arch/s390/net/
H A Dbpf_jit_comp.c196 #define EMIT4_PCREL(op, pcrel) \ argument
198 long __pcrel = ((pcrel) >> 1) & 0xffff; \