Searched refs:newcpu (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/bhyve/amd64/
H A Dspinup_ap.h32 void spinup_ap(struct vcpu *newcpu, uint64_t rip);
H A Dspinup_ap.c43 spinup_ap_realmode(struct vcpu *newcpu, uint64_t rip) argument
56 error = vm_set_register(newcpu, VM_REG_GUEST_RIP, 0);
59 error = vm_get_desc(newcpu, VM_REG_GUEST_CS, &desc_base,
64 error = vm_set_desc(newcpu, VM_REG_GUEST_CS,
69 error = vm_set_register(newcpu, VM_REG_GUEST_CS, cs);
74 spinup_ap(struct vcpu *newcpu, uint64_t rip) argument
78 error = vcpu_reset(newcpu);
81 spinup_ap_realmode(newcpu, rip);
83 vm_resume_cpu(newcpu);
/freebsd-current/usr.sbin/bhyve/aarch64/
H A Dvmexit.c190 uint64_t newcpu, smccc_rv; local
207 newcpu = vme->u.smccc_call.args[0];
208 if (newcpu > (uint64_t)guest_ncpus) {
213 if (CPU_ISSET(newcpu, &running_cpumask)) {
218 newvcpu = fbsdrun_vcpu(newcpu);
232 CPU_SET_ATOMIC(newcpu, &running_cpumask);
/freebsd-current/sys/kern/
H A Dsched_4bsd.c581 unsigned int newcpu; local
588 newcpu = ts->ts_estcpu;
590 while (newcpu && --ts->ts_slptime)
591 newcpu = decay_cpu(loadfac, newcpu);
592 ts->ts_estcpu = newcpu;
H A Dsubr_csan.c103 kcsan_report(csan_cell_t *new, u_int newcpu, csan_cell_t *old, u_int oldcpu) argument
122 newcpu,

Completed in 387 milliseconds