Home
last modified time | relevance | path

Searched defs:SysemuCPUOps (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h18 typedef struct SysemuCPUOps { struct
22 bool (*has_work)(CPUState *cpu); /* MANDATORY NON-NULL */
26 bool (*get_memory_mapping)(CPUState *cpu, MemoryMappingList *list,
31 bool (*get_paging_enabled)(const CPUState *cpu);
35 hwaddr (*get_phys_page_debug)(CPUState *cpu, vaddr addr);
43 hwaddr (*get_phys_page_attrs_debug)(CPUState *cpu, vaddr addr,
49 int (*asidx_from_attrs)(CPUState *cpu, MemTxAttrs attrs);
54 GuestPanicInformation* (*get_crash_info)(CPUState *cpu);
59 int (*write_elf32_note)(WriteCoreDumpFunction f, CPUState *cpu,
65 int (*write_elf64_note)(WriteCoreDumpFunction f, CPUState *cpu,
[all …]