Searched refs:xsm_hvm_param (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | hvm.c | 56 rc = xsm_hvm_param(XSM_TARGET, d, op); in do_hvm_op()
|
/xen-4.10.0-shim-comet/xen/include/xsm/ |
A D | dummy.h | 522 static XSM_INLINE int xsm_hvm_param(XSM_DEFAULT_ARG struct domain *d, unsigned long op) in xsm_hvm_param() function
|
A D | xsm.h | 549 static inline int xsm_hvm_param (xsm_default_t def, struct domain *d, unsigned long op) in xsm_hvm_param() function
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hvm.c | 4082 rc = xsm_hvm_param(XSM_TARGET, d, HVMOP_set_param); in hvm_allow_set_param() 4358 rc = xsm_hvm_param(XSM_TARGET, d, HVMOP_get_param); in hvm_allow_get_param() 4656 rc = xsm_hvm_param(XSM_TARGET, d, HVMOP_get_mem_type); in hvmop_get_mem_type() 4747 rc = xsm_hvm_param(XSM_TARGET, d, op); in do_hvm_op()
|
Completed in 14 milliseconds