Home
last modified time | relevance | path

Searched refs:DECLARE_PER_CPU_PAGE_ALIGNED (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/
Dintel_ds.h31 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
Ddesc.h48 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page);
Dprocessor.h422 DECLARE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw);
/linux-6.1.9/arch/x86/mm/
Dcpu_entry_area.c21 DECLARE_PER_CPU_PAGE_ALIGNED(struct doublefault_stack, doublefault_stack);
/linux-6.1.9/include/linux/
Dpercpu-defs.h157 #define DECLARE_PER_CPU_PAGE_ALIGNED(type, name) \ macro