Home
last modified time | relevance | path

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

/openbmc/qemu/dump/
H A Dwin_dump.c411 X86CPU *first_x86_cpu = X86_CPU(first_cpu); in create_win_dump() local
412 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()
/openbmc/qemu/target/i386/
H A Darch_dump.c188 X86CPU *first_x86_cpu = X86_CPU(first_cpu); in x86_cpu_write_elf64_note() local
189 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() local
405 lma = first_cpu && (first_x86_cpu->env.hflags & HF_LMA_MASK); in cpu_get_dump_info()