coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
exynos5420_cpu_states Struct Reference
Collaboration diagram for exynos5420_cpu_states:
Collaboration graph

Data Fields

uint32_t _reserved [2]
 
uint32_t resume_address
 
uint32_t resume_flag
 
uint32_t _reg2
 
uint32_t _reg3
 
uint32_t switch_address
 
uint32_t hotplug_address
 
uint32_t _reg6
 
uint32_t c2_address
 
uint32_t cpu_states [4]
 
uint32_t cpu_gic_states [4]
 

Detailed Description

Definition at line 44 of file smp.c.

Field Documentation

◆ _reg2

uint32_t exynos5420_cpu_states::_reg2

Definition at line 49 of file smp.c.

◆ _reg3

uint32_t exynos5420_cpu_states::_reg3

Definition at line 50 of file smp.c.

◆ _reg6

uint32_t exynos5420_cpu_states::_reg6

Definition at line 53 of file smp.c.

◆ _reserved

uint32_t exynos5420_cpu_states::_reserved[2]

Definition at line 46 of file smp.c.

◆ c2_address

uint32_t exynos5420_cpu_states::c2_address

Definition at line 54 of file smp.c.

◆ cpu_gic_states

uint32_t exynos5420_cpu_states::cpu_gic_states[4]

Definition at line 60 of file smp.c.

◆ cpu_states

uint32_t exynos5420_cpu_states::cpu_states[4]

Definition at line 57 of file smp.c.

Referenced by core_start_execution(), and init_exynos_cpu_states().

◆ hotplug_address

uint32_t exynos5420_cpu_states::hotplug_address

Definition at line 52 of file smp.c.

Referenced by configure_secondary_cores(), and core_start_execution().

◆ resume_address

uint32_t exynos5420_cpu_states::resume_address

Definition at line 47 of file smp.c.

◆ resume_flag

uint32_t exynos5420_cpu_states::resume_flag

Definition at line 48 of file smp.c.

◆ switch_address

uint32_t exynos5420_cpu_states::switch_address

Definition at line 51 of file smp.c.

Referenced by core_start_execution().


The documentation for this struct was generated from the following file: