Home
last modified time | relevance | path

Searched refs:cpu_id (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h18 int cpu_id; member
113 { .fc_id = 89, .cpu_id = 61, .valid = 1,
116 { .fc_id = 91, .cpu_id = 63, .valid = 1,
283 { .fc_id = 257, .cpu_id = 120, .valid = 1,
674 { .fc_id = 647, .cpu_id = 496, .valid = 1,
676 { .fc_id = 648, .cpu_id = 497, .valid = 1,
678 { .fc_id = 649, .cpu_id = 498, .valid = 1,
680 { .fc_id = 650, .cpu_id = 499, .valid = 1,
682 { .fc_id = 651, .cpu_id = 500, .valid = 1,
684 { .fc_id = 652, .cpu_id = 501, .valid = 1,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h18 int cpu_id; member
113 { .fc_id = 89, .cpu_id = 61, .valid = 1,
116 { .fc_id = 91, .cpu_id = 63, .valid = 1,
283 { .fc_id = 257, .cpu_id = 120, .valid = 1,
674 { .fc_id = 647, .cpu_id = 496, .valid = 1,
676 { .fc_id = 648, .cpu_id = 497, .valid = 1,
678 { .fc_id = 649, .cpu_id = 498, .valid = 1,
680 { .fc_id = 650, .cpu_id = 499, .valid = 1,
682 { .fc_id = 651, .cpu_id = 500, .valid = 1,
684 { .fc_id = 652, .cpu_id = 501, .valid = 1,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h18 int cpu_id; member
113 { .fc_id = 89, .cpu_id = 61, .valid = 1,
116 { .fc_id = 91, .cpu_id = 63, .valid = 1,
283 { .fc_id = 257, .cpu_id = 120, .valid = 1,
674 { .fc_id = 647, .cpu_id = 496, .valid = 1,
676 { .fc_id = 648, .cpu_id = 497, .valid = 1,
678 { .fc_id = 649, .cpu_id = 498, .valid = 1,
680 { .fc_id = 650, .cpu_id = 499, .valid = 1,
682 { .fc_id = 651, .cpu_id = 500, .valid = 1,
684 { .fc_id = 652, .cpu_id = 501, .valid = 1,
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/x64/
H A Dcpu_detect.cpp55 int cpu_id[4]; in Detect() local
65 if (cpu_id[1] == 0x756e6547 && cpu_id[2] == 0x6c65746e && cpu_id[3] == 0x49656e69) in Detect()
67 else if (cpu_id[1] == 0x68747541 && cpu_id[2] == 0x444d4163 && cpu_id[3] == 0x69746e65) in Detect()
69 else if (cpu_id[1] == 0x6f677948 && cpu_id[2] == 0x656e6975 && cpu_id[3] == 0x6e65476e) in Detect()
100 if ((cpu_id[2]) & 1) in Detect()
115 if (((cpu_id[2] >> 28) & 1) && ((cpu_id[2] >> 27) & 1)) { in Detect()
133 if ((cpu_id[1] >> 16) & 1 && (cpu_id[1] >> 28) & 1 && (cpu_id[1] >> 31) & 1 && in Detect()
134 (cpu_id[1] >> 17) & 1 && (cpu_id[1] >> 30) & 1) { in Detect()
143 std::memcpy(caps.cpu_string, cpu_id, sizeof(cpu_id)); in Detect()
145 std::memcpy(caps.cpu_string + 16, cpu_id, sizeof(cpu_id)); in Detect()
[all …]
/dports/emulators/bochs/bochs-2.7/instrument/example2/
H A Dinstrument.h45 #define BX_INSTR_INITIALIZE(cpu_id) bx_instr_initialize(cpu_id) argument
46 #define BX_INSTR_EXIT(cpu_id) argument
47 #define BX_INSTR_RESET(cpu_id, type) bx_instr_reset(cpu_id, type) argument
48 #define BX_INSTR_HLT(cpu_id) argument
69 #define BX_INSTR_INTERRUPT(cpu_id, vector) bx_instr_interrupt(cpu_id, vector) argument
70 #define BX_INSTR_HWINTERRUPT(cpu_id, vector, cs, eip) bx_instr_hwinterrupt(cpu_id, vector, cs, eip) argument
79 #define BX_INSTR_BEFORE_EXECUTION(cpu_id, i) bx_instr_before_execution(cpu_id, i) argument
108 #define BX_INSTR_INITIALIZE(cpu_id) argument
109 #define BX_INSTR_EXIT(cpu_id) argument
110 #define BX_INSTR_RESET(cpu_id, type) argument
[all …]
/dports/emulators/bochs/bochs-2.7/instrument/example0/
H A Dinstrument.h56 #define BX_INSTR_INITIALIZE(cpu_id) bx_instr_initialize(cpu_id) argument
57 #define BX_INSTR_EXIT(cpu_id) argument
58 #define BX_INSTR_RESET(cpu_id, type) bx_instr_reset(cpu_id, type) argument
59 #define BX_INSTR_HLT(cpu_id) argument
80 #define BX_INSTR_INTERRUPT(cpu_id, vector) bx_instr_interrupt(cpu_id, vector) argument
81 #define BX_INSTR_HWINTERRUPT(cpu_id, vector, cs, eip) bx_instr_hwinterrupt(cpu_id, vector, cs, eip) argument
90 #define BX_INSTR_BEFORE_EXECUTION(cpu_id, i) bx_instr_before_execution(cpu_id, i) argument
91 #define BX_INSTR_AFTER_EXECUTION(cpu_id, i) bx_instr_after_execution(cpu_id, i) argument
118 #define BX_INSTR_INITIALIZE(cpu_id) argument
119 #define BX_INSTR_EXIT(cpu_id) argument
[all …]
/dports/emulators/bochs/bochs-2.7/instrument/stubs/
H A Dinstrument.h79 #define BX_INSTR_INITIALIZE(cpu_id) bx_instr_initialize(cpu_id) argument
80 #define BX_INSTR_EXIT(cpu_id) bx_instr_exit(cpu_id) argument
81 #define BX_INSTR_RESET(cpu_id, type) bx_instr_reset(cpu_id, type) argument
82 #define BX_INSTR_HLT(cpu_id) bx_instr_hlt(cpu_id) argument
106 #define BX_INSTR_INTERRUPT(cpu_id, vector) bx_instr_interrupt(cpu_id, vector) argument
111 #define BX_INSTR_CACHE_CNTRL(cpu_id, what) bx_instr_cache_cntrl(cpu_id, what) argument
117 #define BX_INSTR_BEFORE_EXECUTION(cpu_id, i) bx_instr_before_execution(cpu_id, i) argument
118 #define BX_INSTR_AFTER_EXECUTION(cpu_id, i) bx_instr_after_execution(cpu_id, i) argument
119 #define BX_INSTR_REPEAT_ITERATION(cpu_id, i) bx_instr_repeat_iteration(cpu_id, i) argument
133 #define BX_INSTR_WRMSR(cpu_id, addr, value) bx_instr_wrmsr(cpu_id, addr, value) argument
[all …]
/dports/emulators/bochs/bochs-2.7/instrument/example1/
H A Dinstrument.h45 unsigned cpu_id; variable
108 #define BX_INSTR_INITIALIZE(cpu_id) bx_instr_initialize(cpu_id) argument
109 #define BX_INSTR_EXIT(cpu_id) argument
110 #define BX_INSTR_RESET(cpu_id, type) icpu[cpu_id].bx_instr_reset(type) argument
111 #define BX_INSTR_HLT(cpu_id) argument
131 #define BX_INSTR_INTERRUPT(cpu_id, vector) icpu[cpu_id].bx_instr_interrupt(vector) argument
141 #define BX_INSTR_BEFORE_EXECUTION(cpu_id, i) icpu[cpu_id].bx_instr_before_execution(i) argument
142 #define BX_INSTR_AFTER_EXECUTION(cpu_id, i) icpu[cpu_id].bx_instr_after_execution(i) argument
169 #define BX_INSTR_INITIALIZE(cpu_id) argument
170 #define BX_INSTR_EXIT(cpu_id) argument
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A Dx64CPUDetect.cpp87 int cpu_id[4]; in Detect() local
90 __cpuid(cpu_id, 0x00000000); in Detect()
96 u32 max_ex_fn = cpu_id[0]; in Detect()
114 int family = ((cpu_id[0] >> 8) & 0xf) + ((cpu_id[0] >> 20) & 0xff); in Detect()
115 int model = ((cpu_id[0] >> 4) & 0xf) + ((cpu_id[0] >> 12) & 0xf0); in Detect()
131 if ((cpu_id[2]) & 1) in Detect()
154 if (((cpu_id[2] >> 28) & 1) && ((cpu_id[2] >> 27) & 1)) in Detect()
184 memcpy(cpu_string, cpu_id, sizeof(cpu_id)); in Detect()
186 memcpy(cpu_string + 16, cpu_id, sizeof(cpu_id)); in Detect()
188 memcpy(cpu_string + 32, cpu_id, sizeof(cpu_id)); in Detect()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/common/x64/
H A Dcpu_detect.cpp55 int cpu_id[4]; in Detect() local
59 __cpuid(cpu_id, 0x00000000); in Detect()
66 __cpuid(cpu_id, 0x80000000); in Detect()
68 u32 max_ex_fn = cpu_id[0]; in Detect()
81 if ((cpu_id[2]) & 1) in Detect()
96 if (((cpu_id[2] >> 28) & 1) && ((cpu_id[2] >> 27) & 1)) { in Detect()
114 if ((cpu_id[1] >> 16) & 1 && (cpu_id[1] >> 28) & 1 && (cpu_id[1] >> 31) & 1 && in Detect()
115 (cpu_id[1] >> 17) & 1 && (cpu_id[1] >> 30) & 1) { in Detect()
124 std::memcpy(caps.cpu_string, cpu_id, sizeof(cpu_id)); in Detect()
126 std::memcpy(caps.cpu_string + 16, cpu_id, sizeof(cpu_id)); in Detect()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/x64/
H A Dcpu_detect.cpp55 int cpu_id[4]; in Detect() local
59 __cpuid(cpu_id, 0x00000000); in Detect()
66 __cpuid(cpu_id, 0x80000000); in Detect()
68 u32 max_ex_fn = cpu_id[0]; in Detect()
81 if ((cpu_id[2]) & 1) in Detect()
96 if (((cpu_id[2] >> 28) & 1) && ((cpu_id[2] >> 27) & 1)) { in Detect()
114 if ((cpu_id[1] >> 16) & 1 && (cpu_id[1] >> 28) & 1 && (cpu_id[1] >> 31) & 1 && in Detect()
115 (cpu_id[1] >> 17) & 1 && (cpu_id[1] >> 30) & 1) { in Detect()
124 std::memcpy(caps.cpu_string, cpu_id, sizeof(cpu_id)); in Detect()
126 std::memcpy(caps.cpu_string + 16, cpu_id, sizeof(cpu_id)); in Detect()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DCPUDetect.cpp169 u32 cpu_id[4]; in Detect() local
179 u32 max_ex_fn = cpu_id[0]; in Detect()
196 int family = ((cpu_id[0] >> 8) & 0xf) + ((cpu_id[0] >> 20) & 0xff); in Detect()
197 int model = ((cpu_id[0] >> 4) & 0xf) + ((cpu_id[0] >> 12) & 0xf0); in Detect()
219 if ((cpu_id[3] >> 24) & 1) in Detect()
230 if (((cpu_id[2] >> 28) & 1) && ((cpu_id[2] >> 27) & 1) && ((cpu_id[2] >> 26) & 1)) { in Detect()
247 if ((cpu_id[1] >> 5) & 1) in Detect()
262 memcpy(brand_string, cpu_id, sizeof(cpu_id)); in Detect()
264 memcpy(brand_string + 16, cpu_id, sizeof(cpu_id)); in Detect()
266 memcpy(brand_string + 32, cpu_id, sizeof(cpu_id)); in Detect()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DCPUDetect.cpp169 u32 cpu_id[4]; in Detect() local
179 u32 max_ex_fn = cpu_id[0]; in Detect()
196 int family = ((cpu_id[0] >> 8) & 0xf) + ((cpu_id[0] >> 20) & 0xff); in Detect()
197 int model = ((cpu_id[0] >> 4) & 0xf) + ((cpu_id[0] >> 12) & 0xf0); in Detect()
219 if ((cpu_id[3] >> 24) & 1) in Detect()
230 if (((cpu_id[2] >> 28) & 1) && ((cpu_id[2] >> 27) & 1) && ((cpu_id[2] >> 26) & 1)) { in Detect()
247 if ((cpu_id[1] >> 5) & 1) in Detect()
262 memcpy(brand_string, cpu_id, sizeof(cpu_id)); in Detect()
264 memcpy(brand_string + 16, cpu_id, sizeof(cpu_id)); in Detect()
266 memcpy(brand_string + 32, cpu_id, sizeof(cpu_id)); in Detect()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DCPUDetect.cpp169 u32 cpu_id[4]; in Detect() local
179 u32 max_ex_fn = cpu_id[0]; in Detect()
196 int family = ((cpu_id[0] >> 8) & 0xf) + ((cpu_id[0] >> 20) & 0xff); in Detect()
197 int model = ((cpu_id[0] >> 4) & 0xf) + ((cpu_id[0] >> 12) & 0xf0); in Detect()
219 if ((cpu_id[3] >> 24) & 1) in Detect()
230 if (((cpu_id[2] >> 28) & 1) && ((cpu_id[2] >> 27) & 1) && ((cpu_id[2] >> 26) & 1)) { in Detect()
247 if ((cpu_id[1] >> 5) & 1) in Detect()
262 memcpy(brand_string, cpu_id, sizeof(cpu_id)); in Detect()
264 memcpy(brand_string + 16, cpu_id, sizeof(cpu_id)); in Detect()
266 memcpy(brand_string + 32, cpu_id, sizeof(cpu_id)); in Detect()
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/
H A Dplat_pm.c90 #define PWRC_CPUN_CR_REG(cpu_id) \ argument
91 (MVEBU_REGS_BASE + 0x680000 + (cpu_id * 0x10))
100 #define CCU_B_PRCRN_REG(cpu_id) \ argument
102 ((cpu_id / 2) * (0x400)) + ((cpu_id % 2) * 4))
124 INFO("Powering down CPU%d\n", cpu_id); in plat_marvell_cpu_powerdown()
230 int cpu_id = MPIDR_CPU_GET(mpidr), in plat_marvell_cpu_powerup() local
235 cpu_id = cluster * PLAT_MARVELL_CLUSTER_CORE_COUNT + cpu_id; in plat_marvell_cpu_powerup()
237 INFO("Powering on CPU%d\n", cpu_id); in plat_marvell_cpu_powerup()
313 int cpu_id; in plat_marvell_cpu_on() local
320 cpu_id = MPIDR_CPU_GET(mpidr); in plat_marvell_cpu_on()
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/
H A Dplat_pm.c90 #define PWRC_CPUN_CR_REG(cpu_id) \ argument
91 (MVEBU_REGS_BASE + 0x680000 + (cpu_id * 0x10))
100 #define CCU_B_PRCRN_REG(cpu_id) \ argument
102 ((cpu_id / 2) * (0x400)) + ((cpu_id % 2) * 4))
124 INFO("Powering down CPU%d\n", cpu_id); in plat_marvell_cpu_powerdown()
230 int cpu_id = MPIDR_CPU_GET(mpidr), in plat_marvell_cpu_powerup() local
235 cpu_id = cluster * PLAT_MARVELL_CLUSTER_CORE_COUNT + cpu_id; in plat_marvell_cpu_powerup()
237 INFO("Powering on CPU%d\n", cpu_id); in plat_marvell_cpu_powerup()
313 int cpu_id; in plat_marvell_cpu_on() local
320 cpu_id = MPIDR_CPU_GET(mpidr); in plat_marvell_cpu_on()
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/
H A Dplat_pm.c90 #define PWRC_CPUN_CR_REG(cpu_id) \ argument
91 (MVEBU_REGS_BASE + 0x680000 + (cpu_id * 0x10))
100 #define CCU_B_PRCRN_REG(cpu_id) \ argument
102 ((cpu_id / 2) * (0x400)) + ((cpu_id % 2) * 4))
124 INFO("Powering down CPU%d\n", cpu_id); in plat_marvell_cpu_powerdown()
230 int cpu_id = MPIDR_CPU_GET(mpidr), in plat_marvell_cpu_powerup() local
235 cpu_id = cluster * PLAT_MARVELL_CLUSTER_CORE_COUNT + cpu_id; in plat_marvell_cpu_powerup()
237 INFO("Powering on CPU%d\n", cpu_id); in plat_marvell_cpu_powerup()
313 int cpu_id; in plat_marvell_cpu_on() local
320 cpu_id = MPIDR_CPU_GET(mpidr); in plat_marvell_cpu_on()
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/
H A Dplat_pm.c90 #define PWRC_CPUN_CR_REG(cpu_id) \ argument
91 (MVEBU_REGS_BASE + 0x680000 + (cpu_id * 0x10))
100 #define CCU_B_PRCRN_REG(cpu_id) \ argument
102 ((cpu_id / 2) * (0x400)) + ((cpu_id % 2) * 4))
124 INFO("Powering down CPU%d\n", cpu_id); in plat_marvell_cpu_powerdown()
230 int cpu_id = MPIDR_CPU_GET(mpidr), in plat_marvell_cpu_powerup() local
235 cpu_id = cluster * PLAT_MARVELL_CLUSTER_CORE_COUNT + cpu_id; in plat_marvell_cpu_powerup()
237 INFO("Powering on CPU%d\n", cpu_id); in plat_marvell_cpu_powerup()
313 int cpu_id; in plat_marvell_cpu_on() local
320 cpu_id = MPIDR_CPU_GET(mpidr); in plat_marvell_cpu_on()
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/
H A Dplat_pm.c90 #define PWRC_CPUN_CR_REG(cpu_id) \ argument
91 (MVEBU_REGS_BASE + 0x680000 + (cpu_id * 0x10))
100 #define CCU_B_PRCRN_REG(cpu_id) \ argument
102 ((cpu_id / 2) * (0x400)) + ((cpu_id % 2) * 4))
124 INFO("Powering down CPU%d\n", cpu_id); in plat_marvell_cpu_powerdown()
230 int cpu_id = MPIDR_CPU_GET(mpidr), in plat_marvell_cpu_powerup() local
235 cpu_id = cluster * PLAT_MARVELL_CLUSTER_CORE_COUNT + cpu_id; in plat_marvell_cpu_powerup()
237 INFO("Powering on CPU%d\n", cpu_id); in plat_marvell_cpu_powerup()
313 int cpu_id; in plat_marvell_cpu_on() local
320 cpu_id = MPIDR_CPU_GET(mpidr); in plat_marvell_cpu_on()
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/imx/imx8qx/
H A Dimx8qx_psci.c68 unsigned int cpu_id; in imx_pwr_domain_on() local
70 cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_on()
72 printf("imx_pwr_domain_on cpu_id %d\n", cpu_id); in imx_pwr_domain_on()
76 ERROR("core %d power on failed!\n", cpu_id); in imx_pwr_domain_on()
82 ERROR("boot core %d failed!\n", cpu_id); in imx_pwr_domain_on()
103 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
108 printf("turn off core:%d\n", cpu_id); in imx_pwr_domain_off()
114 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
134 plat_gic_save(cpu_id, &imx_gicv3_ctx); in imx_domain_suspend()
167 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/imx/imx8qx/
H A Dimx8qx_psci.c68 unsigned int cpu_id; in imx_pwr_domain_on() local
70 cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_on()
72 printf("imx_pwr_domain_on cpu_id %d\n", cpu_id); in imx_pwr_domain_on()
76 ERROR("core %d power on failed!\n", cpu_id); in imx_pwr_domain_on()
82 ERROR("boot core %d failed!\n", cpu_id); in imx_pwr_domain_on()
103 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
108 printf("turn off core:%d\n", cpu_id); in imx_pwr_domain_off()
114 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
134 plat_gic_save(cpu_id, &imx_gicv3_ctx); in imx_domain_suspend()
167 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/imx/imx8qx/
H A Dimx8qx_psci.c68 unsigned int cpu_id; in imx_pwr_domain_on() local
70 cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_on()
72 printf("imx_pwr_domain_on cpu_id %d\n", cpu_id); in imx_pwr_domain_on()
76 ERROR("core %d power on failed!\n", cpu_id); in imx_pwr_domain_on()
82 ERROR("boot core %d failed!\n", cpu_id); in imx_pwr_domain_on()
103 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
108 printf("turn off core:%d\n", cpu_id); in imx_pwr_domain_off()
114 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
134 plat_gic_save(cpu_id, &imx_gicv3_ctx); in imx_domain_suspend()
167 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/imx/imx8qx/
H A Dimx8qx_psci.c68 unsigned int cpu_id; in imx_pwr_domain_on() local
70 cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_on()
72 printf("imx_pwr_domain_on cpu_id %d\n", cpu_id); in imx_pwr_domain_on()
76 ERROR("core %d power on failed!\n", cpu_id); in imx_pwr_domain_on()
82 ERROR("boot core %d failed!\n", cpu_id); in imx_pwr_domain_on()
103 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
108 printf("turn off core:%d\n", cpu_id); in imx_pwr_domain_off()
114 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
134 plat_gic_save(cpu_id, &imx_gicv3_ctx); in imx_domain_suspend()
167 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/imx/imx8qx/
H A Dimx8qx_psci.c68 unsigned int cpu_id; in imx_pwr_domain_on() local
70 cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_on()
72 printf("imx_pwr_domain_on cpu_id %d\n", cpu_id); in imx_pwr_domain_on()
76 ERROR("core %d power on failed!\n", cpu_id); in imx_pwr_domain_on()
82 ERROR("boot core %d failed!\n", cpu_id); in imx_pwr_domain_on()
103 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
108 printf("turn off core:%d\n", cpu_id); in imx_pwr_domain_off()
114 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
134 plat_gic_save(cpu_id, &imx_gicv3_ctx); in imx_domain_suspend()
167 unsigned int cpu_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dpower.h20 TP_ARGS(state, cpu_id),
24 __field( u32, cpu_id )
29 __entry->cpu_id = cpu_id;
40 TP_ARGS(state, cpu_id)
149 TP_ARGS(frequency, cpu_id)
161 __field(u32, cpu_id)
301 __entry->cpu_id = cpu_id;
312 TP_ARGS(name, state, cpu_id)
319 TP_ARGS(name, state, cpu_id)
326 TP_ARGS(name, state, cpu_id)
[all …]

12345678910>>...60