Home
last modified time | relevance | path

Searched refs:cpc_reg (Results 1 – 4 of 4) sorted by relevance

/linux/include/acpi/
A Dcppc_acpi.h36 struct cpc_reg { struct
55 struct cpc_reg reg; argument
146 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val);
147 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val);
181 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
185 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux/arch/x86/kernel/acpi/
A Dcppc_msr.c17 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
32 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux/arch/arm64/kernel/
A Dtopology.c348 int cpc_read_ffh(int cpu, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
370 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux/drivers/acpi/
A Dcppc_acpi.c665 struct cpc_reg *gas_t; in acpi_cppc_processor_probe()
722 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe()
887 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
902 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
918 struct cpc_reg *reg = &reg_res->cpc_entry.reg; in cpc_read()
963 struct cpc_reg *reg = &reg_res->cpc_entry.reg; in cpc_write()

Completed in 8 milliseconds