DEFINE_PER_CPU_SECTION
DEFINE_PER_CPU_SECTION(type, name, "")
DEFINE_PER_CPU_SECTION(type, name, "..hot.." #name)
DEFINE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \
DEFINE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION) \
DEFINE_PER_CPU_SECTION(type, name, "..page_aligned") \
DEFINE_PER_CPU_SECTION(type, name, "..read_mostly")
DEFINE_PER_CPU_SECTION(type, name, "..decrypted")