Searched refs:pv_cr3 (Results 1 – 6 of 6) sorted by relevance
54 unsigned long pv_cr3; member
469 cpu_info->pv_cr3 = __pa(this_cpu(root_pgt)) | in toggle_guest_mode()476 cpu_info->pv_cr3 &= ~X86_CR3_NOFLUSH; in toggle_guest_mode()
357 get_cpu_info()->pv_cr3 = 0; in start_secondary()1125 get_cpu_info()->pv_cr3 = 0; in smp_prepare_cpus()1210 get_cpu_info()->pv_cr3 = 0; in smp_prepare_boot_cpu()
528 cpu_info->pv_cr3 = __pa(this_cpu(root_pgt)); in write_ptbase()530 cpu_info->pv_cr3 |= get_pcid_bits(v, true); in write_ptbase()540 cpu_info->pv_cr3 = 0; in write_ptbase()
120 OFFSET(CPUINFO_pv_cr3, struct cpu_info, pv_cr3); in __dummy__()
144 mov STACK_CPUINFO_FIELD(pv_cr3)(%rdx), %rdi586 mov STACK_CPUINFO_FIELD(pv_cr3)(%rbx), %rax
Completed in 25 milliseconds