Symbol: PCPU_SET
sys/amd64/acpica/acpi_wakeup.c
278
PCPU_SET(switchtime, 0);
sys/amd64/acpica/acpi_wakeup.c
279
PCPU_SET(switchticks, ticks);
sys/amd64/amd64/efirt_machdep.c
342
PCPU_SET(curpmap, NULL);
sys/amd64/amd64/efirt_machdep.c
372
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
1212
PCPU_SET(prvspace, pc);
sys/amd64/amd64/machdep.c
1214
PCPU_SET(curthread, &thread0);
sys/amd64/amd64/machdep.c
1215
PCPU_SET(tssp, PCPU_PTR(common_tss));
sys/amd64/amd64/machdep.c
1216
PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]);
sys/amd64/amd64/machdep.c
1217
PCPU_SET(ldt, (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]);
sys/amd64/amd64/machdep.c
1218
PCPU_SET(fs32p, &gdt[GUFS32_SEL]);
sys/amd64/amd64/machdep.c
1219
PCPU_SET(gs32p, &gdt[GUGS32_SEL]);
sys/amd64/amd64/machdep.c
1220
PCPU_SET(ucr3_load_mask, PMAP_UCR3_NOMASK);
sys/amd64/amd64/machdep.c
1221
PCPU_SET(smp_tlb_gen, 1);
sys/amd64/amd64/machdep.c
1228
PCPU_SET(rsp0, rsp0);
sys/amd64/amd64/machdep.c
1229
PCPU_SET(pti_rsp0, STACKALIGN((vm_offset_t)PCPU_PTR(pti_stack) +
sys/amd64/amd64/machdep.c
1231
PCPU_SET(curpcb, thread0.td_pcb);
sys/amd64/amd64/mp_machdep.c
673
PCPU_SET(smp_tlb_addr1, addr1);
sys/amd64/amd64/mp_machdep.c
674
PCPU_SET(smp_tlb_addr2, addr2);
sys/amd64/amd64/mp_machdep.c
675
PCPU_SET(smp_tlb_pmap, pmap);
sys/amd64/amd64/mp_machdep.c
679
PCPU_SET(smp_tlb_gen, generation);
sys/amd64/amd64/mp_machdep.c
680
PCPU_SET(smp_tlb_op, op);
sys/amd64/amd64/mp_machdep.c
867
PCPU_SET(ucr3_load_mask, ~CR3_PCID_SAVE);
sys/amd64/amd64/mp_machdep.c
895
PCPU_SET(ucr3_load_mask, ~CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10101
PCPU_SET(pcid_gen, new_gen);
sys/amd64/amd64/pmap.c
10108
PCPU_SET(pcid_next, pcid_next + 1);
sys/amd64/amd64/pmap.c
10146
PCPU_SET(ucr3_load_mask, PMAP_UCR3_NOMASK);
sys/amd64/amd64/pmap.c
10158
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10163
PCPU_SET(ucr3_load_mask, ~CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10165
PCPU_SET(kcr3, kcr3 | CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10166
PCPU_SET(ucr3, ucr3 | CR3_PCID_SAVE);
sys/amd64/amd64/pmap.c
10188
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10199
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10208
PCPU_SET(kcr3, pmap->pm_cr3);
sys/amd64/amd64/pmap.c
10209
PCPU_SET(ucr3, pmap->pm_ucr3);
sys/amd64/amd64/pmap.c
10285
PCPU_SET(curpmap, pmap);
sys/amd64/amd64/pmap.c
10293
PCPU_SET(kcr3, kcr3);
sys/amd64/amd64/pmap.c
10294
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
477
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
2183
PCPU_SET(curpmap, pmap);
sys/arm/arm/pmap-v6.c
6229
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
819
PCPU_SET(curthread, &thread0);
sys/arm64/arm64/machdep.c
820
PCPU_SET(midr, get_midr());
sys/arm64/arm64/pmap.c
2843
PCPU_SET(curpmap, pmap);
sys/arm64/arm64/pmap.c
9410
PCPU_SET(curpmap, pmap);
sys/arm64/arm64/pmap.c
9412
PCPU_SET(curvmpmap, pmap);
sys/arm64/arm64/pmap.c
9468
PCPU_SET(curthread, new);
sys/arm64/arm64/pmap.c
9472
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
1202
PCPU_SET(curvmpmap, NULL);
sys/i386/acpica/acpi_wakeup.c
290
PCPU_SET(switchtime, 0);
sys/i386/acpica/acpi_wakeup.c
291
PCPU_SET(switchticks, ticks);
sys/i386/i386/machdep.c
1459
PCPU_SET(prvspace, pc);
sys/i386/i386/machdep.c
1460
PCPU_SET(curthread, &thread0);
sys/i386/i386/machdep.c
1494
PCPU_SET(fsgs_gdt, &gdt[GUFS_SEL].sd);
sys/i386/i386/machdep.c
1502
PCPU_SET(tss_gdt, &gdt[GPROC0_SEL].sd);
sys/i386/i386/machdep.c
1503
PCPU_SET(common_tssd, *PCPU_GET(tss_gdt));
sys/i386/i386/machdep.c
1576
PCPU_SET(curpcb, thread0.td_pcb);
sys/i386/i386/machdep.c
1580
PCPU_SET(kesp0, common_tss0.tss_esp0);
sys/i386/i386/machdep.c
1625
PCPU_SET(fsgs_gdt, &gdt[GUFS_SEL].sd);
sys/i386/i386/machdep.c
1626
PCPU_SET(tss_gdt, &gdt[GPROC0_SEL].sd);
sys/i386/i386/machdep.c
1627
PCPU_SET(common_tssd, *PCPU_GET(tss_gdt));
sys/i386/i386/machdep.c
1628
PCPU_SET(common_tssp, tss);
sys/i386/i386/machdep.c
1635
PCPU_SET(trampstk, (uintptr_t)tramp_stack_base + TRAMP_STACK_SZ -
sys/i386/i386/machdep.c
1683
PCPU_SET(currentldt, _default_ldt);
sys/i386/i386/machdep.c
1686
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
5892
PCPU_SET(curpmap, pmap);
sys/i386/i386/pmap.c
5907
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
1200
PCPU_SET(deadthread, NULL);
sys/kern/kern_idle.c
71
PCPU_SET(idlethread, td);
sys/kern/kern_resource.c
1012
PCPU_SET(switchtime, u);
sys/kern/kern_resource.c
980
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
1025
PCPU_SET(switchtime, new_switchtime);
sys/kern/kern_thread.c
1026
PCPU_SET(switchticks, ticks);
sys/kern/kern_thread.c
991
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
1624
PCPU_SET(sched, DPCPU_PTR(tdq));
sys/kern/sched_ule.c
1913
PCPU_SET(sched, DPCPU_PTR(tdq));
sys/kern/sched_ule.c
3246
PCPU_SET(switchtime, cpu_ticks());
sys/kern/sched_ule.c
3247
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
1291
PCPU_SET(aim.userslb, pm->pm_slb);
sys/powerpc/aim/mmu_oea64.c
1295
PCPU_SET(curpmap, pm->pmap_phys);
sys/powerpc/aim/mmu_oea64.c
1310
PCPU_SET(aim.userslb, NULL);
sys/powerpc/aim/mmu_oea64.c
1312
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
1277
PCPU_SET(curpmap, pmap);
sys/powerpc/booke/pmap.c
1638
PCPU_SET(curpmap, pmap);
sys/powerpc/booke/pmap.c
1671
PCPU_SET(curpmap, NULL);
sys/powerpc/booke/pmap.c
2523
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/powerpc/powerpc/openpic.c
486
PCPU_SET(pic, bus_read_4(sc->sc_memr, OPENPIC_WHOAMI));
sys/powerpc/powerpc/openpic.c
488
PCPU_SET(pic, PCPU_GET(cpuid));
sys/riscv/riscv/machdep.c
456
PCPU_SET(hart, boot_hart);
sys/riscv/riscv/machdep.c
577
PCPU_SET(curthread, &thread0);
sys/riscv/riscv/pmap.c
5226
PCPU_SET(curpmap, pmap);
sys/riscv/riscv/pmap.c
5251
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
604
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
1087
PCPU_SET(curthread, PCPU_GET(idlethread));
sys/x86/x86/mp_x86.c
1671
PCPU_SET(switchtime, 0);
sys/x86/x86/mp_x86.c
1672
PCPU_SET(switchticks, ticks);
sys/x86/xen/hvm.c
512
PCPU_SET(vcpu_id, (regs[0] & XEN_HVM_CPUID_VCPU_ID_PRESENT) ?