OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LWP_PC
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/amd64/include/
cpu.h
95
#define
LWP_PC
(l) ((l)->l_md.md_regs->tf_rip)
/src/sys/arch/i386/include/
cpu.h
92
#define
LWP_PC
(l) ((l)->l_md.md_regs->tf_eip)
/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/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/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/mips/include/
cpu.h
258
#define
LWP_PC
(l) cpu_lwp_pc(l)
/src/sys/arch/sparc64/include/
cpu.h
334
#define
LWP_PC
(l) ((l)->l_md.md_tf->tf_pc)
/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/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/powerpc/include/
cpu.h
446
#define
LWP_PC
(l) cpu_lwp_pc(l)
/src/sys/arch/sparc/include/
cpu.h
498
#define
LWP_PC
(l) ((l)->l_md.md_tf->tf_pc)
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025