Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/vax/include/
Dmcontext.h77 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/sys/arch/ia64/include/
Dmcontext.h118 #define _UC_MACHINE_SET_PC(uc, pc) (uc)->uc_mcontext.mc_special.iip = (pc) macro
/netbsd/src/sys/arch/sh3/include/
Dmcontext.h96 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/sys/arch/i386/include/
Dmcontext.h112 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/sys/arch/m68k/include/
Dmcontext.h109 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/sys/arch/alpha/include/
Dmcontext.h105 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/sys/arch/hppa/include/
Dmcontext.h87 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
/netbsd/src/sys/arch/amd64/include/
Dmcontext.h75 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/sys/arch/powerpc/include/
Dmcontext.h142 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/lib/libc/arch/sh3/gen/
Dswapcontext.S58 mov.l r0, @(36 + 1 * 4, r1) ! _UC_MACHINE_SET_PC(oucp, pr)
/netbsd/src/sys/arch/sparc/include/
Dmcontext.h158 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
/netbsd/src/sys/arch/mips/include/
Dmcontext.h166 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
/netbsd/src/sys/arch/arm/include/
Dmcontext.h228 #define _UC_MACHINE_SET_PC(uc, pc) \ macro