Home
last modified time | relevance | path

Searched full:mark (Results 1 – 25 of 262) sorted by relevance

1234567891011

/qemu/include/hw/intc/
H A Darmv7m_nvic.h88 * 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 Djson-lexer.c66 * 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 Djson-parser.c103 * %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 Dnubus-virtio-mmio.h4 * Copyright (c) 2023 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
/qemu/bsd-user/riscv/
H A Dtarget_arch.h4 * Copyright (c) 2019 Mark Corbin <mark.corbin@embecsom.com>
H A Dtarget_arch_cpu.c4 * Copyright (c) 2019 Mark Corbin
H A Dtarget_syscall.h4 * Copyright (c) Mark Corbin
H A Dtarget_arch_elf.h4 * Copyright (c) 2019 Mark Corbin
H A Dtarget_arch_sysarch.h4 * Copyright (c) 2019 Mark Corbin
/qemu/include/hw/audio/
H A Dasc.h8 * Copyright (c) 2022 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
/qemu/include/qemu/
H A Dcoroutine-core.h28 * 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 Dservice-win32.c63 * 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 D17945 # 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 D012.out4 == mark image read-only
/qemu/hw/nubus/
H A Dnubus-virtio-mmio.c4 * Copyright (c) 2024 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
/qemu/linux-user/mips/
H A Dsockbits.h38 #define TARGET_SO_SNDLOWAT 0x1003 /* send low-water mark */
39 #define TARGET_SO_RCVLOWAT 0x1004 /* receive low-water mark */
/qemu/net/
H A Dcolo-compare.c352 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 Dterminal3270.c77 * 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 Diosb.h5 * Copyright (c) 2022 Mark Cave-Ayland
/qemu/docs/interop/
H A Dbarrier.rst315 ``{ 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 Dcmd.py48 # 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 Dmman.h9 #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
/qemu/include/hw/ppc/
H A Dspapr_drc.h93 * unusable: mark device as unavailable to OS
94 * usable: mark device as available to OS
/qemu/python/qemu/qmp/
H A Dutil.py38 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 Dvirtio_i2c.h20 /* The bit 1 of the @virtio_i2c_out_hdr.@flags, used to mark a buffer as read */

1234567891011