Home
last modified time | relevance | path

Searched defs:_a (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/
A Dloader.h340 #define rom_add_file_fixed(_f, _a, _i) \ argument
342 #define rom_add_blob_fixed(_f, _b, _l, _a) \ argument
348 #define rom_add_file_fixed_as(_f, _a, _i, _as) \ argument
350 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ argument
/qemu/hw/xen/
A Dxen_pt.h20 #define XEN_PT_ERR(d, _f, _a...) xen_pt_log(d, "%s: Error: "_f, __func__, ##_a) argument
23 # define XEN_PT_LOG(d, _f, _a...) xen_pt_log(d, "%s: " _f, __func__, ##_a) argument
24 # define XEN_PT_WARN(d, _f, _a...) \ argument
27 # define XEN_PT_LOG(d, _f, _a...) argument
28 # define XEN_PT_WARN(d, _f, _a...) argument
/qemu/include/qemu/
A Dosdep.h399 #define MIN_INTERNAL(a, b, _a, _b) \ argument
408 #define MAX_INTERNAL(a, b, _a, _b) \ argument
441 #define MIN_NON_ZERO_INTERNAL(a, b, _a, _b) \ argument
/qemu/include/hw/usb/
A Ddwc2-regs.h430 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
532 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
535 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
582 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
583 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
624 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
625 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
641 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
642 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
644 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/qemu/qga/
A Dcommands-linux.c325 static int compare_uint(const void *_a, const void *_b) in compare_uint()

Completed in 22 milliseconds