/qemu/target/openrisc/ |
H A D | disas.c | 30 #define output(mnemonic, format, ...) \ argument 53 #define INSN(opcode, format, ...) \ argument 148 #define FP_INSN(opcode, suffix, format, ...) \ argument
|
/qemu/ui/ |
H A D | qemu-pixman.c | 13 PixelFormat qemu_pixelformat_from_pixman(pixman_format_code_t format) in qemu_pixelformat_from_pixman() 153 pixman_format_code_t format; in qemu_pixman_get_format() local 173 pixman_format_code_t format) in qemu_pixman_check_format() 194 pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format, in qemu_pixman_linebuf_create() 210 pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format, in qemu_pixman_mirror_create() 311 pixman_format_code_t format, in qemu_pixman_image_new_shareable()
|
H A D | sdl2-2d.c | 64 int format = 0; in sdl2_2d_switch() local 149 pixman_format_code_t format) in sdl2_2d_check_format()
|
H A D | console-gl.c | 34 pixman_format_code_t format) in console_gl_check_format()
|
/qemu/pc-bios/descriptors/ |
H A D | 60-edk2-loongarch64.json | 10 "format": "raw" string 14 "format": "raw" string
|
H A D | 60-edk2-riscv64.json | 10 "format": "raw" string 14 "format": "raw" string
|
H A D | 60-edk2-aarch64.json | 10 "format": "raw" string 14 "format": "raw" string
|
H A D | 60-edk2-arm.json | 10 "format": "raw" string 14 "format": "raw" string
|
H A D | 60-edk2-i386.json | 10 "format": "raw" string 14 "format": "raw" string
|
H A D | 50-edk2-i386-secure.json | 10 "format": "raw" string 14 "format": "raw" string
|
H A D | 60-edk2-x86_64.json | 10 "format": "raw" string 14 "format": "raw" string
|
H A D | 50-edk2-x86_64-secure.json | 10 "format": "raw" string 14 "format": "raw" string
|
/qemu/target/avr/ |
H A D | disas.c | 65 #define output(mnemonic, format, ...) \ argument 103 #define INSN(opcode, format, ...) \ argument 110 #define INSN_MNEMONIC(opcode, mnemonic, format, ...) \ argument
|
/qemu/authz/ |
H A D | list.c | 37 QAuthZListFormat format = rule->has_format ? rule->format : in qauthz_list_is_allowed() local 153 QAuthZListFormat format, in qauthz_list_append_rule() 187 QAuthZListFormat format, in qauthz_list_insert_rule()
|
/qemu/monitor/ |
H A D | hmp-cmds-target.c | 124 static void memory_dump(Monitor *mon, int count, int format, int wsize, in memory_dump() 236 int format = qdict_get_int(qdict, "format"); in hmp_memory_dump() local 246 int format = qdict_get_int(qdict, "format"); in hmp_physical_memory_dump() local
|
/qemu/scripts/tracetool/format/ |
H A D | __init__.py | 76 def generate(events, format, backend, group): argument
|
/qemu/tests/functional/qemu_test/ |
H A D | uncompress.py | 74 def uncompress(compressed, uncompressed, format=None): argument
|
H A D | archive.py | 75 def archive_extract(archive, dest_dir, format=None, member=None): argument
|
H A D | testcase.py | 48 def uncompress(self, compressed, format=None): argument 76 def archive_extract(self, archive, format=None, sub_dir=None, member=None): argument
|
/qemu/hw/display/ |
H A D | ramfb.c | 48 pixman_format_code_t format, in ramfb_create_display_surface() 84 uint32_t fourcc, format, width, height; in ramfb_fw_cfg_write() local
|
/qemu/include/ui/ |
H A D | pixman-minimal.h | 99 pixman_format_code_t format; member 116 static inline uint32_t *create_bits(pixman_format_code_t format, in create_bits() 155 static inline pixman_image_t *pixman_image_create_bits(pixman_format_code_t format, in pixman_image_create_bits()
|
/qemu/scripts/ |
H A D | render_block_graph.py | 40 def render_block_graph(qmp, filename, format='png'): argument
|
/qemu/include/crypto/ |
H A D | secret_common.h | 36 QCryptoSecretFormat format; member
|
/qemu/chardev/ |
H A D | char-ringbuf.c | 117 bool has_format, enum DataFormat format, in qmp_ringbuf_write() 161 bool has_format, enum DataFormat format, in qmp_ringbuf_read()
|
/qemu/hw/rtc/ |
H A D | mc146818rtc.c | 51 # define CMOS_DPRINTF(format, ...) printf(format, ## __VA_ARGS__) argument 53 # define CMOS_DPRINTF(format, ...) do { } while (0) argument 57 # define DPRINTF_C(format, ...) printf(format, ## __VA_ARGS__) argument 59 # define DPRINTF_C(format, ...) do { } while (0) argument
|