Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 16 of 16) sorted by relevance

/qemu/include/hw/arm/
H A Dsmmu-common.h35 #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 Dstm32f2xx_syscfg.c34 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
35 if (STM_SYSCFG_ERR_DEBUG >= lvl) { \
/qemu/hw/ssi/
H A Dstm32f2xx_spi.c35 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
36 if (STM_SPI_ERR_DEBUG >= lvl) { \
H A Dmss-spi.c37 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
38 if (MSS_SPI_ERR_DEBUG >= lvl) { \
/qemu/scripts/
H A Ddevice-crash-test520 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 Dstm32f2xx_adc.c36 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
37 if (STM_ADC_ERR_DEBUG >= lvl) { \
/qemu/hw/timer/
H A Dmss-timer.c38 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
39 if (MSS_TIMER_ERR_DEBUG >= lvl) { \
H A Dstm32f2xx_timer.c37 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
38 if (STM_TIMER_ERR_DEBUG >= lvl) { \
/qemu/hw/usb/
H A Dccid-card-passthru.c26 #define DPRINTF(card, lvl, fmt, ...) \ argument
28 if (lvl <= card->debug) { \
H A Dccid-card-emulated.c41 #define DPRINTF(card, lvl, fmt, ...) \ argument
43 if (lvl <= card->debug) {\
H A Dxen-usb.c44 #define TR(xendev, lvl, fmt, args...) \ argument
49 xen_pv_printf(xendev, lvl, "%8ld.%06ld xen-usb(%s):" fmt, \
H A Ddev-smartcard-reader.c51 #define DPRINTF(s, lvl, fmt, ...) \ argument
53 if (lvl <= s->debug) { \
/qemu/hw/intc/
H A Dxlnx-zynqmp-ipi.c42 #define DB_PRINT_L(lvl, fmt, args...) do {\ argument
43 if (XLNX_ZYNQMP_IPI_ERR_DEBUG >= lvl) {\
H A Dxlnx-pmu-iomod-intc.c42 #define DB_PRINT_L(lvl, fmt, args...) do {\ argument
43 if (XLNX_PMU_IO_INTC_ERR_DEBUG >= lvl) {\
H A Darmv7m_nvic.c476 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 Dtrace-events81 bcm2838_gic_set_irq(int irq, int level) "gic irq:%d lvl:%d"