Searched refs:__trace_hypercall (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | multicall.c | 39 __trace_hypercall(TRC_PV_HYPERCALL_SUBCALL, call->op, args); in __trace_multicall_call()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | multicall.c | 23 __trace_hypercall(TRC_PV_HYPERCALL_SUBCALL, call->op, call->args); in __trace_multicall_call()
|
A D | trace.c | 822 void __trace_hypercall(uint32_t event, unsigned long op, in __trace_hypercall() function
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | trace.h | 47 void __trace_hypercall(uint32_t event, unsigned long op,
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | hypercall.c | 136 __trace_hypercall(TRC_PV_HYPERCALL_V2, eax, args); in pv_hypercall() 183 __trace_hypercall(TRC_PV_HYPERCALL_V2, eax, args); in pv_hypercall()
|
Completed in 6 milliseconds