Searched refs:DECLARE_PER_CPU_PAGE_ALIGNED (Results 1 – 4 of 4) sorted by relevance
30 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
52 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page);
363 DECLARE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw);
158 #define DECLARE_PER_CPU_PAGE_ALIGNED(type, name) \ macro