Searched refs:rvbar (Results 1 – 3 of 3) sorted by relevance
310 void ihost_power_on_secondary_core(u_register_t mpidr, uint64_t rvbar) in ihost_power_on_secondary_core() argument322 rvbar & 0xFFFF); in ihost_power_on_secondary_core()324 (rvbar >> 16) & 0xFFFF); in ihost_power_on_secondary_core()326 (rvbar >> 32) & 0xFFFF); in ihost_power_on_secondary_core()330 rvbar & 0xFFFF); in ihost_power_on_secondary_core()332 (rvbar >> 16) & 0xFFFF); in ihost_power_on_secondary_core()334 (rvbar >> 32) & 0xFFFF); in ihost_power_on_secondary_core()
404 mmio_write_64(CRMU_CFG_BASE + offsetof(M0CFG, core_cfg.rvbar), in plat_setup_psci_ops()
16 void ihost_power_on_secondary_core(u_register_t mpidr, uint64_t rvbar);