Home
last modified time | relevance | path

Searched refs:xpmsg_func (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dintr.c394 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 Dgenassym.cf161 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 Dcpu.c728 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 Dcpu.h158 struct xpmsg_func { struct
164 } xpmsg_func; member