/qemu/include/hw/intc/ |
H A D | armv7m_nvic.h | 88 * armv7m_nvic_set_pending: mark the specified exception as pending 90 * @irq: the exception number to mark pending 101 * armv7m_nvic_set_pending_derived: mark this derived exception as pending 103 * @irq: the exception number to mark pending 114 * armv7m_nvic_set_pending_lazyfp: mark this lazy FP exception as pending 116 * @irq: the exception number to mark pending 164 * @irq: the exception number to mark pending
|
/qemu/qobject/ |
H A D | json-lexer.c | 66 * string = quotation-mark *char quotation-mark 70 * %x22 / ; " quotation mark U+0022 80 * quotation-mark = %x22 ; " 91 * (apostrophe) instead of %x22 (quotation mark), and can't contain 92 * unescaped apostrophe, but can contain unescaped quotation mark.
|
H A D | json-parser.c | 103 * %x22 / ; " quotation mark U+0022 113 * quotation-mark = %x22 ; " 121 * (apostrophe) instead of %x22 (quotation mark), and can't contain 122 * unescaped apostrophe, but can contain unescaped quotation mark.
|
/qemu/include/hw/nubus/ |
H A D | nubus-virtio-mmio.h | 4 * Copyright (c) 2023 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
/qemu/bsd-user/riscv/ |
H A D | target_arch.h | 4 * Copyright (c) 2019 Mark Corbin <mark.corbin@embecsom.com>
|
H A D | target_arch_cpu.c | 4 * Copyright (c) 2019 Mark Corbin
|
H A D | target_syscall.h | 4 * Copyright (c) Mark Corbin
|
H A D | target_arch_elf.h | 4 * Copyright (c) 2019 Mark Corbin
|
H A D | target_arch_sysarch.h | 4 * Copyright (c) 2019 Mark Corbin
|
/qemu/include/hw/audio/ |
H A D | asc.h | 8 * Copyright (c) 2022 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
/qemu/include/qemu/ |
H A D | coroutine-core.h | 28 * directly from normal functions. Use @coroutine_fn to mark such 41 * Mark a function that executes in coroutine context 45 * directly from normal functions. Use @coroutine_fn to mark such
|
/qemu/qga/ |
H A D | service-win32.c | 63 * followed by a double quotation mark". in win_escape_arg() 75 * precede a double quotation mark." in win_escape_arg() 87 * backslashes [...] followed by a double quotation mark". in win_escape_arg()
|
/qemu/tests/qemu-iotests/ |
H A D | 179 | 45 # v2 images can't mark clusters as zero 59 # mark cluster as zero, whether or not unmap was requested 66 # as zero, but must mark cluster as zero, whether or not unmap was requested
|
H A D | 012.out | 4 == mark image read-only
|
/qemu/hw/nubus/ |
H A D | nubus-virtio-mmio.c | 4 * Copyright (c) 2024 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
/qemu/linux-user/mips/ |
H A D | sockbits.h | 38 #define TARGET_SO_SNDLOWAT 0x1003 /* send low-water mark */ 39 #define TARGET_SO_RCVLOWAT 0x1004 /* receive low-water mark */
|
/qemu/net/ |
H A D | colo-compare.c | 352 int8_t *mark, uint32_t max_ack) in colo_mark_tcp_pkt() argument 354 *mark = 0; in colo_mark_tcp_pkt() 360 *mark = COLO_COMPARE_FREE_SECONDARY | COLO_COMPARE_FREE_PRIMARY; in colo_mark_tcp_pkt() 372 *mark = COLO_COMPARE_FREE_PRIMARY; in colo_mark_tcp_pkt() 384 * the same part and mark the primary packet offset in colo_mark_tcp_pkt() 390 *mark = COLO_COMPARE_FREE_SECONDARY; in colo_mark_tcp_pkt() 402 int8_t mark; in colo_compare_tcp() local 463 if (colo_mark_tcp_pkt(ppkt, spkt, &mark, min_ack)) { in colo_compare_tcp() 474 if (mark == COLO_COMPARE_FREE_PRIMARY) { in colo_compare_tcp() 479 } else if (mark == COLO_COMPARE_FREE_SECONDARY) { in colo_compare_tcp() [all …]
|
/qemu/hw/char/ |
H A D | terminal3270.c | 77 * if the client is still alive by Timing Mark. 119 * Simply check the data format and mark handshake_done. in terminal_read() 164 * client, mark handshake done and trigger everything rolling again. in chr_event()
|
/qemu/include/hw/misc/ |
H A D | iosb.h | 5 * Copyright (c) 2022 Mark Cave-Ayland
|
/qemu/docs/interop/ |
H A D | barrier.rst | 315 ``{ int8_t id, int32_t seq, int8_t mark, char *data }`` 347 ``{ int8_t mark, char *content }`` 351 * ``mark`` = 0 means the content followed is the file size
|
/qemu/tests/functional/qemu_test/ |
H A D | cmd.py | 48 # If @failure is seen, then mark @test as failed 179 content. Mark the test as failed if failure_message is found instead.
|
/qemu/linux-headers/asm-generic/ |
H A D | mman.h | 9 #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
|
/qemu/include/hw/ppc/ |
H A D | spapr_drc.h | 93 * unusable: mark device as unavailable to OS 94 * usable: mark device as available to OS
|
/qemu/python/qemu/qmp/ |
H A D | util.py | 38 the "high-water mark". This function ensures we flush the entire 39 buffer -- by setting the high water mark to 0 and then calling
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_i2c.h | 20 /* The bit 1 of the @virtio_i2c_out_hdr.@flags, used to mark a buffer as read */
|