From: Nam Cao <namcao@linutronix.de>
To: Xiaofeng Yuan <xiaofengmian@163.com>, pjw@kernel.org
Cc: palmer@dabbelt.com, aou@eecs.berkeley.edu,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
Xiaofeng Yuan <xiaofengmian@163.com>
Subject: Re: [PATCH] riscv: probes: simulate c.jal instruction
Date: Fri, 26 Jun 2026 06:11:14 +0200 [thread overview]
Message-ID: <87wlvm3pr1.fsf@yellow.woof> (raw)
In-Reply-To: <20260626003735.9066-1-xiaofengmian@163.com>
Xiaofeng Yuan <xiaofengmian@163.com> writes:
> Add simulate_c_jal() which saves the return address to x1 (ra)
> and sets the program counter to the target offset, matching
> the behavior of c.j (which is already simulated) plus the
> link register write that distinguishes c.jal from c.j.
Please reuse the existing c.j simulation to reduce code duplication.
Nam
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Nam Cao <namcao@linutronix.de>
To: Xiaofeng Yuan <xiaofengmian@163.com>, pjw@kernel.org
Cc: palmer@dabbelt.com, aou@eecs.berkeley.edu,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
Xiaofeng Yuan <xiaofengmian@163.com>
Subject: Re: [PATCH] riscv: probes: simulate c.jal instruction
Date: Fri, 26 Jun 2026 06:11:14 +0200 [thread overview]
Message-ID: <87wlvm3pr1.fsf@yellow.woof> (raw)
In-Reply-To: <20260626003735.9066-1-xiaofengmian@163.com>
Xiaofeng Yuan <xiaofengmian@163.com> writes:
> Add simulate_c_jal() which saves the return address to x1 (ra)
> and sets the program counter to the target offset, matching
> the behavior of c.j (which is already simulated) plus the
> link register write that distinguishes c.jal from c.j.
Please reuse the existing c.j simulation to reduce code duplication.
Nam
next prev parent reply other threads:[~2026-06-26 4:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-26 0:37 [PATCH] riscv: probes: simulate c.jal instruction Xiaofeng Yuan
2026-06-26 0:37 ` Xiaofeng Yuan
2026-06-26 4:11 ` Nam Cao [this message]
2026-06-26 4:11 ` Nam Cao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wlvm3pr1.fsf@yellow.woof \
--to=namcao@linutronix.de \
--cc=aou@eecs.berkeley.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=xiaofengmian@163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.