Searched refs:xsm_vm_event_control (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | monitor.c | 39 rc = xsm_vm_event_control(XSM_PRIV, d, mop->op, mop->event); in monitor_domctl()
|
A D | vm_event.c | 595 rc = xsm_vm_event_control(XSM_PRIV, d, vec->mode, vec->op); in vm_event_domctl()
|
/xen-4.10.0-shim-comet/xen/include/xsm/ |
A D | dummy.h | 565 static XSM_INLINE int xsm_vm_event_control(XSM_DEFAULT_ARG struct domain *d, int mode, int op) in xsm_vm_event_control() function
|
A D | xsm.h | 579 static inline int xsm_vm_event_control (xsm_default_t def, struct domain *d, int mode, int op) in xsm_vm_event_control() function
|
Completed in 9 milliseconds