Home
last modified time | relevance | path

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

/linux-6.1.9/include/acpi/
Dcppc_acpi.h36 struct cpc_reg { struct
55 struct cpc_reg reg; argument
150 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val);
151 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val);
197 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
201 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux-6.1.9/arch/x86/kernel/acpi/
Dcppc.c35 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
50 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux-6.1.9/arch/arm64/kernel/
Dtopology.c322 int cpc_read_ffh(int cpu, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
344 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux-6.1.9/drivers/acpi/
Dcppc_acpi.c668 struct cpc_reg *gas_t; in acpi_cppc_processor_probe()
757 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe()
953 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
968 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
983 struct cpc_reg *reg = &reg_res->cpc_entry.reg; in cpc_read()
1044 struct cpc_reg *reg = &reg_res->cpc_entry.reg; in cpc_write()