Searched refs:cpc_reg (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/acpi/ |
| D | cppc_acpi.h | 36 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-v5.15/arch/x86/kernel/acpi/ |
| D | cppc_msr.c | 17 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.15/arch/arm64/kernel/ |
| D | topology.c | 346 int cpc_read_ffh(int cpu, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 368 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
| /Linux-v5.15/drivers/acpi/ |
| D | cppc_acpi.c | 678 struct cpc_reg *gas_t; in acpi_cppc_processor_probe() 735 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe() 900 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 915 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 931 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_read() 976 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_write()
|