HomeSort by: relevance | last modified time | path
    Searched refs:l_pcu_cpu (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
subr_pcu.c 39 * Therefore, only LWP itself can set a CPU for lwp_t::l_pcu_cpu[id].
50 * may only be changed by the current CPU and lwp_t::l_pcu_cpu[id] may
120 struct cpu_info * const pcu_ci = l->l_pcu_cpu[id];
156 if (__predict_true(l->l_pcu_cpu[id] == NULL)) {
197 if (__predict_true(l->l_pcu_cpu[id] == NULL)) {
216 KASSERT(l->l_pcu_cpu[id] == ci);
224 l->l_pcu_cpu[id] = NULL;
246 KASSERT(l->l_pcu_cpu[id] == NULL);
268 ci = l->l_pcu_cpu[id];
297 KASSERT((flags & PCU_CMD_RELEASE) == 0 || l->l_pcu_cpu[id] == NULL)
    [all...]
  /src/sys/arch/riscv/riscv/
fpu.c 79 KASSERT(l->l_pcu_cpu[PCU_FPU] == curcpu());
137 // KASSERT(l->l_pcu_cpu[PCU_FPU] == curcpu());
  /src/sys/arch/arm/vfp/
vfp_init.c 421 if (curlwp->l_pcu_cpu[PCU_FPU] == ci) {
555 KASSERT(l->l_pcu_cpu[PCU_FPU] == NULL);
576 KASSERT(curcpu() == l->l_pcu_cpu[PCU_FPU]);
577 KASSERT(curlwp == l || curlwp->l_pcu_cpu[PCU_FPU] != curcpu());
  /src/sys/arch/powerpc/powerpc/
fpu.c 151 if (__predict_true(l->l_pcu_cpu[PCU_FPU] == ci)) {
  /src/sys/sys/
lwp.h 146 struct cpu_info * volatile l_pcu_cpu[PCU_UNIT_COUNT]; member in struct:lwp

Completed in 14 milliseconds