/src/sys/lib/libunwind/ |
UnwindCursor.hpp | 133 fInfo.extra_args = prolog.spExtraArgSize;
|
libunwind.cxx | 282 if (info.extra_args) 283 cursor->setSP(cursor->getSP() + info.extra_args);
|
AddressSpace.hpp | 43 uintptr_t extra_args; // Extra stack space for frameless routines member in struct:_Unwind::unw_proc_info_t
|
/src/sys/arch/amd64/include/xen/ |
hypercalls.h | 307 int cmd, int vcpuid, void *extra_args) 309 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
|
/src/sys/arch/i386/include/xen/ |
hypercalls.h | 332 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) 338 _harg("1" (cmd), "2" (vcpuid), "3" (extra_args)),
|