Searched refs:entry_point (Results 1 – 7 of 7) sorted by relevance
17 __le64 entry_point; member103 &mailbox->entry_point); in acpi_parking_protocol_cpu_boot()116 u64 entry_point; in acpi_parking_protocol_cpu_postboot() local118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()123 WARN_ON(entry_point); in acpi_parking_protocol_cpu_postboot()
84 static void shx3_start_cpu(unsigned int cpu, unsigned long entry_point) in shx3_start_cpu() argument87 __raw_writel(entry_point, RESET_REG(cpu)); in shx3_start_cpu()89 __raw_writel(virt_to_phys(entry_point), RESET_REG(cpu)); in shx3_start_cpu()
79 static void j2_start_cpu(unsigned int cpu, unsigned long entry_point) in j2_start_cpu() argument94 __raw_writel(entry_point, initpc); in j2_start_cpu()
9 void (*start_cpu)(unsigned int cpu, unsigned long entry_point);
64 uint64_t entry_point; member115 uint64_t entry_point;
28 static void dummy_start_cpu(unsigned int cpu, unsigned long entry_point) in dummy_start_cpu() argument
286 uint32_t entry_point, int load) in fh_partition_start() argument295 r4 = entry_point; in fh_partition_start()
Completed in 8 milliseconds