Searched refs:opp_table (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/arm64/dev/
H A Daplcpu.c52 struct opp_table { struct
53 LIST_ENTRY(opp_table) ot_list;
77 LIST_HEAD(, opp_table) sc_opp_tables;
78 struct opp_table *sc_opp_table[APLCPU_MAX_CLUSTERS];
195 struct opp_table *ot;
237 ot = malloc(sizeof(struct opp_table), M_DEVBUF, M_ZERO | M_WAITOK);
298 struct opp_table *ot;
339 struct opp_table *ot;
414 struct opp_table *ot;
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dcpu.c502 struct opp_table { struct
503 LIST_ENTRY(opp_table) ot_list;
514 LIST_HEAD(, opp_table) opp_tables = LIST_HEAD_INITIALIZER(opp_tables);
527 struct opp_table *ot;
557 ot = malloc(sizeof(struct opp_table), M_DEVBUF, M_ZERO | M_WAITOK);
625 struct opp_table *ot = ci->ci_opp_table;
703 struct opp_table *ot = ci->ci_opp_table;
746 struct opp_table *ot = ci->ci_opp_table;
796 struct opp_table *ot = ci->ci_opp_table;
805 struct opp_table *o
[all...]
/openbsd-current/sys/arch/arm/arm/
H A Dcpu.c598 struct opp_table { struct
599 LIST_ENTRY(opp_table) ot_list;
610 LIST_HEAD(, opp_table) opp_tables = LIST_HEAD_INITIALIZER(opp_tables);
623 struct opp_table *ot;
642 ot = malloc(sizeof(struct opp_table), M_DEVBUF, M_ZERO | M_WAITOK);
690 struct opp_table *ot;
720 ot = malloc(sizeof(struct opp_table), M_DEVBUF, M_ZERO | M_WAITOK);
787 struct opp_table *ot = ci->ci_opp_table;
865 struct opp_table *ot = ci->ci_opp_table;
907 struct opp_table *o
[all...]
/openbsd-current/sys/arch/arm64/arm64/
H A Dcpu.c1631 struct opp_table { struct
1632 LIST_ENTRY(opp_table) ot_list;
1643 LIST_HEAD(, opp_table) opp_tables = LIST_HEAD_INITIALIZER(opp_tables);
1656 struct opp_table *ot;
1686 ot = malloc(sizeof(struct opp_table), M_DEVBUF, M_ZERO | M_WAITOK);
1753 struct opp_table *ot = ci->ci_opp_table;
1835 struct opp_table *ot = ci->ci_opp_table;
1877 struct opp_table *ot = ci->ci_opp_table;
1923 struct opp_table *ot = ci->ci_opp_table;
1932 struct opp_table *o
[all...]
/openbsd-current/sys/arch/arm/include/
H A Dcpu.h184 struct opp_table *ci_opp_table;
/openbsd-current/sys/arch/riscv64/include/
H A Dcpu.h105 struct opp_table *ci_opp_table;
/openbsd-current/sys/arch/arm64/include/
H A Dcpu.h151 struct opp_table *ci_opp_table;

Completed in 79 milliseconds