Searched refs:w64 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bitcnt.c | 18 uint64_t w64; member 104 { { .w64 = 0x0000000000000000ULL }, .popct=0 }, 105 { { .w64 = 0x0000000000000001ULL }, .popct=1 }, 106 { { .w64 = 0x000000000000000fULL }, .popct=4 }, 107 { { .w64 = 0x0000000000000f0fULL }, .popct=8 }, 108 { { .w64 = 0x0000000000001f1fULL }, .popct=10 }, 109 { { .w64 = 0x0000000000004001ULL }, .popct=2 }, 110 { { .w64 = 0x0000000000007000ULL }, .popct=3 }, 111 { { .w64 = 0x0000000000007fffULL }, .popct=15 }, 112 { { .w64 = 0x0000005500555555ULL }, .popct=16 }, [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | fedora-win64-cross.docker | 78 mingw-w64-tools \ 102 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-c++ && \ 103 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc && \ 104 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-g++ && \ 105 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc 107 ENV ABI "x86_64-w64-mingw32" 109 ENV QEMU_CONFIGURE_OPTS --cross-prefix=x86_64-w64-mingw32-
|
/openbmc/openbmc/poky/meta-poky/conf/distro/include/ |
H A D | gcsections.inc | 21 CFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-runtime = "" 22 LDFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-runtime = "" 25 CFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-winpthreads = "" 26 LDFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-winpthreads = ""
|
/openbmc/qemu/hw/pci-host/ |
H A D | i440fx.c | 177 Range w64; in i440fx_pcihost_get_pci_hole64_start_value() local 180 pci_bus_get_w64_range(h->bus, &w64); in i440fx_pcihost_get_pci_hole64_start_value() 181 value = range_is_empty(&w64) ? 0 : range_lob(&w64); in i440fx_pcihost_get_pci_hole64_start_value() 210 Range w64; in i440fx_pcihost_get_pci_hole64_end() local 213 pci_bus_get_w64_range(h->bus, &w64); in i440fx_pcihost_get_pci_hole64_end() 214 value = range_is_empty(&w64) ? 0 : range_upb(&w64) + 1; in i440fx_pcihost_get_pci_hole64_end()
|
H A D | q35.c | 120 Range w64; in q35_host_get_pci_hole64_start_value() local 123 pci_bus_get_w64_range(h->bus, &w64); in q35_host_get_pci_hole64_start_value() 124 value = range_is_empty(&w64) ? 0 : range_lob(&w64); in q35_host_get_pci_hole64_start_value() 153 Range w64; in q35_host_get_pci_hole64_end() local 156 pci_bus_get_w64_range(h->bus, &w64); in q35_host_get_pci_hole64_end() 157 value = range_is_empty(&w64) ? 0 : range_upb(&w64) + 1; in q35_host_get_pci_hole64_end()
|
/openbmc/qemu/tests/docker/ |
H A D | test-mingw | 16 requires_binary x86_64-w64-mingw32-gcc i686-w64-mingw32-gcc
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 387 print_longlong(str, cword.w64); in flash_write_cmd() 394 flash_write64(cword.w64, addr); in flash_write_cmd() 443 print_longlong(str2, cword.w64); in flash_isequal() 447 retval = (flash_read64(addr) == cword.w64); in flash_isequal() 480 retval = ((flash_read64(addr) & cword.w64) == cword.w64); in flash_isset() 747 cword->w64 = (cword->w64 >> 8) | ll; in flash_add_byte() 749 cword->w64 = (cword->w64 << 8) | c; in flash_add_byte() 804 flag = ((flash_read64(dstaddr) & cword.w64) == cword.w64); in flash_write_cfiword() 851 flash_write64(cword.w64, dstaddr); in flash_write_cfiword() 1156 cword.w64 = 0xffffffffffffffffULL; in flash_erase()
|
/openbmc/u-boot/include/mtd/ |
H A D | cfi_flash.h | 111 u64 w64; member
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-bit.c | 795 int w64, w128; in coda_setup_iram() local 838 w64 = mb_width * 64; in coda_setup_iram() 855 iram_info->buf_dbk_y_use = coda_iram_alloc(iram_info, w64); in coda_setup_iram() 856 iram_info->buf_dbk_c_use = coda_iram_alloc(iram_info, w64); in coda_setup_iram()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pci-defs.h | 623 uint32_t w64:1; member 631 uint32_t w64:1;
|