Searched refs:cpu_debug_store (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dintel_ds.h31 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
H A Dcpu_entry_area.h124 struct debug_store cpu_debug_store; member in struct:cpu_entry_area
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c114 cea = &get_cpu_entry_area(cpu)->cpu_debug_store;
117 cea_map_percpu_pages(cea, &per_cpu(cpu_debug_store, cpu), npages,
/linux-master/arch/x86/events/intel/
H A Dds.c18 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
612 struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store;

Completed in 117 milliseconds