Home
last modified time | relevance | path

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

/Linux-v5.4/include/acpi/
Dcppc_acpi.h35 struct cpc_reg { struct
54 struct cpc_reg reg; argument
143 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val);
144 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val);
/Linux-v5.4/arch/x86/kernel/acpi/
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-v5.4/drivers/acpi/
Dcppc_acpi.c721 struct cpc_reg *gas_t; in acpi_cppc_processor_probe()
778 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe()
940 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
955 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
971 struct cpc_reg *reg = &reg_res->cpc_entry.reg; in cpc_read()
1016 struct cpc_reg *reg = &reg_res->cpc_entry.reg; in cpc_write()