Home
last modified time | relevance | path

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

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