Home
last modified time | relevance | path

Searched refs:__call (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/i386/include/xen/
H A Dhypercall.h123 long __res, __ign1, __ign2, __ign3, __ign4, __ign5, __call; in privcmd_hypercall() local
125 __call = (long)&hypercall_page + (op * 32); in privcmd_hypercall()
132 "5" ((long)(a5)), [call] "a" (__call) in privcmd_hypercall()
/f-stack/freebsd/amd64/include/xen/
H A Dhypercall.h146 long __call = (long)&hypercall_page + (op * 32); in privcmd_hypercall() local
153 "3" ((long)(a3)), [call] "a" (__call) in privcmd_hypercall()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua113 t.__call = f
323 __call = function (t, ...) function