PCPU_PTR
gdt = *PCPU_PTR(gdt);
PCPU_SET(tssp, PCPU_PTR(common_tss));
PCPU_SET(pti_rsp0, STACKALIGN((vm_offset_t)PCPU_PTR(pti_stack) +
PCPU_PTR(common_tss)->tss_rsp0 = rsp0;
memcpy(tssp, PCPU_PTR(common_tss), sizeof(struct amd64tss));
gdt = *PCPU_PTR(gdt);
return ((uint64_t)*PCPU_PTR(gdt));
d = (struct dbreg *)PCPU_PTR(dbreg);
cp_time = (long *)PCPU_PTR(cp_time);
lock_list = PCPU_PTR(spinlocks);
lock_list = PCPU_PTR(spinlocks);
witness_list_locks(PCPU_PTR(spinlocks), db_printf);
lfreevnodes = PCPU_PTR(vfs_freevnodes);
lfreevnodes = PCPU_PTR(vfs_freevnodes);
mtx_assert(PCPU_PTR(aim.qmap_lock), MA_NOTOWNED);
mtx_lock(PCPU_PTR(aim.qmap_lock));
mtx_assert(PCPU_PTR(aim.qmap_lock), MA_OWNED);
mtx_unlock(PCPU_PTR(aim.qmap_lock));
uint64_t *flags = PCPU_PTR(aim.opal_hmi_flags);
state = &PCPU_PTR(monitorbuf)->idle_state;
state = &PCPU_PTR(monitorbuf)->idle_state;
state = &PCPU_PTR(monitorbuf)->idle_state;
state = &PCPU_PTR(monitorbuf)->idle_state;
state = &PCPU_PTR(monitorbuf)->idle_state;
d = (struct dbreg *)PCPU_PTR(dbreg);
d = (struct dbreg *)PCPU_PTR(dbreg);
d = (struct dbreg *)PCPU_PTR(dbreg);
mb = PCPU_PTR(monitorbuf);