/openbmc/linux/arch/loongarch/kernel/ |
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 | head.S | 62 la.pcrel t0, __bss_start # clear .bss 64 la.pcrel t1, __bss_stop - LONGSIZE 70 la.pcrel t0, fw_arg0 72 la.pcrel t0, fw_arg1 74 la.pcrel t0, fw_arg2 82 la.pcrel tp, init_thread_union 137 la.pcrel t0, cpuboot_data
|
H A D | entry.S | 23 la.pcrel t1, kernelsp
|
H A D | lbt.S | 129 la.pcrel a0, 1f
|
H A D | mcount_dyn.S | 78 la.pcrel t1, function_trace_op
|
/openbmc/linux/arch/loongarch/power/ |
H A 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
|
H A D | hibernate_asm.S | 15 la.pcrel t0, saved_regs 34 la.pcrel t0, restore_pblist 49 la.pcrel t0, saved_regs
|
/openbmc/linux/arch/loongarch/ |
H A D | Makefile | 75 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel 76 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
|
/openbmc/linux/arch/s390/kernel/ |
H A D | dis.c | 468 void *pcrel = (void *)((int)value + addr); in print_insn() local 470 ptr += sprintf(ptr, "%px", pcrel); in print_insn()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 102 la.pcrel \temp, kernelsp
|
H A D | asmmacro.h | 68 la.pcrel \tmp1, 1f
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 289 intptr_t pcrel; 292 pcrel = tcg_ptr_byte_diff((tcg_insn_unit *)value, src_rx); 296 if (!check_fit_ptr(pcrel >> 2, 16)) { 300 insn |= INSN_OFF16(pcrel); 303 if (!check_fit_ptr(pcrel >> 2, 19)) { 307 insn |= INSN_OFF19(pcrel);
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | vector.S | 184 pla r11,name@pcrel; \
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 57 bool pcrel; member 260 if (ctx->pcrel) { in gen_pc_disp() 444 if (ctx->pcrel) { in gen_goto_tb() 2868 ctx->pcrel = ctx->base.tb->cflags & CF_PCREL; in alpha_tr_init_disas_context() 2906 if (ctx->pcrel) { in alpha_tr_insn_start()
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 184 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
|
H A D | Kconfig | 12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or 15 # do pcrel yet.
|
/openbmc/qemu/disas/ |
H A D | mips.c | 5359 int immed, nbits, shift, signedp, extbits, pcrel, extu, branch; 5364 pcrel = 0; 5479 pcrel = 1; 5487 pcrel = 1; 5495 pcrel = 1; 5504 pcrel = 1; 5512 pcrel = 1; 5540 if (! pcrel) 5588 if (pcrel && branch
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a64.decode | 87 @pcrel . .. ..... ................... rd:5 &ri imm=%imm_pcrel 89 ADR 0 .. 10000 ................... ..... @pcrel 90 ADRP 1 .. 10000 ................... ..... @pcrel
|
/openbmc/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 193 #define EMIT4_PCREL(op, pcrel) \ argument 195 long __pcrel = ((pcrel) >> 1) & 0xffff; \
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 384 pla reg,name@pcrel
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 384 pla reg,name@pcrel
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | Makefile | 79 $(call cc-option,-mno-pcrel) \
|