/aosp_15_r20/external/googleapis/google/container/v1alpha1/ |
H A D | cluster_service.proto | 991 string cluster_id = 3; field 1013 string cluster_id = 3; field 1038 string cluster_id = 3; field 1072 string cluster_id = 3; field 1101 string cluster_id = 3; field 1130 string cluster_id = 3; field 1159 string cluster_id = 3; field 1185 string cluster_id = 3; field 1215 string cluster_id = 3; field 1260 string cluster_id = 3; field [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/proto/google/container/v1/ |
H A D | cluster_service.proto | 2383 string cluster_id = 3 [deprecated = true]; field 2405 string cluster_id = 3 [deprecated = true]; field 2430 string cluster_id = 3 [deprecated = true]; field 2540 string cluster_id = 3 [deprecated = true]; field 2570 string cluster_id = 3 [deprecated = true]; field 2605 string cluster_id = 3 [deprecated = true]; field 2640 string cluster_id = 3 [deprecated = true]; field 2666 string cluster_id = 3 [deprecated = true]; field 2697 string cluster_id = 3 [deprecated = true]; field 2749 string cluster_id = 3 [deprecated = true]; field [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/proto/google/container/v1beta1/ |
H A D | cluster_service.proto | 2646 string cluster_id = 3 field 2670 string cluster_id = 3 field 2697 string cluster_id = 3 field 2810 string cluster_id = 3 field 2843 string cluster_id = 3 field 2880 string cluster_id = 3 field 2917 string cluster_id = 3 field 2945 string cluster_id = 3 field 2978 string cluster_id = 3 field 3032 string cluster_id = 3 field [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/imx8qm/ |
H A D | imx8qm_psci.c | 77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local 117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local 136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local 212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8qm/ |
D | imx8qm_psci.c | 77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local 117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local 136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local 212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/ |
H A D | spm_mcdi.c | 307 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_enter() local 358 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_leave() local 408 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() local 440 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_clear_cputop_pwrctrl_for_cluster_on() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/ |
D | spm_mcdi.c | 307 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_enter() local 358 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; in spm_mcdi_wfi_sel_leave() local 408 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_set_cputop_pwrctrl_for_cluster_off() local 440 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; in spm_mcdi_clear_cputop_pwrctrl_for_cluster_on() local
|
/aosp_15_r20/external/googleapis/google/container/v1/ |
H A D | cluster_service.proto | 2620 string cluster_id = 3 [deprecated = true]; field 2642 string cluster_id = 3 [deprecated = true]; field 2667 string cluster_id = 3 [deprecated = true]; field 2803 string cluster_id = 3 [deprecated = true]; field 2833 string cluster_id = 3 [deprecated = true]; field 2868 string cluster_id = 3 [deprecated = true]; field 2903 string cluster_id = 3 [deprecated = true]; field 2929 string cluster_id = 3 [deprecated = true]; field 2960 string cluster_id = 3 [deprecated = true]; field 3012 string cluster_id = 3 [deprecated = true]; field [all …]
|
/aosp_15_r20/external/googleapis/google/container/v1beta1/ |
H A D | cluster_service.proto | 3004 string cluster_id = 3 field 3028 string cluster_id = 3 field 3055 string cluster_id = 3 field 3191 string cluster_id = 3 field 3224 string cluster_id = 3 field 3261 string cluster_id = 3 field 3298 string cluster_id = 3 field 3326 string cluster_id = 3 field 3359 string cluster_id = 3 field 3413 string cluster_id = 3 field [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/aarch64/ |
H A D | plat_arch_config.c | 18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument 42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local 64 int cluster_id; in plat_enable_affinity() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/marvell/armada/a8k/common/aarch64/ |
D | plat_arch_config.c | 18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument 42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local 64 int cluster_id; in plat_enable_affinity() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/brcm/board/common/ |
D | timer_sync.c | 25 void ihost_enable_satellite_timer(unsigned int cluster_id) in ihost_enable_satellite_timer() 59 unsigned int cluster_id; in brcm_timer_sync_init() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/brcm/board/common/ |
H A D | timer_sync.c | 25 void ihost_enable_satellite_timer(unsigned int cluster_id) in ihost_enable_satellite_timer() 59 unsigned int cluster_id; in brcm_timer_sync_init() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
D | brcm_pm_ops.c | 77 unsigned long cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr()); in brcm_pwr_domain_on_finish() local 172 unsigned long cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr_el1()); in brcm_pwr_domain_off() local
|
D | ihost_pm.c | 110 uint32_t cluster_id; in ihost_power_on_cluster() local 314 uint32_t cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in ihost_power_on_secondary_core() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
H A D | brcm_pm_ops.c | 77 unsigned long cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr()); in brcm_pwr_domain_on_finish() local 172 unsigned long cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr_el1()); in brcm_pwr_domain_off() local
|
H A D | ihost_pm.c | 110 uint32_t cluster_id; in ihost_power_on_cluster() local 314 uint32_t cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in ihost_power_on_secondary_core() local
|
/aosp_15_r20/external/google-cloud-java/java-alloydb/proto-google-cloud-alloydb-v1alpha/src/main/proto/google/cloud/alloydb/v1alpha/ |
H A D | service.proto | 419 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 457 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 616 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/google-cloud-java/java-alloydb/proto-google-cloud-alloydb-v1beta/src/main/proto/google/cloud/alloydb/v1beta/ |
H A D | service.proto | 419 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 457 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 616 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt6795/ |
H A D | plat_pm.c | 243 unsigned long cluster_id; in plat_affinst_on() local 318 unsigned long cluster_id; in plat_affinst_suspend() local
|
/aosp_15_r20/external/googleapis/google/cloud/alloydb/v1/ |
H A D | service.proto | 479 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 517 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 676 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8173/ |
H A D | plat_pm.c | 260 unsigned long cluster_id; in plat_power_domain_on() local 325 unsigned long cluster_id; in plat_power_domain_suspend() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8173/ |
D | plat_pm.c | 260 unsigned long cluster_id; in plat_power_domain_on() local 325 unsigned long cluster_id; in plat_power_domain_suspend() local
|
/aosp_15_r20/external/cpuinfo/src/x86/linux/ |
H A D | init.c | 92 const uint32_t cluster_id = apic_id & cluster_apic_mask; in cpuinfo_x86_count_objects() local 351 uint32_t cluster_id = 0, core_id = 0, smt_id = 0; in cpuinfo_x86_linux_init() local
|
/aosp_15_r20/external/googleapis/google/cloud/alloydb/v1beta/ |
H A D | service.proto | 487 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 525 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field 684 string cluster_id = 2 [(google.api.field_behavior) = REQUIRED]; field
|