Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/mm/
Dcpu_entry_area.c69 cea = &get_cpu_entry_area(cpu)->cpu_debug_store; in percpu_setup_debug_store()
72 cea_map_percpu_pages(cea, &per_cpu(cpu_debug_store, cpu), npages, in percpu_setup_debug_store()
/Linux-v5.10/arch/x86/include/asm/
Dintel_ds.h30 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
Dcpu_entry_area.h118 struct debug_store cpu_debug_store; member
/Linux-v5.10/arch/x86/events/intel/
Dds.c15 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
437 struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store; in alloc_ds_buffer()