Home
last modified time | relevance | path

Searched refs:cpu_thread (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/include/
H A Dcpu.h35 struct cpu_thread { struct
46 struct cpu_thread *primary; argument
47 struct cpu_thread *ec_primary; argument
165 extern struct cpu_thread *next_cpu(struct cpu_thread *cpu);
186 extern struct cpu_thread *next_available_cpu(struct cpu_thread *cpu);
188 extern struct cpu_thread *next_present_cpu(struct cpu_thread *cpu);
190 extern struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu);
192 extern struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu);
210 extern struct cpu_thread *next_available_core_in_chip(struct cpu_thread *cpu, u32 chip_id);
221 struct cpu_thread *__this_cpu;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/include/
H A Dcpu.h47 struct cpu_thread { struct
57 struct cpu_thread *primary; argument
143 extern struct cpu_thread *boot_cpu;
174 extern struct cpu_thread *first_cpu(void);
175 extern struct cpu_thread *next_cpu(struct cpu_thread *cpu);
196 extern struct cpu_thread *next_available_cpu(struct cpu_thread *cpu);
198 extern struct cpu_thread *next_present_cpu(struct cpu_thread *cpu);
200 extern struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu);
202 extern struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu);
220 extern struct cpu_thread *next_available_core_in_chip(struct cpu_thread *cpu, u32 chip_id);
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/include/
H A Dcpu.h47 struct cpu_thread { struct
57 struct cpu_thread *primary; argument
143 extern struct cpu_thread *boot_cpu;
174 extern struct cpu_thread *first_cpu(void);
175 extern struct cpu_thread *next_cpu(struct cpu_thread *cpu);
196 extern struct cpu_thread *next_available_cpu(struct cpu_thread *cpu);
198 extern struct cpu_thread *next_present_cpu(struct cpu_thread *cpu);
200 extern struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu);
202 extern struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu);
220 extern struct cpu_thread *next_available_core_in_chip(struct cpu_thread *cpu, u32 chip_id);
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/include/
H A Dcpu.h47 struct cpu_thread { struct
57 struct cpu_thread *primary; argument
143 extern struct cpu_thread *boot_cpu;
174 extern struct cpu_thread *first_cpu(void);
175 extern struct cpu_thread *next_cpu(struct cpu_thread *cpu);
196 extern struct cpu_thread *next_available_cpu(struct cpu_thread *cpu);
198 extern struct cpu_thread *next_present_cpu(struct cpu_thread *cpu);
200 extern struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu);
202 extern struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu);
220 extern struct cpu_thread *next_available_core_in_chip(struct cpu_thread *cpu, u32 chip_id);
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/include/
H A Dcpu.h47 struct cpu_thread { struct
57 struct cpu_thread *primary; argument
143 extern struct cpu_thread *boot_cpu;
174 extern struct cpu_thread *first_cpu(void);
175 extern struct cpu_thread *next_cpu(struct cpu_thread *cpu);
196 extern struct cpu_thread *next_available_cpu(struct cpu_thread *cpu);
198 extern struct cpu_thread *next_present_cpu(struct cpu_thread *cpu);
200 extern struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu);
202 extern struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu);
220 extern struct cpu_thread *next_available_core_in_chip(struct cpu_thread *cpu, u32 chip_id);
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/include/
H A Dcpu.h47 struct cpu_thread { struct
57 struct cpu_thread *primary; argument
143 extern struct cpu_thread *boot_cpu;
174 extern struct cpu_thread *first_cpu(void);
175 extern struct cpu_thread *next_cpu(struct cpu_thread *cpu);
196 extern struct cpu_thread *next_available_cpu(struct cpu_thread *cpu);
198 extern struct cpu_thread *next_present_cpu(struct cpu_thread *cpu);
200 extern struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu);
202 extern struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu);
220 extern struct cpu_thread *next_available_core_in_chip(struct cpu_thread *cpu, u32 chip_id);
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/include/
H A Dcpu.h46 struct cpu_thread { struct
51 struct cpu_thread *primary; argument
120 extern struct cpu_thread *boot_cpu;
143 extern void cpu_callin(struct cpu_thread *cpu);
157 extern struct cpu_thread *first_cpu(void);
158 extern struct cpu_thread *next_cpu(struct cpu_thread *cpu);
179 extern struct cpu_thread *next_available_cpu(struct cpu_thread *cpu);
181 extern struct cpu_thread *next_present_cpu(struct cpu_thread *cpu);
193 extern struct cpu_thread *next_available_core_in_chip(struct cpu_thread *cpu, u32 chip_id);
228 struct cpu_thread *cpu2) in cpu_is_sibling()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dcpu.c42 struct cpu_thread cpu;
263 struct cpu_thread *cpu; in cpu_queue_job_on_node()
726 struct cpu_thread *t; in find_cpu_by_chip_id()
739 struct cpu_thread *t; in find_cpu_by_node()
764 struct cpu_thread *t; in find_cpu_by_server()
773 struct cpu_thread *next_cpu(struct cpu_thread *cpu) in next_cpu()
795 struct cpu_thread *next_available_cpu(struct cpu_thread *cpu) in next_available_cpu()
809 struct cpu_thread *next_present_cpu(struct cpu_thread *cpu) in next_present_cpu()
823 struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu) in next_ungarded_cpu()
837 struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu) in next_ungarded_primary()
[all …]
H A Ddirect-controls.c531 struct cpu_thread *c = t->primary; in dctl_set_special_wakeup()
553 struct cpu_thread *c = t->primary; in dctl_clear_special_wakeup()
578 struct cpu_thread *c = t->primary; in dctl_core_is_gated()
599 static int dctl_stop(struct cpu_thread *t) in dctl_stop()
601 struct cpu_thread *c = t->primary; in dctl_stop()
625 struct cpu_thread *c = t->primary; in dctl_cont()
652 struct cpu_thread *c = t->primary; in dctl_sreset()
679 struct cpu_thread *cpu; in sreset_all_prepare()
715 struct cpu_thread *cpu; in sreset_all_finish()
726 struct cpu_thread *cpu; in sreset_all_others()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dcpu.c42 struct cpu_thread cpu;
263 struct cpu_thread *cpu; in cpu_queue_job_on_node()
726 struct cpu_thread *t; in find_cpu_by_chip_id()
739 struct cpu_thread *t; in find_cpu_by_node()
764 struct cpu_thread *t; in find_cpu_by_server()
773 struct cpu_thread *next_cpu(struct cpu_thread *cpu) in next_cpu()
795 struct cpu_thread *next_available_cpu(struct cpu_thread *cpu) in next_available_cpu()
809 struct cpu_thread *next_present_cpu(struct cpu_thread *cpu) in next_present_cpu()
823 struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu) in next_ungarded_cpu()
837 struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu) in next_ungarded_primary()
[all …]
H A Ddirect-controls.c531 struct cpu_thread *c = t->primary; in dctl_set_special_wakeup()
553 struct cpu_thread *c = t->primary; in dctl_clear_special_wakeup()
578 struct cpu_thread *c = t->primary; in dctl_core_is_gated()
599 static int dctl_stop(struct cpu_thread *t) in dctl_stop()
601 struct cpu_thread *c = t->primary; in dctl_stop()
625 struct cpu_thread *c = t->primary; in dctl_cont()
652 struct cpu_thread *c = t->primary; in dctl_sreset()
679 struct cpu_thread *cpu; in sreset_all_prepare()
715 struct cpu_thread *cpu; in sreset_all_finish()
726 struct cpu_thread *cpu; in sreset_all_others()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dcpu.c42 struct cpu_thread cpu;
263 struct cpu_thread *cpu; in cpu_queue_job_on_node()
726 struct cpu_thread *t; in find_cpu_by_chip_id()
739 struct cpu_thread *t; in find_cpu_by_node()
764 struct cpu_thread *t; in find_cpu_by_server()
773 struct cpu_thread *next_cpu(struct cpu_thread *cpu) in next_cpu()
795 struct cpu_thread *next_available_cpu(struct cpu_thread *cpu) in next_available_cpu()
809 struct cpu_thread *next_present_cpu(struct cpu_thread *cpu) in next_present_cpu()
823 struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu) in next_ungarded_cpu()
837 struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu) in next_ungarded_primary()
[all …]
H A Ddirect-controls.c531 struct cpu_thread *c = t->primary; in dctl_set_special_wakeup()
553 struct cpu_thread *c = t->primary; in dctl_clear_special_wakeup()
578 struct cpu_thread *c = t->primary; in dctl_core_is_gated()
599 static int dctl_stop(struct cpu_thread *t) in dctl_stop()
601 struct cpu_thread *c = t->primary; in dctl_stop()
625 struct cpu_thread *c = t->primary; in dctl_cont()
652 struct cpu_thread *c = t->primary; in dctl_sreset()
679 struct cpu_thread *cpu; in sreset_all_prepare()
715 struct cpu_thread *cpu; in sreset_all_finish()
726 struct cpu_thread *cpu; in sreset_all_others()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dcpu.c42 struct cpu_thread cpu;
263 struct cpu_thread *cpu; in cpu_queue_job_on_node()
726 struct cpu_thread *t; in find_cpu_by_chip_id()
739 struct cpu_thread *t; in find_cpu_by_node()
764 struct cpu_thread *t; in find_cpu_by_server()
773 struct cpu_thread *next_cpu(struct cpu_thread *cpu) in next_cpu()
795 struct cpu_thread *next_available_cpu(struct cpu_thread *cpu) in next_available_cpu()
809 struct cpu_thread *next_present_cpu(struct cpu_thread *cpu) in next_present_cpu()
823 struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu) in next_ungarded_cpu()
837 struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu) in next_ungarded_primary()
[all …]
H A Ddirect-controls.c531 struct cpu_thread *c = t->primary; in dctl_set_special_wakeup()
553 struct cpu_thread *c = t->primary; in dctl_clear_special_wakeup()
578 struct cpu_thread *c = t->primary; in dctl_core_is_gated()
599 static int dctl_stop(struct cpu_thread *t) in dctl_stop()
601 struct cpu_thread *c = t->primary; in dctl_stop()
625 struct cpu_thread *c = t->primary; in dctl_cont()
652 struct cpu_thread *c = t->primary; in dctl_sreset()
679 struct cpu_thread *cpu; in sreset_all_prepare()
715 struct cpu_thread *cpu; in sreset_all_finish()
726 struct cpu_thread *cpu; in sreset_all_others()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dcpu.c42 struct cpu_thread cpu;
263 struct cpu_thread *cpu; in cpu_queue_job_on_node()
726 struct cpu_thread *t; in find_cpu_by_chip_id()
739 struct cpu_thread *t; in find_cpu_by_node()
764 struct cpu_thread *t; in find_cpu_by_server()
773 struct cpu_thread *next_cpu(struct cpu_thread *cpu) in next_cpu()
795 struct cpu_thread *next_available_cpu(struct cpu_thread *cpu) in next_available_cpu()
809 struct cpu_thread *next_present_cpu(struct cpu_thread *cpu) in next_present_cpu()
823 struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu) in next_ungarded_cpu()
837 struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu) in next_ungarded_primary()
[all …]
H A Ddirect-controls.c531 struct cpu_thread *c = t->primary; in dctl_set_special_wakeup()
553 struct cpu_thread *c = t->primary; in dctl_clear_special_wakeup()
578 struct cpu_thread *c = t->primary; in dctl_core_is_gated()
599 static int dctl_stop(struct cpu_thread *t) in dctl_stop()
601 struct cpu_thread *c = t->primary; in dctl_stop()
625 struct cpu_thread *c = t->primary; in dctl_cont()
652 struct cpu_thread *c = t->primary; in dctl_sreset()
679 struct cpu_thread *cpu; in sreset_all_prepare()
715 struct cpu_thread *cpu; in sreset_all_finish()
726 struct cpu_thread *cpu; in sreset_all_others()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dcpu.c42 struct cpu_thread cpu;
49 struct cpu_thread *boot_cpu;
494 struct cpu_thread *cpu; in cpu_pm_disable()
622 struct cpu_thread *t; in find_cpu_by_chip_id()
635 struct cpu_thread *t; in find_cpu_by_node()
653 struct cpu_thread *t; in find_cpu_by_server()
662 struct cpu_thread *next_cpu(struct cpu_thread *cpu) in next_cpu()
684 struct cpu_thread *next_available_cpu(struct cpu_thread *cpu) in next_available_cpu()
698 struct cpu_thread *next_present_cpu(struct cpu_thread *cpu) in next_present_cpu()
723 struct cpu_thread *next_available_core_in_chip(struct cpu_thread *core, in next_available_core_in_chip()
[all …]
H A Ddirect-controls.c140 static int p9_stop_thread(struct cpu_thread *cpu) in p9_stop_thread()
187 static int p9_cont_thread(struct cpu_thread *cpu) in p9_cont_thread()
225 struct cpu_thread *c = t->primary; in dctl_set_special_wakeup()
243 struct cpu_thread *c = t->primary; in dctl_clear_special_wakeup()
262 static int dctl_stop(struct cpu_thread *t) in dctl_stop()
264 struct cpu_thread *c = t->primary; in dctl_stop()
283 static int dctl_cont(struct cpu_thread *t) in dctl_cont()
285 struct cpu_thread *c = t->primary; in dctl_cont()
304 static int dctl_sreset(struct cpu_thread *t) in dctl_sreset()
306 struct cpu_thread *c = t->primary; in dctl_sreset()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dcpu.c29 struct cpu_thread cpu;
36 struct cpu_thread *boot_cpu;
725 struct cpu_thread *t; in find_cpu_by_chip_id()
738 struct cpu_thread *t; in find_cpu_by_node()
763 struct cpu_thread *t; in find_cpu_by_server()
772 struct cpu_thread *next_cpu(struct cpu_thread *cpu) in next_cpu()
794 struct cpu_thread *next_available_cpu(struct cpu_thread *cpu) in next_available_cpu()
808 struct cpu_thread *next_present_cpu(struct cpu_thread *cpu) in next_present_cpu()
822 struct cpu_thread *next_ungarded_cpu(struct cpu_thread *cpu) in next_ungarded_cpu()
836 struct cpu_thread *next_ungarded_primary(struct cpu_thread *cpu) in next_ungarded_primary()
[all …]
H A Ddirect-controls.c856 struct cpu_thread *c = t->ec_primary; in dctl_set_special_wakeup()
880 struct cpu_thread *c = t->ec_primary; in dctl_clear_special_wakeup()
907 struct cpu_thread *c = t->primary; in dctl_core_is_gated()
917 static int dctl_stop(struct cpu_thread *t) in dctl_stop()
919 struct cpu_thread *c = t->ec_primary; in dctl_stop()
942 struct cpu_thread *c = t->primary; in dctl_cont()
972 struct cpu_thread *c = t->ec_primary; in dctl_sreset()
998 struct cpu_thread *cpu; in sreset_all_prepare()
1037 struct cpu_thread *cpu; in sreset_all_finish()
1048 struct cpu_thread *cpu; in sreset_all_others()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/asm/
H A Dasm-offsets.c42 OFFSET(CPUTHREAD_PIR, cpu_thread, pir); in main()
43 OFFSET(CPUTHREAD_SAVE_R1, cpu_thread, save_r1); in main()
44 OFFSET(CPUTHREAD_STATE, cpu_thread, state); in main()
45 OFFSET(CPUTHREAD_IN_OPAL_CALL, cpu_thread, in_opal_call); in main()
46 OFFSET(CPUTHREAD_QUIESCE_OPAL_CALL, cpu_thread, quiesce_opal_call); in main()
47 OFFSET(CPUTHREAD_CUR_TOKEN, cpu_thread, current_token); in main()
48 DEFINE(CPUTHREAD_GAP, sizeof(struct cpu_thread) + STACK_SAFETY_GAP); in main()
50 OFFSET(CPUTHREAD_STACK_BOT_MARK, cpu_thread, stack_bot_mark); in main()
51 OFFSET(CPUTHREAD_STACK_BOT_PC, cpu_thread, stack_bot_pc); in main()
52 OFFSET(CPUTHREAD_STACK_BOT_TOK, cpu_thread, stack_bot_tok); in main()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/asm/
H A Dasm-offsets.c42 OFFSET(CPUTHREAD_PIR, cpu_thread, pir); in main()
43 OFFSET(CPUTHREAD_SAVE_R1, cpu_thread, save_r1); in main()
44 OFFSET(CPUTHREAD_STATE, cpu_thread, state); in main()
45 OFFSET(CPUTHREAD_IN_OPAL_CALL, cpu_thread, in_opal_call); in main()
46 OFFSET(CPUTHREAD_QUIESCE_OPAL_CALL, cpu_thread, quiesce_opal_call); in main()
47 OFFSET(CPUTHREAD_CUR_TOKEN, cpu_thread, current_token); in main()
48 DEFINE(CPUTHREAD_GAP, sizeof(struct cpu_thread) + STACK_SAFETY_GAP); in main()
50 OFFSET(CPUTHREAD_STACK_BOT_MARK, cpu_thread, stack_bot_mark); in main()
51 OFFSET(CPUTHREAD_STACK_BOT_PC, cpu_thread, stack_bot_pc); in main()
52 OFFSET(CPUTHREAD_STACK_BOT_TOK, cpu_thread, stack_bot_tok); in main()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/asm/
H A Dasm-offsets.c42 OFFSET(CPUTHREAD_PIR, cpu_thread, pir); in main()
43 OFFSET(CPUTHREAD_SAVE_R1, cpu_thread, save_r1); in main()
44 OFFSET(CPUTHREAD_STATE, cpu_thread, state); in main()
45 OFFSET(CPUTHREAD_IN_OPAL_CALL, cpu_thread, in_opal_call); in main()
46 OFFSET(CPUTHREAD_QUIESCE_OPAL_CALL, cpu_thread, quiesce_opal_call); in main()
47 OFFSET(CPUTHREAD_CUR_TOKEN, cpu_thread, current_token); in main()
48 DEFINE(CPUTHREAD_GAP, sizeof(struct cpu_thread) + STACK_SAFETY_GAP); in main()
50 OFFSET(CPUTHREAD_STACK_BOT_MARK, cpu_thread, stack_bot_mark); in main()
51 OFFSET(CPUTHREAD_STACK_BOT_PC, cpu_thread, stack_bot_pc); in main()
52 OFFSET(CPUTHREAD_STACK_BOT_TOK, cpu_thread, stack_bot_tok); in main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/asm/
H A Dasm-offsets.c42 OFFSET(CPUTHREAD_PIR, cpu_thread, pir); in main()
43 OFFSET(CPUTHREAD_SAVE_R1, cpu_thread, save_r1); in main()
44 OFFSET(CPUTHREAD_STATE, cpu_thread, state); in main()
45 OFFSET(CPUTHREAD_IN_OPAL_CALL, cpu_thread, in_opal_call); in main()
46 OFFSET(CPUTHREAD_QUIESCE_OPAL_CALL, cpu_thread, quiesce_opal_call); in main()
47 OFFSET(CPUTHREAD_CUR_TOKEN, cpu_thread, current_token); in main()
48 DEFINE(CPUTHREAD_GAP, sizeof(struct cpu_thread) + STACK_SAFETY_GAP); in main()
50 OFFSET(CPUTHREAD_STACK_BOT_MARK, cpu_thread, stack_bot_mark); in main()
51 OFFSET(CPUTHREAD_STACK_BOT_PC, cpu_thread, stack_bot_pc); in main()
52 OFFSET(CPUTHREAD_STACK_BOT_TOK, cpu_thread, stack_bot_tok); in main()

12345678910>>...13