Home
last modified time | relevance | path

Searched defs:set_pc (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/core/
H A Dgeneric-loader.h41 bool set_pc; member
H A Dcpu.h165 void (*set_pc)(CPUState *cpu, vaddr value); member
/qemu/target/loongarch/
H A Dcpu.h476 static inline void set_pc(CPULoongArchState *env, uint64_t value) in set_pc() function