Home
last modified time | relevance | path

Searched refs:b (Results 201 – 225 of 777) sorted by path

12345678910>>...32

/qemu/hw/xen/
H A Dxen_pt_config_init.c636 .u.b.read = xen_pt_byte_reg_read,
637 .u.b.write = xen_pt_byte_reg_write,
663 .u.b.read = xen_pt_byte_reg_read,
674 .u.b.read = xen_pt_byte_reg_read,
685 .u.b.read = xen_pt_byte_reg_read,
696 .u.b.read = xen_pt_byte_reg_read,
707 .u.b.read = xen_pt_byte_reg_read,
795 .u.b.read = xen_pt_byte_reg_read,
826 .u.b.read = xen_pt_byte_reg_read,
930 .u.b.read = xen_pt_byte_reg_read,
[all …]
/qemu/include/chardev/
H A Dchar-fe.h36 bool qemu_chr_fe_init(CharBackend *b, Chardev *s, Error **errp);
47 void qemu_chr_fe_deinit(CharBackend *b, bool del);
94 void qemu_chr_fe_set_handlers_full(CharBackend *b,
109 void qemu_chr_fe_set_handlers(CharBackend *b,
125 void qemu_chr_fe_take_focus(CharBackend *b);
/qemu/include/crypto/
H A Daes-round.h15 uint8_t b[16]; member
H A Dclmul.h74 static inline Int128 clmul_64(uint64_t a, uint64_t b) in clmul_64() argument
77 return clmul_64_accel(a, b); in clmul_64()
79 return clmul_64_gen(a, b); in clmul_64()
/qemu/include/exec/
H A Dcpu_ldst.h250 GEN_ATOMIC_HELPER(NAME, uint32_t, b) \
259 GEN_ATOMIC_HELPER(NAME, uint32_t, b) \
H A Dmemory.h1205 MemoryRegionSection *b) in MemoryRegionSection_eq() argument
1207 return a->mr == b->mr && in MemoryRegionSection_eq()
1208 a->fv == b->fv && in MemoryRegionSection_eq()
1209 a->offset_within_region == b->offset_within_region && in MemoryRegionSection_eq()
1210 a->offset_within_address_space == b->offset_within_address_space && in MemoryRegionSection_eq()
1211 int128_eq(a->size, b->size) && in MemoryRegionSection_eq()
1212 a->readonly == b->readonly && in MemoryRegionSection_eq()
1213 a->nonvolatile == b->nonvolatile; in MemoryRegionSection_eq()
H A Dram_addr.h80 static inline bool offset_in_ramblock(RAMBlock *b, ram_addr_t offset) in offset_in_ramblock() argument
82 return (b && b->host && offset < b->used_length) ? true : false; in offset_in_ramblock()
/qemu/include/fpu/
H A Dsoftfloat-macros.h505 mul64To128(uint64_t a, uint64_t b, uint64_t *z0Ptr, uint64_t *z1Ptr) in mul64To128() argument
507 mulu64(z1Ptr, z0Ptr, a, b); in mul64To128()
518 mul128By64To192(uint64_t a0, uint64_t a1, uint64_t b, in mul128By64To192() argument
523 mul64To128(a1, b, &m1, z2Ptr); in mul128By64To192()
524 mul64To128(a0, b, &z0, &z1); in mul128By64To192()
561 static inline uint64_t estimateDiv128To64(uint64_t a0, uint64_t a1, uint64_t b) in estimateDiv128To64() argument
567 if ( b <= a0 ) return UINT64_C(0xFFFFFFFFFFFFFFFF); in estimateDiv128To64()
568 b0 = b>>32; in estimateDiv128To64()
570 mul64To128( b, z, &term0, &term1 ); in estimateDiv128To64()
574 b1 = b<<32; in estimateDiv128To64()
H A Dsoftfloat.h312 return float16_compare(a, b, s) == float_relation_equal; in float16_eq()
317 return float16_compare(a, b, s) <= float_relation_equal; in float16_le()
322 return float16_compare(a, b, s) < float_relation_equal; in float16_lt()
506 return bfloat16_compare(a, b, s) == float_relation_equal; in bfloat16_eq()
516 return bfloat16_compare(a, b, s) < float_relation_equal; in bfloat16_lt()
681 return float32_compare(a, b, s) == float_relation_equal; in float32_eq()
686 return float32_compare(a, b, s) <= float_relation_equal; in float32_le()
691 return float32_compare(a, b, s) < float_relation_equal; in float32_lt()
876 return float64_compare(a, b, s) == float_relation_equal; in float64_eq()
881 return float64_compare(a, b, s) <= float_relation_equal; in float64_le()
[all …]
/qemu/include/hw/i2c/
H A Dpmbus_device.h445 int64_t b; /* offset */ member
/qemu/include/hw/input/
H A Dps2.h104 void ps2_queue_noirq(PS2State *s, int b);
105 void ps2_queue(PS2State *s, int b);
/qemu/include/hw/ipmi/
H A Dipmi.h262 int ipmi_bmc_sdr_find(IPMIBmc *b, uint16_t recid,
264 void ipmi_bmc_gen_event(IPMIBmc *b, uint8_t *evt, bool log);
/qemu/include/hw/loongarch/
H A Dboot.h21 uint8_t b[16]; member
24 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ argument
26 (b) & 0xff, ((b) >> 8) & 0xff, \
/qemu/include/hw/misc/
H A Dmos6522.h136 uint8_t b; member
/qemu/include/hw/pci/
H A Dpci.h274 typedef void (*pci_bus_dev_fn)(PCIBus *b, PCIDevice *d, void *opaque);
275 typedef void (*pci_bus_fn)(PCIBus *b, void *opaque);
276 typedef void *(*pci_bus_ret_fn)(PCIBus *b, void *opaque);
H A Dpci_device.h291 PCI_DMA_DEFINE_LDST(ub, b, 8);
/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_32.h118 __DECL_REG_LO8(b);
H A Dxen-x86_64.h142 uint8_t r ## num ## b; \
168 __DECL_REG_LOHI(b);
H A Dxen.h318 uint32_t a, b, c, d; member
/qemu/include/hw/xen/interface/
H A Dxen.h981 #define XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
984 ((b) >> 8) & 0xFF, ((b) >> 0) & 0xFF, \
990 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
991 ((xen_uuid_t)XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6))
993 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
994 XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6)
/qemu/include/libdecnumber/
H A DdecNumberLocal.h136 #define UINTAT(b) (*((uInt *)(b))) argument
137 #define USHORTAT(b) (*((uShort *)(b))) argument
138 #define UBYTEAT(b) (*((uByte *)(b))) argument
/qemu/include/libdecnumber/dpd/
H A Ddecimal128Local.h36 #define decimal128SetSign(d,b) \ argument
37 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] |= ((unsigned) (b) << 7); }
/qemu/include/qemu/
H A Dcutils.h275 static inline const char *yes_no(bool b) in yes_no() argument
277 return b ? "yes" : "no"; in yes_no()
290 void qemu_hexdump_line(char *line, unsigned int b, const void *bufptr,
H A Dhbitmap.h81 void hbitmap_merge(const HBitmap *a, const HBitmap *b, HBitmap *result);
H A Dhost-utils.h40 __uint128_t r = (__uint128_t)a * b; in mulu64()
48 __int128_t r = (__int128_t)a * b; in muls64()
56 return (__int128_t)a * b / c; in muldiv64()
107 rl = (uint64_t)u.l.low * (uint64_t)b; in muldiv64_rounding()
672 unsigned long long b = *pborrow; in usub64_borrow() local
673 x = __builtin_subcll(x, y, b, &b); in usub64_borrow()
674 *pborrow = b & 1; in usub64_borrow()
677 bool b = *pborrow; in usub64_borrow()
678 b = usub64_overflow(x, b, &x); in usub64_borrow()
679 b |= usub64_overflow(x, y, &x); in usub64_borrow()
[all …]

12345678910>>...32