Searched refs:get_cpu_struct (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/kernel/
H A Dcpu.h107 cpu_ent *get_cpu_struct(void);
108 extern inline cpu_ent *get_cpu_struct(void) { return &gCPU[smp_get_current_cpu()]; } function
H A Dkscheduler.h123 Thread* thread = get_cpu_struct()->running_thread;
/haiku/src/system/kernel/arch/x86/64/
H A Derrata.cpp131 const cpu_ent* cpu = get_cpu_struct();
/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp116 cpu_ent* cpu = get_cpu_struct();
H A Dpower_saving.cpp173 cpu_ent* cpu = get_cpu_struct();
205 cpu_ent* cpu = get_cpu_struct();
H A Dscheduler_cpu.cpp353 get_cpu_struct()->invoke_scheduler = true;
354 get_cpu_struct()->preempted = true;
H A Dscheduler.cpp227 get_cpu_struct()->invoke_scheduler = true;
/haiku/src/system/kernel/arch/x86/
H A Darch_system_info.cpp66 cpu_ent* cpu = get_cpu_struct();
H A Darch_thread.cpp167 get_cpu_struct()->arch.tss.sp0 = thread->kernel_stack_top;
H A Darch_cpu.cpp1248 cpu_ent* cpu = get_cpu_struct();
1261 cpu_ent* cpu = get_cpu_struct();
1289 cpu_ent* cpu = get_cpu_struct();
1465 cpu_ent* cpu = get_cpu_struct();
1552 cpu_ent* cpu = get_cpu_struct();
1569 cpu_ent* cpu = get_cpu_struct();
1609 cpu_ent* cpuEnt = get_cpu_struct();
1705 cpu_ent* cpuEnt = get_cpu_struct();
/haiku/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp196 cpu_ent *cpu = get_cpu_struct();
209 cpu_ent *cpu = get_cpu_struct();
350 cpu_ent *cpu = get_cpu_struct();
373 cpu_ent *cpu = get_cpu_struct();
/haiku/src/system/kernel/
H A Dint.cpp366 cpu_ent* cpu = get_cpu_struct();
H A Dsmp.cpp823 } else if (atomic_get(&get_cpu_struct()->ici_counter)

Completed in 207 milliseconds