Searched defs:_UC_MACHINE_SET_PC (Results 1 - 14 of 14) sorted by relevance

/src/sys/arch/vax/include/
H A Dmcontext.h77 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/ia64/include/
H A Dmcontext.h118 #define _UC_MACHINE_SET_PC(uc, pc) (uc)->uc_mcontext.mc_special.iip = (pc) macro
/src/sys/arch/sh3/include/
H A Dmcontext.h96 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/or1k/include/
H A Dmcontext.h95 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/i386/include/
H A Dmcontext.h112 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/alpha/include/
H A Dmcontext.h105 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/amd64/include/
H A Dmcontext.h75 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/m68k/include/
H A Dmcontext.h109 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/sparc/include/
H A Dmcontext.h158 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
/src/sys/arch/powerpc/include/
H A Dmcontext.h142 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/hppa/include/
H A Dmcontext.h87 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
/src/sys/arch/riscv/include/
H A Dmcontext.h148 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/mips/include/
H A Dmcontext.h166 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/src/sys/arch/arm/include/
H A Dmcontext.h228 #define _UC_MACHINE_SET_PC(uc, pc) \ macro

Completed in 8 milliseconds