Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/kernel/probes/
Dsimulate-insn.c94 #define auipc_offset(opcode) sign_extend64(auipc_imm(opcode), 31) macro
96 #define auipc_offset(opcode) auipc_imm(opcode) macro
111 unsigned long rd_val = addr + auipc_offset(opcode); in simulate_auipc()