/qemu/include/hw/arm/ |
H A D | omap.h | 103 * Common IRQ numbers for level 1 interrupt handler 130 * Common OMAP-15xx IRQ numbers for level 1 interrupt handler 137 * OMAP-1510 specific IRQ numbers for level 1 interrupt handler 145 * OMAP-310 specific IRQ numbers for level 1 interrupt handler 153 * OMAP-1610 specific IRQ numbers for level 1 interrupt handler 167 * OMAP-730 specific IRQ numbers for level 1 interrupt handler 189 * Common IRQ numbers for level 2 interrupt handler 213 * OMAP-1510 specific IRQ numbers for level 2 interrupt handler 222 * OMAP-310 specific IRQ numbers for level 2 interrupt handler 233 * OMAP-1610 specific IRQ numbers for level 2 interrupt handler [all …]
|
H A D | armsse-version.h | 22 * we pick obvious numbers for the benefit of people debugging with gdb.
|
/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 3 # 64-bit system call numbers and entry vectors 348 # don't use numbers 387 through 423, add new calls after the last 392 # in x32 as compared to native x86_64. These syscalls have numbers 512-547. 393 # Do not add new syscalls to this range. Numbers 548 and above are available 432 # This is the end of the legacy x32 range. Numbers 548 and above are
|
/qemu/include/qapi/ |
H A D | opts-visitor.h | 28 * - string representations of negative numbers yield negative values, 33 * alternates, numbers (other than integers), null, or arbitrary
|
/qemu/docs/specs/ |
H A D | pci-testdev.rst | 33 tests with higher numbers. In this way a guest can scan test numbers until it
|
/qemu/docs/system/ |
H A D | sriov.rst | 30 function numbers larger than one of the PF, and that the function numbers
|
/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.h | 24 * These functions return *positive* error numbers. This is a little 26 * also a very limited set of error numbers that they are permitted
|
/qemu/tests/tcg/multiarch/libs/ |
H A D | float_helpers.c | 30 * Half Precision Numbers 35 /* no handy defines for these numbers */ 77 * Single Precision Numbers
|
/qemu/tests/qemu-iotests/ |
H A D | 243 | 60 # Can't use precise numbers here because they differ between filesystems 80 # Can't use precise numbers here because they differ between filesystems
|
/qemu/pc-bios/dtb/ |
H A D | canyonlands.dts | 492 * We are de-swizzling here because the numbers are actually for 494 * to avoid putting a node for it in the tree, so the numbers 495 * below are basically de-swizzled numbers. 534 * We are de-swizzling here because the numbers are actually for 536 * to avoid putting a node for it in the tree, so the numbers 537 * below are basically de-swizzled numbers.
|
/qemu/target/s390x/tcg/ |
H A D | vec.h | 26 * byte/halfword/word numbers, we have to take care of proper translation 27 * between element numbers.
|
/qemu/include/system/ |
H A D | kvm_int.h | 127 * Older POSIX says that ioctl numbers are signed int, but in 129 * at all.) Linux, glibc and *BSD all treat ioctl numbers as
|
/qemu/tests/qapi-schema/ |
H A D | alternate-conflict-enum-int.json | 1 # alternate branches of 'enum' type that conflicts with numbers
|
/qemu/gdbstub/ |
H A D | syscalls.c | 165 /* Convert GDB error numbers back to host error numbers. */ in gdb_handle_file_io()
|
/qemu/linux-headers/asm-powerpc/ |
H A D | unistd.h | 3 * This file contains the system call numbers.
|
/qemu/linux-headers/asm-x86/ |
H A D | unistd.h | 7 * and __X32_SYSCALL_BIT to have type int, even though syscall numbers
|
/qemu/tests/tcg/s390x/ |
H A D | long-double.c | 3 * With small integral numbers, we can cross-check with integers.
|
/qemu/hw/misc/ |
H A D | imx_rngc.c | 10 * an rngc and to read random numbers. The rngb that is found in imx25 115 * We're ready to provide secure random numbers whenever in imx_rngc_read()
|
H A D | exynos4210_rng.c | 96 * We actually ignore the seed and always generate true random numbers. in exynos4210_rng_set_seed() 99 * generates random numbers regardless of the seed value. in exynos4210_rng_set_seed()
|
/qemu/tests/migration-stress/guestperf/ |
H A D | comparison.py | 101 # varying numbers of threads 127 # varying numbers of channels
|
/qemu/docs/system/i386/ |
H A D | xen.rst | 54 to be in the upper 64 bits of the MSI message. For guests with large numbers 64 through simultaneous grants. For guests with large numbers of PV devices and
|
/qemu/target/sparc/ |
H A D | gdbstub.c | 82 /* f32-f62 (16 double width registers, even register numbers only) in sparc_cpu_gdb_read_register() 181 /* f32-f62 (16 double width registers, even register numbers only) in sparc_cpu_gdb_write_register()
|
/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 79 to 31. The numbers that can be used here correspond to the numbers that are
|
/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 207 * the register numbers. If we ever allow larger sysreg numbers, this
|
/qemu/docs/devel/ |
H A D | style.rst | 343 If it's just counting small numbers use "unsigned int"; 818 In trace-events files, use a '0x' prefix to specify hex numbers, as in: 824 An exception is made for groups of numbers that are hexadecimal by 833 it is obvious that numbers are in hex, ex.: 839 Rationale: hex numbers are hard to read in logs when there is no 0x prefix, 841 and especially in one line with other decimal numbers. Number groups are allowed
|