Searched refs:xpmsg_func (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | intr.c | 394 volatile struct xpmsg_func *p = &cpuinfo.msg.u.xpmsg_func; in xcallintr() 406 volatile struct xpmsg_func *p = &cpuinfo.msg.u.xpmsg_func; in xcallintr()
|
H A D | genassym.cf | 161 define CPUINFO_XMSG_FUNC offsetof(struct cpu_info, msg.u.xpmsg_func.func) 162 define CPUINFO_XMSG_TRAP offsetof(struct cpu_info, msg.u.xpmsg_func.trap) 163 define CPUINFO_XMSG_ARG0 offsetof(struct cpu_info, msg.u.xpmsg_func.arg0) 164 define CPUINFO_XMSG_ARG1 offsetof(struct cpu_info, msg.u.xpmsg_func.arg1) 165 define CPUINFO_XMSG_ARG2 offsetof(struct cpu_info, msg.u.xpmsg_func.arg2)
|
H A D | cpu.c | 728 volatile struct xpmsg_func *p; in xcall() 804 p = &cpi->msg.u.xpmsg_func; in xcall() 2332 ci->msg.u.xpmsg_func.func, in cpu_xcall_dump() 2333 ci->msg.u.xpmsg_func.trap, in cpu_xcall_dump() 2334 ci->msg.u.xpmsg_func.arg0, in cpu_xcall_dump() 2335 ci->msg.u.xpmsg_func.arg1, in cpu_xcall_dump() 2336 ci->msg.u.xpmsg_func.arg2, in cpu_xcall_dump()
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | cpu.h | 158 struct xpmsg_func { struct 164 } xpmsg_func; member
|