FreeBSD kernel amd64 OFW device code
ofw_cpu_softc Struct Reference

Data Fields

struct pcpu * sc_cpu_pcpu
 
uint32_t sc_nominal_mhz
 
boolean_t sc_reg_valid
 
pcell_t sc_reg [2]
 

Detailed Description

Definition at line 156 of file ofw_cpu.c.

Field Documentation

◆ sc_cpu_pcpu

struct pcpu* ofw_cpu_softc::sc_cpu_pcpu

Definition at line 157 of file ofw_cpu.c.

Referenced by ofw_cpu_attach(), and ofw_cpu_read_ivar().

◆ sc_nominal_mhz

uint32_t ofw_cpu_softc::sc_nominal_mhz

Definition at line 158 of file ofw_cpu.c.

Referenced by ofw_cpu_attach(), and ofw_cpu_read_ivar().

◆ sc_reg

pcell_t ofw_cpu_softc::sc_reg[2]

Definition at line 160 of file ofw_cpu.c.

Referenced by ofw_cpu_attach(), and ofw_cpu_read_ivar().

◆ sc_reg_valid

boolean_t ofw_cpu_softc::sc_reg_valid

Definition at line 159 of file ofw_cpu.c.

Referenced by ofw_cpu_attach(), and ofw_cpu_read_ivar().


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