Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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);
/kernel/linux/linux-5.10/arch/x86/kernel/
Dirq_64.c27 DEFINE_PER_CPU_PAGE_ALIGNED(struct irq_stack, irq_stack_backing_store) __visible;
Ddoublefault_32.c87 DEFINE_PER_CPU_PAGE_ALIGNED(struct doublefault_stack, doublefault_stack) = {
Dprocess.c56 __visible DEFINE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw) = {
/kernel/linux/linux-5.10/include/linux/
Dpercpu-defs.h161 #define DEFINE_PER_CPU_PAGE_ALIGNED(type, name) \ macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c115 DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
/kernel/linux/linux-5.10/arch/x86/events/intel/
Dds.c15 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);