Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/core/
H A Dgeneric-loader.h41 bool set_pc; member
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dsystem.h64 #define set_pc(x) __asm__ __volatile__ ("mov pc, %0\n\t" : : "r"(x)) macro