Home
last modified time | relevance | path

Searched refs:DECLARE_PER_CPU_PAGE_ALIGNED (Results 1 – 4 of 4) 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 Ddesc.h48 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page);
/linux/arch/x86/mm/
H A Dcpu_entry_area.c60 DECLARE_PER_CPU_PAGE_ALIGNED(struct doublefault_stack, doublefault_stack);
/linux/include/linux/
H A Dpercpu-defs.h157 #define DECLARE_PER_CPU_PAGE_ALIGNED(type, name) \ macro