Home
last modified time | relevance | path

Searched refs:mc_debug_data (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/xen/
H A Dmulticalls.c48 struct mc_debug_data { struct
56 static struct mc_debug_data mc_debug_data_early __initdata; argument
57 static struct mc_debug_data __percpu *mc_debug_data_ptr;
63 static struct mc_debug_data * __ref get_mc_debug(void) in get_mc_debug()
83 struct mc_debug_data __percpu *mcdb; in mc_debug_enable()
88 mcdb = alloc_percpu(struct mc_debug_data); in mc_debug_enable()
117 static void print_debug_data(struct mc_buffer *b, struct mc_debug_data *mcdb, in print_debug_data()
146 struct mc_debug_data *mcdb = NULL; in xen_mc_flush()
240 struct mc_debug_data *mcdb = get_mc_debug(); in __xen_mc_entry()