Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU_PAGE_ALIGNED (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/arch/x86/mm/
Dcpu_entry_area.c15 static DEFINE_PER_CPU_PAGE_ALIGNED(struct entry_stack_page, entry_stack_storage);
18 static DEFINE_PER_CPU_PAGE_ALIGNED(struct exception_stacks, exception_stacks);
/linux-6.6.21/arch/x86/kernel/
Dirq_64.c28 DEFINE_PER_CPU_PAGE_ALIGNED(struct irq_stack, irq_stack_backing_store) __visible;
Ddoublefault_32.c85 DEFINE_PER_CPU_PAGE_ALIGNED(struct doublefault_stack, doublefault_stack) = {
Dprocess.c65 __visible DEFINE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw) = {
/linux-6.6.21/arch/parisc/kernel/
Dtoc.c16 DEFINE_PER_CPU_PAGE_ALIGNED(char [16384], toc_stack) __visible;
/linux-6.6.21/include/linux/
Dpercpu-defs.h161 #define DEFINE_PER_CPU_PAGE_ALIGNED(type, name) \ macro
/linux-6.6.21/arch/x86/kernel/cpu/
Dcommon.c192 DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
/linux-6.6.21/arch/x86/events/intel/
Dds.c17 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);