Searched refs:PCPU_SET (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-11-stable/sys/riscv/include/
H A Dpcpu.h84 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value)) macro
/freebsd-11-stable/sys/mips/include/
H A Dpcpu.h72 #define PCPU_SET(member,value) (PCPUP->pc_ ## member = (value)) macro
/freebsd-11-stable/sys/arm64/include/
H A Dpcpu.h73 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value)) macro
/freebsd-11-stable/sys/arm/arm/
H A Dvfp.c119 PCPU_SET(vfpsid, fpsid); /* save the fpsid */
127 PCPU_SET(vfpmvfr0, tmp);
137 PCPU_SET(vfpmvfr1, tmp);
229 PCPU_SET(fpcurthread, curthread);
317 PCPU_SET(fpcurthread, NULL);
H A Dcpuinfo.c371 PCPU_SET(bp_harden_kind, kind);
373 PCPU_SET(bp_harden_kind, PCPU_BP_HARDEN_KIND_NONE);
476 PCPU_SET(bp_harden_kind, PCPU_BP_HARDEN_KIND_NONE);
481 PCPU_SET(bp_harden_kind, PCPU_BP_HARDEN_KIND_NONE);
498 PCPU_SET(original_actlr, cp15_actlr_get());
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtick.c302 PCPU_SET(tickref, ref);
303 PCPU_SET(tickadj, adj);
366 PCPU_SET(tickincrement, div);
376 PCPU_SET(tickadj, 0);
379 PCPU_SET(tickref, base);
389 PCPU_SET(tickincrement, 0);
/freebsd-11-stable/sys/arm64/arm64/
H A Dvfp.c79 PCPU_SET(fpcurthread, NULL);
186 PCPU_SET(fpcurthread, curthread);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Daltivec.c101 PCPU_SET(vecthread, td);
161 PCPU_SET(vecthread, NULL);
H A Dfpu.c61 PCPU_SET(fputhread, td);
187 PCPU_SET(fputhread, NULL);
H A Dmp_machdep.c76 PCPU_SET(pir, mfspr(SPR_PIR));
77 PCPU_SET(awake, 1);
228 PCPU_SET(pir, mfspr(SPR_PIR));
/freebsd-11-stable/sys/kern/
H A Dkern_idle.c72 PCPU_SET(idlethread, td);
H A Dkern_synch.c441 PCPU_SET(switchtime, new_switchtime);
444 PCPU_SET(switchticks, ticks);
460 PCPU_SET(deadthread, NULL);
/freebsd-11-stable/sys/sparc64/include/
H A Dpcpu.h96 #define PCPU_SET(member,value) (pcpup->pc_ ## member = (value)) macro
/freebsd-11-stable/sys/arm/include/
H A Dpcpu.h147 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value)) macro
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c262 PCPU_SET(currentldt, _default_ldt);
266 PCPU_SET(common_tss.tss_esp0, 0); /* not used until after switch */
267 PCPU_SET(common_tss.tss_ss0, GSEL(GDATA_SEL, SEL_KPL));
268 PCPU_SET(common_tss.tss_ioopt, (sizeof (struct i386tss)) << 16);
269 PCPU_SET(tss_gdt, &gdt[myid * NGDT + GPROC0_SEL].sd);
270 PCPU_SET(common_tssd, *PCPU_GET(tss_gdt));
273 PCPU_SET(fsgs_gdt, &gdt[myid * NGDT + GUFS_SEL].sd);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c463 PCPU_SET(smp_tlb_done, generation);
496 PCPU_SET(smp_tlb_done, generation);
534 PCPU_SET(smp_tlb_done, generation);
559 PCPU_SET(smp_tlb_done, generation);
585 PCPU_SET(smp_tlb_done, generation);
619 PCPU_SET(smp_tlb_done, generation);
651 PCPU_SET(smp_tlb_done, generation);
H A Defirt_machdep.c279 PCPU_SET(curpmap, NULL);
299 PCPU_SET(curpmap, curpmap);
/freebsd-11-stable/sys/powerpc/include/
H A Dpcpu.h169 #define PCPU_SET(member,value) (pcpup->pc_ ## member = (value)) macro
/freebsd-11-stable/sys/i386/include/
H A Dpcpu.h89 #define PCPU_SET(member, val) (pcpup->pc_ ## member = (val)) macro
218 #define PCPU_SET(member, val) __PCPU_SET(pc_ ## member, val) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpcpu.h97 #define PCPU_SET(member, val) (pcpup->pc_ ## member = (val)) macro
222 #define PCPU_SET(member, val) __PCPU_SET(pc_ ## member, val) macro
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c910 PCPU_SET(curthread, PCPU_GET(idlethread));
1357 PCPU_SET(switchtime, 0);
1358 PCPU_SET(switchticks, ticks);
1408 PCPU_SET(smp_tlb_done, generation);
1597 PCPU_SET(smp_tlb_done, generation);
1614 PCPU_SET(smp_tlb_done, generation);
1638 PCPU_SET(smp_tlb_done, generation);
/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c587 PCPU_SET(restore, &resetjb);
618 PCPU_SET(curthread, curthread);
619 PCPU_SET(curpcb, curthread->td_pcb);
/freebsd-11-stable/sys/x86/xen/
H A Dpvcpu_enum.c169 PCPU_SET(vcpu_id, 0);
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c271 PCPU_SET(curthread, &thread0);
303 PCPU_SET(curpcb, thread0.td_pcb);
/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_wakeup.c300 PCPU_SET(switchtime, 0);
301 PCPU_SET(switchticks, ticks);

Completed in 170 milliseconds

123