Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dapple-gfx.m66 struct PGTask_s { struct
67 QTAILQ_ENTRY(PGTask_s) node; argument
68 AppleGFXState *s;
69 mach_vm_address_t address;
70 uint64_t len;
79 GPtrArray *mapped_regions;
82 static PGTask_t *apple_gfx_new_task(AppleGFXState *s, uint64_t len)
105 static void apple_gfx_destroy_task(AppleGFXState *s, PGTask_t *task)
124 void *apple_gfx_host_ptr_for_gpa_range(uint64_t guest_physical,
154 static bool apple_gfx_task_map_memory(AppleGFXState *s, PGTask_t *task,
[all …]