Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dintel_ds.h32 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
H A Dcpu_entry_area.h124 struct debug_store cpu_debug_store; member
/linux/arch/x86/events/intel/
H A Dds.c19 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
722 struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store; in alloc_ds_buffer()