Home
last modified time | relevance | path

Searched refs:kcr3 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1387 reset_kpti(struct kpti_frame *fr, uint64_t kcr3, uint64_t ucr3) in reset_kpti() argument
1402 fr->kf_kernel_cr3 = kcr3; in reset_kpti()
1512 uint64_t kcr3, ucr3; in hat_switch() local
1529 kcr3 = MAKECR3(tl_kpfn, PCID_KERNEL) | CR3_NOINVL_BIT; in hat_switch()
1533 setcr3(kcr3); in hat_switch()
1537 kcr3 = MAKECR3(tl_kpfn, PCID_NONE); in hat_switch()
1542 setcr3(kcr3); 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()