HomeSort by: relevance | last modified time | path
    Searched defs:_UC_MACHINE_SET_PC (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/ia64/include/
mcontext.h 118 #define _UC_MACHINE_SET_PC(uc, pc) (uc)->uc_mcontext.mc_special.iip = (pc)
  /src/sys/arch/vax/include/
mcontext.h 77 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/alpha/include/
mcontext.h 105 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/amd64/include/
mcontext.h 75 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/i386/include/
mcontext.h 112 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/m68k/include/
mcontext.h 109 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/or1k/include/
mcontext.h 95 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/sh3/include/
mcontext.h 96 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/hppa/include/
mcontext.h 87 #define _UC_MACHINE_SET_PC(uc, pc) \
  /src/sys/arch/powerpc/include/
mcontext.h 142 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/sparc/include/
mcontext.h 158 #define _UC_MACHINE_SET_PC(uc, pc) \
  /src/sys/arch/riscv/include/
mcontext.h 148 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/mips/include/
mcontext.h 166 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
  /src/sys/arch/arm/include/
mcontext.h 228 #define _UC_MACHINE_SET_PC(uc, pc) \

Completed in 14 milliseconds