Searched refs:flash_runtime_addr (Results 1 – 1 of 1) sorted by relevance
69 typedef intptr_t (*rom_flash_runtime_to_storage_addr_fn)(uintptr_t flash_runtime_addr);796 static inline intptr_t rom_flash_runtime_to_storage_addr(uintptr_t flash_runtime_addr) { in rom_flash_runtime_to_storage_addr() argument798 return func(flash_runtime_addr); in rom_flash_runtime_to_storage_addr()