/openbmc/qemu/fsdev/ |
H A D | 9p-iov-marshal.c | 73 int bswap, const char *fmt, va_list ap) in v9fs_iov_vunmarshal() argument 93 if (bswap) { in v9fs_iov_vunmarshal() 107 if (bswap) { in v9fs_iov_vunmarshal() 121 if (bswap) { in v9fs_iov_vunmarshal() 130 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 147 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 154 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 169 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 192 int bswap, const char *fmt, ...) in v9fs_iov_unmarshal() argument 198 ret = v9fs_iov_vunmarshal(out_sg, out_num, offset, bswap, fmt, ap); in v9fs_iov_unmarshal() [all …]
|
H A D | 9p-iov-marshal.h | 10 int bswap, const char *fmt, ...); 12 int bswap, const char *fmt, ...); 15 int bswap, const char *fmt, va_list ap); 17 int bswap, const char *fmt, va_list ap);
|
/openbmc/qemu/tests/qtest/ |
H A D | endianness-test.c | 24 bool bswap; member 30 { "mips", "malta", 0x10000000, .bswap = true }, 32 { "mips64", "magnum", 0x90000000, .bswap = true }, 33 { "mips64", "pica61", 0x90000000, .bswap = true }, 34 { "mips64", "malta", 0x10000000, .bswap = true }, 36 { "ppc", "g3beige", 0xfe000000, .bswap = true, .superio = "i82378" }, 37 { "ppc", "40p", 0x80000000, .bswap = true }, 38 { "ppc", "bamboo", 0xe8000000, .bswap = true, .superio = "i82378" }, 39 { "ppc64", "mac99", 0xf2000000, .bswap = true, .superio = "i82378" }, 40 { "ppc64", "pseries", (1ULL << 45), .bswap = true, .superio = "i82378" }, [all …]
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | Makefile.am | 33 noinst_HEADERS = log.h bswap.h hpm2.h helper.h ipmi.h ipmi_cc.h ipmi_intf.h \
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 153 uint32_t bswap; in xlnx_csu_dma_data_process() local 156 bswap = s->regs[R_CTRL] & R_CTRL_ENDIANNESS_MASK; in xlnx_csu_dma_data_process() 157 if (s->is_dst && !bswap) { in xlnx_csu_dma_data_process() 174 if (bswap) { in xlnx_csu_dma_data_process()
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-alsa.c | 500 int bswap, sign; in snd_card_saa7134_capture_prepare() local 521 bswap = 1; in snd_card_saa7134_capture_prepare() 523 bswap = 0; in snd_card_saa7134_capture_prepare() 556 bswap ? 'b' : '-'); in snd_card_saa7134_capture_prepare() 561 if (bswap) in snd_card_saa7134_capture_prepare()
|
H A D | saa7134-video.c | 104 .bswap = 1, 113 .bswap = 1, 122 .bswap = 1, 131 .bswap = 1, 137 .bswap = 1, 661 if (dev->fmt->bswap) in buffer_activate()
|
H A D | saa7134.h | 106 unsigned int bswap:1; member
|
/openbmc/qemu/scripts/ |
H A D | analyze-inclusions | 58 echo $(grep_include -F 'qemu/bswap.h') files include qemu/bswap.h
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | optionrom.h | 73 bswap %eax
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 238 pix = bswap##bpp(pix); \ 247 pix = bswap##bpp(pix); \ 638 pix = bswap##bpp(pix); \ 658 diff = bswap##bpp(diff); \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 526 * For 16 and 32-bit elements, the doubleword bswap also reversed 529 * bswap by swapping the doublewords. 1117 * For 16 and 32-bit elements, the doubleword bswap below will 1120 * finish the bswap by swapping the doublewords.
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 433 for consistency with the other bswap opcodes.
|
/openbmc/ipmitool/ |
H A D | ChangeLog | 104 * ID: 3608760 - Add bswap.h to ipmi_chassis.c and ipmi_pef.c
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 332 "BSWAP r32op","BSWAPL r32op","bswap r32op","0F C8+rd","V","V","486","operand32","rw","Y","32" 333 "BSWAP r64op","BSWAPQ r64op","bswap r64op","REX.W 0F C8+ro","N.S.","V","486","","rw","Y","64" 334 "BSWAP r16op","BSWAPW r16op","bswap r16op","0F C8+rw","V","V","486","operand16","rw","Y","16"
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |