Home
last modified time | relevance | path

Searched refs:core_idx (Results 1 – 25 of 27) sorted by relevance

12

/SCP-firmware-master/product/sgm775/scp_ramfw/
A Dconfig_ppu_v1.c54 unsigned int core_idx; in sgm775_ppu_v1_get_element_table() local
68 for (core_idx = 0; core_idx < sgm775_core_get_count(); core_idx++) { in sgm775_ppu_v1_get_element_table()
69 element = &element_table[core_idx]; in sgm775_ppu_v1_get_element_table()
70 pd_config = &pd_config_table[core_idx]; in sgm775_ppu_v1_get_element_table()
72 element->name = core_pd_name_table[core_idx]; in sgm775_ppu_v1_get_element_table()
76 pd_config->ppu.reg_base = core_pd_ppu_base_table[core_idx]; in sgm775_ppu_v1_get_element_table()
77 pd_config->ppu.irq = core_pd_ppu_irq_table[core_idx]; in sgm775_ppu_v1_get_element_table()
/SCP-firmware-master/module/traffic_cop/src/
A Dmod_traffic_cop.c142 uint32_t core_idx, domain_idx; in tcop_report() local
177 for (core_idx = 0; core_idx < domain_ctx->num_cores; core_idx++) { in tcop_report()
178 if (domain_ctx->core_ctx[core_idx].pd_blocked) { in tcop_report()
183 domain_ctx->core_ctx[core_idx].cookie, in tcop_report()
232 uint32_t core_idx; in tcop_element_init() local
250 for (core_idx = 0; core_idx < domain_ctx->num_cores; core_idx++) { in tcop_element_init()
251 core_ctx = &domain_ctx->core_ctx[core_idx]; in tcop_element_init()
343 uint32_t core_idx; in tcop_process_notification() local
352 for (core_idx = 0; core_idx < domain_ctx->num_cores; core_idx++) { in tcop_process_notification()
360 if (core_idx >= domain_ctx->num_cores) { in tcop_process_notification()
[all …]
/SCP-firmware-master/module/mpmm/src/
A Dmod_mpmm.c203 uint32_t core_idx; in mpmm_domain_set_thresholds() local
206 for (core_idx = 0; core_idx < ctx->num_cores; core_idx++) { in mpmm_domain_set_thresholds()
207 core_ctx = &ctx->core_ctx[core_idx]; in mpmm_domain_set_thresholds()
310 uint32_t core_idx; in mpmm_monitor_and_control() local
318 for (core_idx = 0; core_idx < domain_ctx->num_cores; core_idx++) { in mpmm_monitor_and_control()
390 uint32_t core_idx; in mpmm_report() local
434 for (core_idx = 0; core_idx < domain_ctx->num_cores; core_idx++) { in mpmm_report()
488 uint32_t core_idx; in mpmm_element_init() local
511 for (core_idx = 0; core_idx < domain_ctx->num_cores; core_idx++) { in mpmm_element_init()
588 uint32_t core_idx; in mpmm_process_notification() local
[all …]
/SCP-firmware-master/product/sgm776/scp_ramfw/
A Dconfig_ppu_v1.c119 unsigned int core_idx; in sgm776_ppu_v1_get_element_table() local
126 for (core_idx = 0; core_idx < sgm776_core_get_count(); core_idx++) { in sgm776_ppu_v1_get_element_table()
127 element = &ppu_table[PPU_V1_ELEMENT_IDX_CORE0 + core_idx]; in sgm776_ppu_v1_get_element_table()
128 pd_config = &pd_config_table[core_idx]; in sgm776_ppu_v1_get_element_table()
130 element->name = core_pd_name_table[core_idx]; in sgm776_ppu_v1_get_element_table()
134 pd_config->ppu.reg_base = core_pd_ppu_base_table[core_idx]; in sgm776_ppu_v1_get_element_table()
135 pd_config->ppu.irq = core_pd_ppu_irq_table[core_idx]; in sgm776_ppu_v1_get_element_table()
/SCP-firmware-master/product/tc0/scp_ramfw/
A Dconfig_ppu_v1.c67 unsigned int core_idx; in ppu_v1_get_element_table() local
96 for (core_idx = 0; in ppu_v1_get_element_table()
97 core_idx < tc0_core_get_core_per_cluster_count(CLUSTER_ID); in ppu_v1_get_element_table()
98 core_idx++) { in ppu_v1_get_element_table()
107 snprintf((char *)element->name, PPU_CORE_NAME_SIZE, "CORE%u", core_idx); in ppu_v1_get_element_table()
112 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/tc1/scp_ramfw/
A Dconfig_ppu_v1.c58 unsigned int core_idx; in ppu_v1_get_element_table() local
87 for (core_idx = 0; in ppu_v1_get_element_table()
88 core_idx < tc1_core_get_core_per_cluster_count(CLUSTER_ID); in ppu_v1_get_element_table()
89 core_idx++) { in ppu_v1_get_element_table()
99 (char *)element->name, PPU_CORE_NAME_SIZE, "CORE%u", core_idx); in ppu_v1_get_element_table()
104 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/tc2/scp_ramfw/
A Dconfig_ppu_v1.c59 unsigned int core_idx; in ppu_v1_get_element_table() local
88 for (core_idx = 0; in ppu_v1_get_element_table()
89 core_idx < tc2_core_get_core_per_cluster_count(CLUSTER_ID); in ppu_v1_get_element_table()
90 core_idx++) { in ppu_v1_get_element_table()
100 (char *)element->name, PPU_CORE_NAME_SIZE, "CORE%u", core_idx); in ppu_v1_get_element_table()
105 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/sgi575/scp_ramfw/
A Dconfig_ppu_v1.c67 unsigned int core_idx; in ppu_v1_get_element_table() local
93 for (core_idx = 0; in ppu_v1_get_element_table()
94 core_idx < sgi575_core_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
95 core_idx++) { in ppu_v1_get_element_table()
102 cluster_idx, core_idx); in ppu_v1_get_element_table()
107 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(cluster_idx, core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/rdn1e1/scp_ramfw/
A Dconfig_ppu_v1.c67 unsigned int core_idx; in ppu_v1_get_element_table() local
93 for (core_idx = 0; in ppu_v1_get_element_table()
94 core_idx < rdn1e1_core_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
95 core_idx++) { in ppu_v1_get_element_table()
102 cluster_idx, core_idx); in ppu_v1_get_element_table()
107 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(cluster_idx, core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/rcar/scp_ramfw/
A Dconfig_rcar_pd_core.c73 unsigned int core_idx; in rcar_pd_core_get_element_table() local
101 for (core_idx = 0; core_idx < core_count; core_idx++) { in rcar_pd_core_get_element_table()
109 element->name = core_pd_name_table[core_idx]; in rcar_pd_core_get_element_table()
116 if (core_idx == RCAR_PD_CORE_ELEMENT_IDX_CPU0) in rcar_pd_core_get_element_table()
/SCP-firmware-master/product/morello/scp_ramfw_fvp/
A Dconfig_ppu_v1.c73 unsigned int core_idx; in ppu_v1_get_element_table() local
104 for (core_idx = 0; in ppu_v1_get_element_table()
105 core_idx < morello_core_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
106 core_idx++) { in ppu_v1_get_element_table()
119 (uint8_t)core_idx); in ppu_v1_get_element_table()
124 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(cluster_idx, core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/module/traffic_cop/test/
A Dmod_traffic_cop_unit_test.c36 uint32_t core_idx; in setUp() local
48 for (core_idx = 0; core_idx < domain_ctx->num_cores; core_idx++) { in setUp()
49 core_ctx = &domain_ctx->core_ctx[core_idx]; in setUp()
50 core_config = &domain_ctx->domain_config->core_config[core_idx]; in setUp()
/SCP-firmware-master/product/synquacer/scp_ramfw/
A Dconfig_ppu_v0_synquacer.c79 unsigned int core_idx; in ppu_v0_get_element_table() local
104 for (core_idx = 0; core_idx < core_per_cluster_count; core_idx++) { in ppu_v0_get_element_table()
115 core_idx); in ppu_v0_get_element_table()
120 (uintptr_t)PPU_CPU(cluster_idx, core_idx); in ppu_v0_get_element_table()
/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_ppu_v1.c73 unsigned int core_idx; in ppu_v1_get_element_table() local
99 for (core_idx = 0; in ppu_v1_get_element_table()
100 core_idx < n1sdp_core_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
101 core_idx++) { in ppu_v1_get_element_table()
108 (uint8_t)cluster_idx, (uint8_t)core_idx); in ppu_v1_get_element_table()
113 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(cluster_idx, core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/rdn2/scp_ramfw/
A Dconfig_ppu_v1.c54 unsigned int core_idx; in ppu_v1_get_element_table() local
79 for (core_idx = 0; in ppu_v1_get_element_table()
80 core_idx < platform_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
81 core_idx++) { in ppu_v1_get_element_table()
92 core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/rdv1/scp_ramfw/
A Dconfig_ppu_v1.c62 unsigned int core_idx; in ppu_v1_get_element_table() local
87 for (core_idx = 0; in ppu_v1_get_element_table()
88 core_idx < platform_core_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
89 core_idx++) { in ppu_v1_get_element_table()
100 core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/morello/scp_ramfw_soc/
A Dconfig_ppu_v1.c101 unsigned int core_idx; in ppu_v1_get_element_table() local
134 for (core_idx = 0; in ppu_v1_get_element_table()
135 core_idx < morello_core_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
136 core_idx++) { in ppu_v1_get_element_table()
150 (uint8_t)core_idx); in ppu_v1_get_element_table()
155 pd_config->ppu.reg_base = SCP_PPU_CORE_BASE(cluster_idx, core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/rdv1mc/scp_ramfw/
A Dconfig_ppu_v1.c62 unsigned int core_idx; in ppu_v1_get_element_table() local
91 for (core_idx = 0; in ppu_v1_get_element_table()
92 core_idx < platform_core_get_core_per_cluster_count(cluster_idx); in ppu_v1_get_element_table()
93 core_idx++) { in ppu_v1_get_element_table()
106 core_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/module/power_domain/src/
A Dpower_domain_utils.c42 unsigned int core_idx; in create_core_cluster_pd_element_table() local
55 for (core_idx = 0; core_idx < cores_per_clusters; core_idx++) { in create_core_cluster_pd_element_table()
64 core_idx); in create_core_cluster_pd_element_table()
/SCP-firmware-master/product/morello/module/morello_system/src/
A Dmod_morello_system.c147 unsigned int core_idx; in ppu_cores_isr() local
150 core_idx = __builtin_ctz(status); in ppu_cores_isr()
151 status &= ~(1 << core_idx); in ppu_cores_isr()
153 if (core_idx >= morello_core_get_core_count()) in ppu_cores_isr()
157 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, core_idx)); in ppu_cores_isr()
360 unsigned int core_idx; in morello_system_init_primary_core() local
372 for (core_idx = 0; in morello_system_init_primary_core()
373 core_idx < morello_core_get_core_per_cluster_count(cluster_idx); in morello_system_init_primary_core()
374 core_idx++) { in morello_system_init_primary_core()
375 PIK_CLUSTER(cluster_idx)->STATIC_CONFIG[core_idx].RVBARADDR_LW = in morello_system_init_primary_core()
[all …]
/SCP-firmware-master/product/n1sdp/module/n1sdp_system/src/
A Dmod_n1sdp_system.c153 unsigned int core_idx; in ppu_cores_isr() local
156 core_idx = __builtin_ctz(status); in ppu_cores_isr()
157 status &= ~(1 << core_idx); in ppu_cores_isr()
159 if (core_idx >= n1sdp_core_get_core_count()) { in ppu_cores_isr()
164 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, core_idx)); in ppu_cores_isr()
361 unsigned int core_idx; in n1sdp_system_init_primary_core() local
371 for (core_idx = 0; in n1sdp_system_init_primary_core()
372 core_idx < n1sdp_core_get_core_per_cluster_count(cluster_idx); in n1sdp_system_init_primary_core()
373 core_idx++) { in n1sdp_system_init_primary_core()
374 PIK_CLUSTER(cluster_idx)->STATIC_CONFIG[core_idx].RVBARADDR_LW in n1sdp_system_init_primary_core()
[all …]
/SCP-firmware-master/product/rdv1/module/platform_system/src/
A Dmod_platform_system.c103 unsigned int core_idx; in ppu_cores_isr() local
106 core_idx = __builtin_ctz(status); in ppu_cores_isr()
107 status &= ~(1 << core_idx); in ppu_cores_isr()
109 if ((first + core_idx) >= platform_core_get_core_count()) in ppu_cores_isr()
113 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/product/sgi575/module/sgi575_system/src/
A Dmod_sgi575_system.c101 unsigned int core_idx; in ppu_cores_isr() local
104 core_idx = __builtin_ctz(status); in ppu_cores_isr()
105 status &= ~(1 << core_idx); in ppu_cores_isr()
107 if ((first + core_idx) >= sgi575_core_get_core_count()) { in ppu_cores_isr()
112 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/product/rdv1mc/module/platform_system/src/
A Dmod_platform_system.c106 unsigned int core_idx; in ppu_cores_isr() local
109 core_idx = __builtin_ctz(status); in ppu_cores_isr()
110 status &= ~(1 << core_idx); in ppu_cores_isr()
112 if ((first + core_idx) >= platform_core_get_core_count()) in ppu_cores_isr()
116 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/product/rdn1e1/module/rdn1e1_system/src/
A Dmod_rdn1e1_system.c109 unsigned int core_idx; in ppu_cores_isr() local
112 core_idx = __builtin_ctz(status); in ppu_cores_isr()
113 status &= ~(1 << core_idx); in ppu_cores_isr()
115 if ((first + core_idx) >= rdn1e1_core_get_core_count()) in ppu_cores_isr()
119 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()

Completed in 25 milliseconds

12