Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 16 of 16) sorted by relevance

/qemu/scripts/
H A Dclean-header-guards.pl89 my ($fname, $guard) = @_;
127 my $guard = $3;
133 unless ($guard2 eq $guard) {
151 my $oldg = $guard;
155 $guard =~ tr/a-z/A-Z/
157 $guard =~ s/^_+//
159 $guard =~ s/(_H)?_*$/_H/
178 $old_guard{$guard} = $oldg
179 if $guard ne $oldg;
182 gripe($fname, "guard $guard also used by $guarded{$guard}");
[all …]
H A Dgensyscalls.sh77 guard="$(upper LINUX_USER_$(qemu_arch $arch)_$(basename "$file"))"
84 echo "#ifndef ${guard}"
85 echo "#define ${guard}"
90 echo "#endif /* ${guard} */") > "$file"
/qemu/target/hexagon/
H A Dfma_emu.c167 uint8_t guard; member
177 p->guard = 0; in accum_init()
187 a.guard = a.round; in accum_norm_left()
198 a.guard = a.round = 0; in accum_norm_right()
215 a.round = a.guard; in accum_norm_right()
216 a.guard = int128_getlo(a.mant) & 1; in accum_norm_right()
275 ret.guard = (borrow >> 2) & 1; in accum_sub()
325 ret.guard = b.guard; in accum_add()
435 if (a.guard || a.round || a.sticky) { \
440 if (a.guard || a.round || a.sticky) { \
[all …]
/qemu/include/qemu/
H A Dmain-loop.h388 #define qemu_bh_new_guarded(cb, opaque, guard) \ argument
389 qemu_bh_new_full((cb), (opaque), (stringify(cb)), guard)
/qemu/hw/nvme/
H A Ddif.c87 dif->g16.guard = cpu_to_be16(crc); in nvme_dif_pract_generate_dif_crc16()
121 dif->g64.guard = cpu_to_be64(crc); in nvme_dif_pract_generate_dif_crc64()
184 trace_pci_nvme_dif_prchk_guard_crc16(be16_to_cpu(dif->g16.guard), crc); in nvme_dif_prchk_crc16()
186 if (be16_to_cpu(dif->g16.guard) != crc) { in nvme_dif_prchk_crc16()
252 trace_pci_nvme_dif_prchk_guard_crc64(be64_to_cpu(dif->g64.guard), crc); in nvme_dif_prchk_crc64()
254 if (be64_to_cpu(dif->g64.guard) != crc) { in nvme_dif_prchk_crc64()
608 dif->g64.guard = cpu_to_be64(0x6482d367eb22b64e); in nvme_dif_rw()
H A Dtrace-events29 pci_nvme_dif_prchk_guard_crc16(uint16_t guard, uint16_t crc) "guard 0x%"PRIx16" crc 0x%"PRIx16""
30 pci_nvme_dif_prchk_guard_crc64(uint64_t guard, uint64_t crc) "guard 0x%"PRIx64" crc 0x%"PRIx64""
/qemu/include/block/
H A Daio.h330 #define aio_bh_new_guarded(ctx, cb, opaque, guard) \ argument
331 aio_bh_new_full((ctx), (cb), (opaque), (stringify(cb)), guard)
H A Dnvme.h1511 uint16_t guard; member
1517 uint64_t guard; member
/qemu/docs/devel/
H A Dmultiple-iothreads.txt64 * LEGACY qemu_bh_new_guarded() - create a BH with a device re-entrancy guard
76 * aio_bh_new_guarded() - create a BH with a device re-entrancy guard
81 BHs associated with devices, the reentrancy-guard is contained in the
H A Dtracing.rst390 guard such computations, so they are skipped if the event has been either
H A Dstyle.rst100 as a guard against obviously-overlength lines, not a target.)
/qemu/linux-user/
H A Delfload.c2325 abi_ulong size, error, guard; in setup_arg_pages() local
2334 guard = TARGET_PAGE_SIZE; in setup_arg_pages()
2335 if (guard < qemu_real_host_page_size()) { in setup_arg_pages()
2336 guard = qemu_real_host_page_size(); in setup_arg_pages()
2340 guard = 0; in setup_arg_pages()
2347 error = target_mmap(0, size + guard, prot, in setup_arg_pages()
2356 target_mprotect(error, guard, PROT_NONE); in setup_arg_pages()
2357 info->stack_limit = error + guard; in setup_arg_pages()
/qemu/docs/system/devices/
H A Dnvme.rst286 By default, the namespace device uses 16 bit guard protection information
287 format (``pif=0``). Set to ``2`` to enable 64 bit guard protection
/qemu/scripts/coccinelle/
H A Derrp-guard.cocci20 // spatch --sp-file scripts/coccinelle/errp-guard.cocci \
/qemu/
H A DMAINTAINERS3013 F: scripts/coccinelle/errp-guard.cocci
/qemu/qapi/
H A Dblock-core.json3410 # 'true' makes QEMU guard that Qcow2 format structure against