Searched refs:WARN_ON (Results 1 – 11 of 11) sorted by relevance
78 WARN_ON(!type_is_int(type)); in type_is_signed()92 WARN_ON(!type_is_int(type)); in is_inline_int()140 WARN_ON(1); in val_to_string()
26 #define WARN_ON(p) do { if (unlikely(p)) WARN(); } while (0) macro
849 WARN_ON(msi && msi->table_base != table_paddr); in msix_capability_init()866 WARN_ON(rangeset_overlaps_range(mmio_ro_ranges, msix->table.first, in msix_capability_init()872 WARN_ON(!pba_paddr); in msix_capability_init()878 WARN_ON(rangeset_overlaps_range(mmio_ro_ranges, msix->pba.first, in msix_capability_init()967 WARN_ON(msix->table.first != (table_paddr >> PAGE_SHIFT)); in msix_capability_init()
1547 WARN_ON(!spin_is_locked(&v->domain->event_lock)); in pirq_guest_bind()1767 WARN_ON(!spin_is_locked(&d->event_lock)); in pirq_guest_unbind()1804 WARN_ON(!spin_is_locked(&d->event_lock)); in pirq_guest_force_unbind()
5899 WARN_ON(page_is_ram_type(mfn_x(mfn), RAM_TYPE_CONVENTIONAL)); in ioremap()
185 WARN_ON(va != NULL); in vm_free()
847 WARN_ON(op & TRC_PV_HYPERCALL_V2_ARG_MASK); in __trace_hypercall()
1640 WARN_ON(count > MAX_PHANDLE_ARGS); in __dt_parse_phandle_with_args()
185 +#define WARN_ON(c)1730 + WARN_ON(slot == 0);2400 + WARN_ON(slot == 0);2449 + WARN_ON(offset < stripe_offset);2487 + WARN_ON(stripe_index >= map.num_stripes);2537 + WARN_ON(eb->dev_bytenr % SECTOR_BITS);2632 + WARN_ON(slot < 0);2633 + WARN_ON(slot >= btrfs_header_nritems(parent));2636 + WARN_ON(level <= 0);2854 + WARN_ON(path->slots[0] >= btrfs_header_nritems(&path->nodes[0]));[all …]
4030 WARN_ON((source == 3) && !(idtv_info & INTR_INFO_VALID_MASK)); in vmx_vmexit_handler()4166 WARN_ON(exit_reason == EXIT_REASON_GETSEC); in vmx_vmexit_handler()
1407 WARN_ON((ppr & 0xf0) != (vector & 0xf0)); in nvmx_update_apicv()
Completed in 57 milliseconds