Searched refs:debug_store (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dintel_ds.h19 struct debug_store { struct
31 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
H A Dcpu_entry_area.h124 struct debug_store cpu_debug_store;
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c115 npages = sizeof(struct debug_store) / PAGE_SIZE;
116 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0);
/linux-master/arch/x86/events/intel/
H A Dbts.c25 struct debug_store ds_back;
147 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
186 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
452 struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds;
H A Dds.c18 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
441 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
513 struct debug_store *ds = hwev->ds;
569 struct debug_store *ds = hwev->ds;
612 struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store;
759 struct debug_store *ds = cpuc->ds;
1139 struct debug_store *ds = cpuc->ds;
1302 struct debug_store *ds = cpuc->ds;
1338 struct debug_store *ds = cpuc->ds;
2098 struct debug_store *d
[all...]
H A Dcore.c2875 struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds);
/linux-master/fs/smb/server/
H A Dserver.c490 static ssize_t debug_store(const struct class *class, const struct class_attribute *attr, function
/linux-master/arch/x86/events/
H A Dperf_event.h266 struct debug_store *ds;

Completed in 180 milliseconds