Searched defs:_UC_MACHINE_SET_PC (Results 1 - 14 of 14) sorted by relevance
| /src/sys/arch/vax/include/ |
| H A D | mcontext.h | 77 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/ia64/include/ |
| H A D | mcontext.h | 118 #define _UC_MACHINE_SET_PC(uc, pc) (uc)->uc_mcontext.mc_special.iip = (pc) macro
|
| /src/sys/arch/sh3/include/ |
| H A D | mcontext.h | 96 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/or1k/include/ |
| H A D | mcontext.h | 95 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/i386/include/ |
| H A D | mcontext.h | 112 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/alpha/include/ |
| H A D | mcontext.h | 105 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/amd64/include/ |
| H A D | mcontext.h | 75 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/m68k/include/ |
| H A D | mcontext.h | 109 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/sparc/include/ |
| H A D | mcontext.h | 158 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
|
| /src/sys/arch/powerpc/include/ |
| H A D | mcontext.h | 142 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/hppa/include/ |
| H A D | mcontext.h | 87 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
|
| /src/sys/arch/riscv/include/ |
| H A D | mcontext.h | 148 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/mips/include/ |
| H A D | mcontext.h | 166 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc) macro
|
| /src/sys/arch/arm/include/ |
| H A D | mcontext.h | 228 #define _UC_MACHINE_SET_PC(uc, pc) \ macro
|
Completed in 7 milliseconds