Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/riscv/include/asm/
H A Dptrace.h61 #define SET_IP(regs, val) (GET_IP(regs) = (val)) macro
70 SET_IP(regs, val); in instruction_pointer_set()