Searched refs:__section (Results 1 – 13 of 13) sorted by relevance
17 void __section(".text.dummy.call_preinitcalls") call_preinitcalls(void) in call_preinitcalls()21 void __section(".text.dummy.call_early_initcalls") call_early_initcalls(void) in call_early_initcalls()25 void __section(".text.dummy.call_service_initcalls")30 void __section(".text.dummy.call_driver_initcalls") call_driver_initcalls(void) in call_driver_initcalls()34 void __section(".text.dummy.call_finalcalls") call_finalcalls(void) in call_finalcalls()38 void __section(".text.dummy.boot_init_primary_late")44 void __section(".text.dummy.boot_init_primary_final")49 uint32_t __section(".text.dummy.__thread_std_smc_entry")
9 void __section(".text.dummy.boot_save_boot_info")16 unsigned long __section(".text.dummy.get_aslr_seed")22 void __section(".text.dummy.core_init_mmu_map")28 void __section(".text.dummy.boot_init_primary_early")
53 __section(".nozi.kdata_page");55 __section(".nex_nozi.kdata_page");
55 #define __section(x) __attribute__((section(x))) macro56 #define __data __section(".data")57 #define __bss __section(".bss")75 #define __rodata __section(".rodata" __SECTION_FLAGS_RODATA)76 #define __rodata_dummy __section(".rodata.dummy" __SECTION_FLAGS_RODATA)78 __section(".rodata.__unpaged." x __SECTION_FLAGS_RODATA)80 #define __relrodata_unpaged(x) __section(".data.rel.ro.__unpaged." x)85 #define __nex_bss __section(".nex_bss")86 #define __nex_data __section(".nex_data")
24 __section(section_name)28 __section(section_name)87 __section(".scattered_array_" #array_name "_0"); \100 __section(".scattered_array_" #array_name "_2"); \
33 __section("__keep_meta_vars_pager") = (unsigned long)&(sym)41 __section("__keep_meta_vars_init") = (unsigned long)&(sym)
96 const struct ta_head ta_head __section(".ta_head") = {
211 __aligned(L1_ALIGNMENT) __section(".nozi.mmu.l1");215 __aligned(L2_ALIGNMENT) __section(".nozi.mmu.l2");219 __aligned(UL1_ALIGNMENT) __section(".nozi.mmu.ul1");
277 __section(".nozi.mmu.base_table");281 __aligned(XLAT_TABLE_SIZE) __section(".nozi.mmu.l2");286 __aligned(XLAT_TABLE_SIZE) __section(".nozi.mmu.l2");
29 #undef __section
60 __section(".nozi.mmu.root_pgt");63 __aligned(RISCV_PGSIZE) __section(".nozi.mmu.pool_pgts");66 __aligned(RISCV_PGSIZE) __section(".nozi.mmu.usr_pgts");
82 const uint32_t stack_tmp_stride __section(".identity_map.stack_tmp_stride") =
418 __aligned(PGT_SIZE) __section(".nozi.pgt_cache"); in pgt_init()