HomeSort by: relevance | last modified time | path
    Searched refs:LWP_PC (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/i386/include/
cpu.h 92 #define LWP_PC(l) ((l)->l_md.md_regs->tf_eip)
  /src/sys/arch/amd64/include/
cpu.h 95 #define LWP_PC(l) ((l)->l_md.md_regs->tf_rip)
  /src/sys/arch/sh3/include/
cpu.h 96 #define LWP_PC(l) \
  /src/sys/arch/m68k/include/
cpu.h 144 #define LWP_PC(l) (((struct trapframe *)((l)->l_md.md_regs))->tf_pc)
  /src/sys/arch/alpha/include/
cpu.h 223 #define LWP_PC(p) ((l)->l_md.md_tf->tf_regs[FRAME_PC])
  /src/sys/arch/mips/include/
cpu.h 258 #define LWP_PC(l) cpu_lwp_pc(l)
  /src/sys/arch/vax/include/
cpu.h 229 #define LWP_PC(l) cpu_lwp_pc(l)
  /src/sys/arch/riscv/include/
cpu.h 230 #define LWP_PC(l) cpu_lwp_pc(l)
  /src/sys/arch/aarch64/include/
cpu.h 63 * LWP_PC: Find out the program counter for the given lwp.
65 #define LWP_PC(l) ((l)->l_md.md_utf->tf_pc)
  /src/sys/kern/
kern_clock.c 483 #ifdef LWP_PC
486 addupc_intr(l, LWP_PC(l));
tty.c 2727 #ifdef LWP_PC
2729 #define VAL_RUNNING (vaddr_t)LWP_PC(l)
2730 #define VAL_RUNNABLE (vaddr_t)LWP_PC(l)
  /src/sys/arch/hppa/include/
cpu.h 263 * LWP_PC: the program counter for the given lwp.
265 #define LWP_PC(l) ((l)->l_md.md_regs->tf_iioq_head)
  /src/sys/arch/arm/include/
cpu.h 140 * LWP_PC: Find out the program counter for the given lwp.
142 #define LWP_PC(l) (lwp_trapframe(l)->tf_pc)
  /src/sys/arch/sparc/include/
cpu.h 498 #define LWP_PC(l) ((l)->l_md.md_tf->tf_pc)
  /src/sys/arch/sparc64/include/
cpu.h 334 #define LWP_PC(l) ((l)->l_md.md_tf->tf_pc)
  /src/sys/arch/powerpc/include/
cpu.h 446 #define LWP_PC(l) cpu_lwp_pc(l)

Completed in 19 milliseconds