/qemu/include/hw/arm/ |
H A D | smmu-common.h | 35 #define VMSA_BIT_LVL(isz, strd, lvl) ((isz) - (strd) * \ argument 36 (VMSA_LEVELS - (lvl))) 37 #define VMSA_IDXMSK(isz, strd, lvl) ((1ULL << \ argument 38 VMSA_BIT_LVL(isz, strd, lvl)) - 1)
|
/qemu/hw/misc/ |
H A D | stm32f2xx_syscfg.c | 34 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 35 if (STM_SYSCFG_ERR_DEBUG >= lvl) { \
|
/qemu/hw/ssi/ |
H A D | stm32f2xx_spi.c | 35 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 36 if (STM_SPI_ERR_DEBUG >= lvl) { \
|
H A D | mss-spi.c | 37 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 38 if (MSS_SPI_ERR_DEBUG >= lvl) { \
|
/qemu/scripts/ |
H A D | device-crash-test | 520 lvl = logging.DEBUG 522 lvl = logging.INFO 524 lvl = logging.WARN 525 logging.basicConfig(stream=sys.stdout, level=lvl, format='%(levelname)s: %(message)s')
|
/qemu/hw/adc/ |
H A D | stm32f2xx_adc.c | 36 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 37 if (STM_ADC_ERR_DEBUG >= lvl) { \
|
/qemu/hw/timer/ |
H A D | mss-timer.c | 38 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 39 if (MSS_TIMER_ERR_DEBUG >= lvl) { \
|
H A D | stm32f2xx_timer.c | 37 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 38 if (STM_TIMER_ERR_DEBUG >= lvl) { \
|
/qemu/hw/usb/ |
H A D | ccid-card-passthru.c | 26 #define DPRINTF(card, lvl, fmt, ...) \ argument 28 if (lvl <= card->debug) { \
|
H A D | ccid-card-emulated.c | 41 #define DPRINTF(card, lvl, fmt, ...) \ argument 43 if (lvl <= card->debug) {\
|
H A D | xen-usb.c | 44 #define TR(xendev, lvl, fmt, args...) \ argument 49 xen_pv_printf(xendev, lvl, "%8ld.%06ld xen-usb(%s):" fmt, \
|
H A D | dev-smartcard-reader.c | 51 #define DPRINTF(s, lvl, fmt, ...) \ argument 53 if (lvl <= s->debug) { \
|
/qemu/hw/intc/ |
H A D | xlnx-zynqmp-ipi.c | 42 #define DB_PRINT_L(lvl, fmt, args...) do {\ argument 43 if (XLNX_ZYNQMP_IPI_ERR_DEBUG >= lvl) {\
|
H A D | xlnx-pmu-iomod-intc.c | 42 #define DB_PRINT_L(lvl, fmt, args...) do {\ argument 43 if (XLNX_PMU_IO_INTC_ERR_DEBUG >= lvl) {\
|
H A D | armv7m_nvic.c | 476 int lvl; in nvic_irq_update() local 488 lvl = (pend_prio < s->exception_prio); in nvic_irq_update() 489 trace_nvic_irq_update(s->vectpending, pend_prio, s->exception_prio, lvl); in nvic_irq_update() 490 qemu_set_irq(s->excpout, lvl); in nvic_irq_update()
|
/qemu/hw/arm/ |
H A D | trace-events | 81 bcm2838_gic_set_irq(int irq, int level) "gic irq:%d lvl:%d"
|