Searched refs:ucr3 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 1387 reset_kpti(struct kpti_frame *fr, uint64_t kcr3, uint64_t ucr3) in reset_kpti() argument 1403 fr->kf_user_cr3 = ucr3; in reset_kpti() 1512 uint64_t kcr3, ucr3; in hat_switch() local 1530 ucr3 = MAKECR3(info->hci_user_l3pfn, PCID_USER) | in hat_switch() 1538 ucr3 = kpti_enable ? in hat_switch() 1555 reset_kpti(&cpu->cpu_m.mcpu_kpti, kcr3, ucr3); in hat_switch() 1556 reset_kpti(&cpu->cpu_m.mcpu_kpti_flt, kcr3, ucr3); in hat_switch() 1557 reset_kpti(&cpu->cpu_m.mcpu_kpti_dbg, kcr3, ucr3); in hat_switch()
|