Symbol: PCPU_SET
sys/amd64/acpica/acpi_wakeup.c
274
PCPU_SET(switchtime, 0);
sys/amd64/acpica/acpi_wakeup.c
275
PCPU_SET(switchticks, ticks);
sys/amd64/amd64/efirt_machdep.c
339
PCPU_SET(curpmap, NULL);
sys/amd64/amd64/efirt_machdep.c
369
PCPU_SET(curpmap, curpmap);
sys/amd64/amd64/fpu.c
1160
PCPU_SET(fpcurthread, NULL);
sys/amd64/amd64/fpu.c
492
PCPU_SET(fpcurthread, NULL);
sys/amd64/amd64/fpu.c
740
PCPU_SET(fpcurthread, td);
sys/amd64/amd64/fpu.c
823
PCPU_SET(fpcurthread, NULL);
sys/amd64/amd64/fpu.c
838
PCPU_SET(fpcurthread, NULL);
sys/amd64/amd64/initcpu.c
264
PCPU_SET(small_core, 1);
sys/amd64/amd64/initcpu.c
267
PCPU_SET(pcid_invlpg_workaround, 1);
sys/amd64/amd64/machdep.c
1203
PCPU_SET(prvspace, pc);
sys/amd64/amd64/machdep.c
1205
PCPU_SET(curthread, &thread0);
sys/amd64/amd64/machdep.c
1206
PCPU_SET(tssp, PCPU_PTR(common_tss));
sys/amd64/amd64/machdep.c
1207
PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
sys/amd64/amd64/machdep.c
1208
PCPU_SET(ldt, (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]);
sys/amd64/amd64/machdep.c
1209
PCPU_SET(fs32p, &gdt[GUFS32_SEL]);
sys/amd64/amd64/machdep.c
1210
PCPU_SET(gs32p, &gdt[GUGS32_SEL]);
sys/amd64/amd64/machdep.c
1211
PCPU_SET(ucr3_load_mask, PMAP_UCR3_NOMASK);
sys/amd64/amd64/machdep.c
1212
PCPU_SET(smp_tlb_gen, 1);
sys/amd64/amd64/machdep.c
1219
PCPU_SET(rsp0, rsp0);
sys/amd64/amd64/machdep.c
1220
PCPU_SET(pti_rsp0, STACKALIGN((vm_offset_t)PCPU_PTR(pti_stack) +
sys/amd64/amd64/machdep.c
1222
PCPU_SET(curpcb, thread0.td_pcb);
sys/amd64/amd64/mp_machdep.c
639
PCPU_SET(smp_tlb_addr1, addr1);
sys/amd64/amd64/mp_machdep.c
640
PCPU_SET(smp_tlb_addr2, addr2);
sys/amd64/amd64/mp_machdep.c
641
PCPU_SET(smp_tlb_pmap, pmap);
sys/amd64/amd64/mp_machdep.c
645
PCPU_SET(smp_tlb_gen, generation);
sys/amd64/amd64/mp_machdep.c
646
PCPU_SET(smp_tlb_op, op);
sys/amd64/amd64/mp_machdep.c
846
PCPU_SET(ucr3_load_mask, ~CR3_PCID_SAVE);
sys/amd64/amd64/mp_machdep.c
874
PCPU_SET(ucr3_load_mask, ~CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10097
PCPU_SET(pcid_gen, new_gen);
sys/amd64/amd64/pmap.c
10104
PCPU_SET(pcid_next, pcid_next + 1);
sys/amd64/amd64/pmap.c
10142
PCPU_SET(ucr3_load_mask, PMAP_UCR3_NOMASK);
sys/amd64/amd64/pmap.c
10154
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10159
PCPU_SET(ucr3_load_mask, ~CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10161
PCPU_SET(kcr3, kcr3 | CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10162
PCPU_SET(ucr3, ucr3 | CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10184
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10195
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10204
PCPU_SET(kcr3, pmap->pm_cr3);
sys/amd64/amd64/pmap.c
10205
PCPU_SET(ucr3, pmap->pm_ucr3);
sys/amd64/amd64/pmap.c
10281
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10289
PCPU_SET(kcr3, kcr3);
sys/amd64/amd64/pmap.c
10290
PCPU_SET(ucr3, PMAP_NO_CR3);
sys/amd64/amd64/pmap.c
2237
PCPU_SET(kpmap_store.pm_pcid, PMAP_PCID_KERN);
sys/amd64/amd64/pmap.c
2238
PCPU_SET(kpmap_store.pm_gen, 1);
sys/amd64/amd64/pmap.c
2246
PCPU_SET(pcid_next, PMAP_PCID_KERN + 2);
sys/amd64/amd64/pmap.c
2247
PCPU_SET(pcid_gen, 1);
sys/amd64/amd64/pmap.c
3400
PCPU_SET(ucr3_load_mask, ~CR3_PCID_SAVE);
sys/amd64/amd64/sys_machdep.c
452
PCPU_SET(tssp, tssp);
sys/arm/arm/cpuinfo.c
373
PCPU_SET(bp_harden_kind, kind);
sys/arm/arm/cpuinfo.c
375
PCPU_SET(bp_harden_kind, PCPU_BP_HARDEN_KIND_NONE);
sys/arm/arm/cpuinfo.c
478
PCPU_SET(bp_harden_kind, PCPU_BP_HARDEN_KIND_NONE);
sys/arm/arm/cpuinfo.c
483
PCPU_SET(bp_harden_kind, PCPU_BP_HARDEN_KIND_NONE);
sys/arm/arm/cpuinfo.c
500
PCPU_SET(original_actlr, cp15_actlr_get());
sys/arm/arm/debug_monitor.c
1037
PCPU_SET(dbreg_cmd, PC_DBREG_CMD_NONE);
sys/arm/arm/machdep.c
369
PCPU_SET(curthread, &thread0);
sys/arm/arm/pmap-v6.c
2182
PCPU_SET(curpmap, pmap);
sys/arm/arm/pmap-v6.c
6227
PCPU_SET(curpmap, pmap);
sys/arm/arm/vfp.c
147
PCPU_SET(vfpsid, fpsid); /* save the fpsid */
sys/arm/arm/vfp.c
155
PCPU_SET(vfpmvfr0, tmp);
sys/arm/arm/vfp.c
165
PCPU_SET(vfpmvfr1, tmp);
sys/arm/arm/vfp.c
262
PCPU_SET(fpcurthread, curthread);
sys/arm/arm/vfp.c
379
PCPU_SET(fpcurthread, NULL);
sys/arm/arm/vfp.c
453
PCPU_SET(fpcurthread, NULL);
sys/arm64/arm64/cpu_errata.c
84
PCPU_SET(bcast_tlbi_workaround, 1);
sys/arm64/arm64/cpu_errata.c
88
PCPU_SET(bcast_tlbi_workaround, 1);
sys/arm64/arm64/cpu_errata.c
91
PCPU_SET(bcast_tlbi_workaround, 1);
sys/arm64/arm64/machdep.c
817
PCPU_SET(curthread, &thread0);
sys/arm64/arm64/machdep.c
818
PCPU_SET(midr, get_midr());
sys/arm64/arm64/pmap.c
2756
PCPU_SET(curpmap, pmap);
sys/arm64/arm64/pmap.c
9216
PCPU_SET(curpmap, pmap);
sys/arm64/arm64/pmap.c
9218
PCPU_SET(curvmpmap, pmap);
sys/arm64/arm64/pmap.c
9273
PCPU_SET(curthread, new);
sys/arm64/arm64/pmap.c
9277
PCPU_SET(curpcb, pcb);
sys/arm64/arm64/spec_workaround.c
107
PCPU_SET(bp_harden, smccc_arch_workaround_1);
sys/arm64/arm64/spec_workaround.c
157
PCPU_SET(ssbd, smccc_arch_workaround_2);
sys/arm64/arm64/vfp.c
1102
PCPU_SET(fpcurthread, NULL);
sys/arm64/arm64/vfp.c
178
PCPU_SET(fpcurthread, NULL);
sys/arm64/arm64/vfp.c
728
PCPU_SET(fpcurthread, td);
sys/arm64/vmm/vmm.c
360
PCPU_SET(curvmpmap, NULL);
sys/arm64/vmm/vmm.c
723
PCPU_SET(fpcurthread, NULL);
sys/arm64/vmm/vmm_arm64.c
1168
PCPU_SET(curvmpmap, NULL);
sys/i386/acpica/acpi_wakeup.c
286
PCPU_SET(switchtime, 0);
sys/i386/acpica/acpi_wakeup.c
287
PCPU_SET(switchticks, ticks);
sys/i386/i386/machdep.c
1464
PCPU_SET(prvspace, pc);
sys/i386/i386/machdep.c
1465
PCPU_SET(curthread, &thread0);
sys/i386/i386/machdep.c
1499
PCPU_SET(fsgs_gdt, &gdt[GUFS_SEL].sd);
sys/i386/i386/machdep.c
1507
PCPU_SET(tss_gdt, &gdt[GPROC0_SEL].sd);
sys/i386/i386/machdep.c
1508
PCPU_SET(common_tssd, *PCPU_GET(tss_gdt));
sys/i386/i386/machdep.c
1581
PCPU_SET(curpcb, thread0.td_pcb);
sys/i386/i386/machdep.c
1585
PCPU_SET(kesp0, common_tss0.tss_esp0);
sys/i386/i386/machdep.c
1630
PCPU_SET(fsgs_gdt, &gdt[GUFS_SEL].sd);
sys/i386/i386/machdep.c
1631
PCPU_SET(tss_gdt, &gdt[GPROC0_SEL].sd);
sys/i386/i386/machdep.c
1632
PCPU_SET(common_tssd, *PCPU_GET(tss_gdt));
sys/i386/i386/machdep.c
1633
PCPU_SET(common_tssp, tss);
sys/i386/i386/machdep.c
1640
PCPU_SET(trampstk, (uintptr_t)tramp_stack_base + TRAMP_STACK_SZ -
sys/i386/i386/machdep.c
1688
PCPU_SET(currentldt, _default_ldt);
sys/i386/i386/machdep.c
1691
PCPU_SET(copyout_buf, copyout_buf);
sys/i386/i386/mp_machdep.c
316
PCPU_SET(currentldt, _default_ldt);
sys/i386/i386/mp_machdep.c
318
PCPU_SET(trampstk, (uintptr_t)ap_tramp_stack_base + TRAMP_STACK_SZ -
sys/i386/i386/mp_machdep.c
326
PCPU_SET(tss_gdt, &gdt[myid * NGDT + GPROC0_SEL].sd);
sys/i386/i386/mp_machdep.c
327
PCPU_SET(common_tssd, *PCPU_GET(tss_gdt));
sys/i386/i386/mp_machdep.c
330
PCPU_SET(fsgs_gdt, &gdt[myid * NGDT + GUFS_SEL].sd);
sys/i386/i386/mp_machdep.c
331
PCPU_SET(copyout_buf, ap_copyout_buf);
sys/i386/i386/mp_machdep.c
669
PCPU_SET(smp_tlb_done, generation);
sys/i386/i386/mp_machdep.c
688
PCPU_SET(smp_tlb_done, generation);
sys/i386/i386/mp_machdep.c
715
PCPU_SET(smp_tlb_done, generation);
sys/i386/i386/mp_machdep.c
737
PCPU_SET(smp_tlb_done, generation);
sys/i386/i386/npx.c
1419
PCPU_SET(fpcurthread, NULL);
sys/i386/i386/npx.c
534
PCPU_SET(fpcurthread, NULL);
sys/i386/i386/npx.c
810
PCPU_SET(fpcurthread, td);
sys/i386/i386/npx.c
905
PCPU_SET(fpcurthread, NULL);
sys/i386/i386/npx.c
962
PCPU_SET(fpcurthread, NULL);
sys/i386/i386/pmap.c
5889
PCPU_SET(curpmap, pmap);
sys/i386/i386/pmap.c
5904
PCPU_SET(curpmap, pmap);
sys/i386/i386/sys_machdep.c
324
PCPU_SET(private_tss, 1);
sys/i386/i386/sys_machdep.c
416
PCPU_SET(currentldt, GSEL(GUSERLDT_SEL, SEL_KPL));
sys/i386/i386/sys_machdep.c
492
PCPU_SET(currentldt, _default_ldt);
sys/kern/init_main.c
688
PCPU_SET(switchtime, cpu_ticks());
sys/kern/init_main.c
689
PCPU_SET(switchticks, ticks);
sys/kern/kern_clock.c
758
PCPU_SET(switchtime, new_switchtime);
sys/kern/kern_fork.c
1190
PCPU_SET(deadthread, NULL);
sys/kern/kern_idle.c
71
PCPU_SET(idlethread, td);
sys/kern/kern_resource.c
962
PCPU_SET(switchtime, u);
sys/kern/kern_resource.c
994
PCPU_SET(switchtime, u);
sys/kern/kern_synch.c
514
PCPU_SET(switchtime, new_switchtime);
sys/kern/kern_synch.c
517
PCPU_SET(switchticks, ticks);
sys/kern/kern_synch.c
534
PCPU_SET(deadthread, NULL);
sys/kern/kern_thread.c
1024
PCPU_SET(switchtime, new_switchtime);
sys/kern/kern_thread.c
1025
PCPU_SET(switchticks, ticks);
sys/kern/kern_thread.c
990
PCPU_SET(deadthread, td);
sys/kern/sched_4bsd.c
1694
PCPU_SET(switchtime, cpu_ticks());
sys/kern/sched_4bsd.c
1695
PCPU_SET(switchticks, ticks);
sys/kern/sched_ule.c
1597
PCPU_SET(sched, DPCPU_PTR(tdq));
sys/kern/sched_ule.c
1886
PCPU_SET(sched, DPCPU_PTR(tdq));
sys/kern/sched_ule.c
3219
PCPU_SET(switchtime, cpu_ticks());
sys/kern/sched_ule.c
3220
PCPU_SET(switchticks, ticks);
sys/powerpc/aim/aim_machdep.c
764
PCPU_SET(restore, &resetjb);
sys/powerpc/aim/aim_machdep.c
796
PCPU_SET(curthread, curthread);
sys/powerpc/aim/aim_machdep.c
797
PCPU_SET(curpcb, curthread->td_pcb);
sys/powerpc/aim/mmu_oea.c
1018
PCPU_SET(curpmap, pmr);
sys/powerpc/aim/mmu_oea.c
1030
PCPU_SET(curpmap, NULL);
sys/powerpc/aim/mmu_oea64.c
1288
PCPU_SET(aim.userslb, pm->pm_slb);
sys/powerpc/aim/mmu_oea64.c
1292
PCPU_SET(curpmap, pm->pmap_phys);
sys/powerpc/aim/mmu_oea64.c
1307
PCPU_SET(aim.userslb, NULL);
sys/powerpc/aim/mmu_oea64.c
1309
PCPU_SET(curpmap, NULL);
sys/powerpc/aim/mmu_radix.c
2372
PCPU_SET(flags, PCPU_GET(flags) | PC_FLAG_NOSRS);
sys/powerpc/booke/pmap.c
1252
PCPU_SET(curpmap, pmap);
sys/powerpc/booke/pmap.c
1613
PCPU_SET(curpmap, pmap);
sys/powerpc/booke/pmap.c
1646
PCPU_SET(curpmap, NULL);
sys/powerpc/booke/pmap.c
2476
PCPU_SET(booke.tid_next, tid + 1);
sys/powerpc/powerpc/altivec.c
159
PCPU_SET(vecthread, NULL);
sys/powerpc/powerpc/altivec.c
99
PCPU_SET(vecthread, td);
sys/powerpc/powerpc/fpu.c
126
PCPU_SET(fputhread, td);
sys/powerpc/powerpc/fpu.c
217
PCPU_SET(fputhread, NULL);
sys/powerpc/powerpc/mp_machdep.c
71
PCPU_SET(awake, 1);
sys/riscv/riscv/machdep.c
455
PCPU_SET(hart, boot_hart);
sys/riscv/riscv/machdep.c
576
PCPU_SET(curthread, &thread0);
sys/riscv/riscv/pmap.c
5197
PCPU_SET(curpmap, pmap);
sys/riscv/riscv/pmap.c
5222
PCPU_SET(curpmap, pmap);
sys/riscv/vmm/vmm.c
398
PCPU_SET(fpcurthread, NULL);
sys/x86/x86/dbreg.c
271
PCPU_SET(dbreg_cmd, PC_DBREG_CMD_NONE);
sys/x86/x86/local_apic.c
589
PCPU_SET(apic_id, lapic_id());
sys/x86/x86/mca.c
1431
PCPU_SET(cmci_mask, PCPU_GET(cmci_mask) | 1 << i);
sys/x86/x86/mca.c
1546
PCPU_SET(cmci_mask, PCPU_GET(cmci_mask) | 1 << i);
sys/x86/x86/mca.c
1586
PCPU_SET(cmci_mask, 0);
sys/x86/x86/mp_x86.c
1086
PCPU_SET(curthread, PCPU_GET(idlethread));
sys/x86/x86/mp_x86.c
1669
PCPU_SET(switchtime, 0);
sys/x86/x86/mp_x86.c
1670
PCPU_SET(switchticks, ticks);
sys/x86/xen/hvm.c
512
PCPU_SET(vcpu_id, (regs[0] & XEN_HVM_CPUID_VCPU_ID_PRESENT) ?