Lines Matching refs:PCPU_SET
1204 PCPU_SET(prvspace, pc); in amd64_bsp_pcpu_init1()
1206 PCPU_SET(curthread, &thread0); in amd64_bsp_pcpu_init1()
1207 PCPU_SET(tssp, PCPU_PTR(common_tss)); in amd64_bsp_pcpu_init1()
1208 PCPU_SET(tss, (struct system_segment_descriptor *)&gdt[GPROC0_SEL]); in amd64_bsp_pcpu_init1()
1209 PCPU_SET(ldt, (struct system_segment_descriptor *)&gdt[GUSERLDT_SEL]); in amd64_bsp_pcpu_init1()
1210 PCPU_SET(fs32p, &gdt[GUFS32_SEL]); in amd64_bsp_pcpu_init1()
1211 PCPU_SET(gs32p, &gdt[GUGS32_SEL]); in amd64_bsp_pcpu_init1()
1212 PCPU_SET(ucr3_load_mask, PMAP_UCR3_NOMASK); in amd64_bsp_pcpu_init1()
1213 PCPU_SET(smp_tlb_gen, 1); in amd64_bsp_pcpu_init1()
1220 PCPU_SET(rsp0, rsp0); in amd64_bsp_pcpu_init2()
1221 PCPU_SET(pti_rsp0, ((vm_offset_t)PCPU_PTR(pti_stack) + in amd64_bsp_pcpu_init2()
1223 PCPU_SET(curpcb, thread0.td_pcb); in amd64_bsp_pcpu_init2()