debug_store        25 arch/x86/events/intel/bts.c 	struct debug_store		ds_back;
debug_store       147 arch/x86/events/intel/bts.c 	struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
debug_store       186 arch/x86/events/intel/bts.c 	struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
debug_store       446 arch/x86/events/intel/bts.c 	struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds;
debug_store      2294 arch/x86/events/intel/core.c 	struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds);
debug_store        14 arch/x86/events/intel/ds.c DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
debug_store       265 arch/x86/events/intel/ds.c 	struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
debug_store       337 arch/x86/events/intel/ds.c 	struct debug_store *ds = hwev->ds;
debug_store       393 arch/x86/events/intel/ds.c 	struct debug_store *ds = hwev->ds;
debug_store       436 arch/x86/events/intel/ds.c 	struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store;
debug_store       583 arch/x86/events/intel/ds.c 	struct debug_store *ds = cpuc->ds;
debug_store       921 arch/x86/events/intel/ds.c 	struct debug_store *ds = cpuc->ds;
debug_store      1089 arch/x86/events/intel/ds.c 	struct debug_store *ds = cpuc->ds;
debug_store      1106 arch/x86/events/intel/ds.c 	struct debug_store *ds = cpuc->ds;
debug_store      1775 arch/x86/events/intel/ds.c 	struct debug_store *ds = cpuc->ds;
debug_store      1832 arch/x86/events/intel/ds.c 	struct debug_store *ds = cpuc->ds;
debug_store      1947 arch/x86/events/intel/ds.c 	struct debug_store *ds = cpuc->ds;
debug_store      2096 arch/x86/events/intel/ds.c 	struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds);
debug_store       215 arch/x86/events/perf_event.h 	struct debug_store	*ds;
debug_store       105 arch/x86/include/asm/cpu_entry_area.h 	struct debug_store cpu_debug_store;
debug_store        30 arch/x86/include/asm/intel_ds.h DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
debug_store        65 arch/x86/mm/cpu_entry_area.c 	npages = sizeof(struct debug_store) / PAGE_SIZE;
debug_store        66 arch/x86/mm/cpu_entry_area.c 	BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0);