Searched refs:_UC_MACHINE_SET_PC (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/sys/arch/vax/include/ |
| D | mcontext.h | 77 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | mcontext.h | 118 #define _UC_MACHINE_SET_PC(uc, pc) (uc)->uc_mcontext.mc_special.iip = (pc) macro
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | mcontext.h | 96 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/sys/arch/i386/include/ |
| D | mcontext.h | 112 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | mcontext.h | 109 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | mcontext.h | 105 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | mcontext.h | 87 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
|
| /netbsd/src/sys/arch/amd64/include/ |
| D | mcontext.h | 75 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | mcontext.h | 142 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/lib/libc/arch/sh3/gen/ |
| D | swapcontext.S | 58 mov.l r0, @(36 + 1 * 4, r1) ! _UC_MACHINE_SET_PC(oucp, pr)
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | mcontext.h | 158 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
|
| /netbsd/src/sys/arch/mips/include/ |
| D | mcontext.h | 166 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /netbsd/src/sys/arch/arm/include/ |
| D | mcontext.h | 228 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
|