Searched refs:first_x86_cpu (Results 1 – 2 of 2) sorted by relevance
411 X86CPU *first_x86_cpu = X86_CPU(first_cpu); in create_win_dump() local412 uint64_t saved_cr3 = first_x86_cpu->env.cr[3]; in create_win_dump()436 first_x86_cpu->env.cr[3] = WIN_DUMP_FIELD(DirectoryTableBase); in create_win_dump()478 first_x86_cpu->env.cr[3] = saved_cr3; in create_win_dump()
188 X86CPU *first_x86_cpu = X86_CPU(first_cpu); in x86_cpu_write_elf64_note() local189 bool lma = !!(first_x86_cpu->env.hflags & HF_LMA_MASK); in x86_cpu_write_elf64_note()404 X86CPU *first_x86_cpu = X86_CPU(first_cpu); in cpu_get_dump_info() local405 lma = first_cpu && (first_x86_cpu->env.hflags & HF_LMA_MASK); in cpu_get_dump_info()