Searched refs:xen_mc (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/ |
A D | xen-mceinj.c | 158 struct xen_mc mc; in flush_msr_inj() 169 struct xen_mc mc; in mca_cpuinfo() 171 memset(&mc, 0, sizeof(struct xen_mc)); in mca_cpuinfo() 184 struct xen_mc mc; in inject_cmci() 187 memset(&mc, 0, sizeof(struct xen_mc)); in inject_cmci() 207 struct xen_mc mc; in inject_mce() 209 memset(&mc, 0, sizeof(struct xen_mc)); in inject_mce()
|
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/ |
A D | xen-mca.h | 427 struct xen_mc { struct 441 typedef struct xen_mc xen_mc_t; argument
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 347 int xc_mca_op(xc_interface *xch, struct xen_mc *mc) in xc_mca_op() 370 struct xen_mc mc_buf, *mc = &mc_buf; in xc_mca_op_inject_v2()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mce.c | 1313 struct xen_mc curop, *op = &curop; in do_mca()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1842 int xc_mca_op(xc_interface *xch, struct xen_mc *mc);
|
Completed in 20 milliseconds