Home
last modified time | relevance | path

Searched refs:__bs_opname_s (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/arm/include/
H A Dbus_funcs.h89 #define __bs_opname_s(op,size) __bs_c(__bs_c(__bs_c(__bs_c(bs_,op),_),size),_s) macro
91 (*(t)->__bs_opname_s(r,sz))((t)->bs_cookie, h, o)
93 (*(t)->__bs_opname_s(w,sz))((t)->bs_cookie, h, o, v)
95 (*(t)->__bs_opname_s(type,sz))((t)->bs_cookie, h, o, a, c)
97 (*(t)->__bs_opname_s(type,sz))((t)->bs_cookie, h, o, v, c)
99 (*(t)->__bs_opname_s(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt)
/netbsd/sys/arch/riscv/include/
H A Dbus_funcs.h85 #define __bs_opname_s(op,size) __bs_c(__bs_c(__bs_c(__bs_c(bs_,op),_),size),_s) macro
87 (*(t)->__bs_opname_s(r,sz))(t, h, o)
89 (*(t)->__bs_opname_s(w,sz))(t, h, o, v)
91 (*(t)->__bs_opname_s(type,sz))(t, h, o, a, c)
93 (*(t)->__bs_opname_s(type,sz))(t, h, o, v, c)
95 (*(t)->__bs_opname_s(c,sz))(t, h1, o1, h2, o2, cnt)