Home
last modified time | relevance | path

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

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