Searched refs:FWK_SECTION (Results 1 – 6 of 6) sorted by relevance
15 void FWK_SECTION(".system_ram") cpg_write(uintptr_t regadr, uint32_t regval) in cpg_write()22 void FWK_SECTION(".system_ram")38 static uint64_t FWK_SECTION(".system_ram") get_cntfrq(void) in get_cntfrq()45 static uint64_t FWK_SECTION(".system_ram") get_cntvct(void) in get_cntvct()52 static void FWK_SECTION(".system_ram") delay(uint64_t cycles) in delay()60 void FWK_SECTION(".system_ram") udelay(unsigned long usec) in udelay()65 void FWK_SECTION(".system_ram") mdelay(unsigned long msecs) in mdelay()
78 static void FWK_SECTION(".system_ram") rcar_pwrc_set_self_refresh(void) in rcar_pwrc_set_self_refresh()162 void FWK_SECTION(".system_ram") FWK_NOINLINE rcar_pwrc_go_suspend_to_ram(void) in rcar_pwrc_go_suspend_to_ram()
85 static int32_t FWK_SECTION(".system_ram") dvfs_##__name(__VA_ARGS__)88 int32_t FWK_SECTION(".system_ram") rcar_iic_dvfs_##__name(__VA_ARGS__)
60 } arch_exceptions FWK_SECTION(".exceptions") = {
262 # define FWK_SECTION(SECTION) __attribute__((__section__(SECTION))) macro
2076 FWK_SECTION \
Completed in 9 milliseconds