Searched refs:INTR_REMAP_TABLE_ENTRIES (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c134 INTR_REMAP_TABLE_ENTRIES, mask);
439 size = INTR_REMAP_TABLE_ENTRIES*sizeof(struct irte);
455 for (i = 0; i < INTR_REMAP_TABLE_ENTRIES; i++) {
550 bitmap = bitmap_zalloc(INTR_REMAP_TABLE_ENTRIES, GFP_KERNEL);
562 0, INTR_REMAP_TABLE_ENTRIES,
1604 INTR_REMAP_TABLE_ENTRIES)) {
H A Ddebugfs.c553 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) {
577 for (idx = 0; idx < INTR_REMAP_TABLE_ENTRIES; idx++) {
H A Diommu.h507 #define INTR_REMAP_TABLE_ENTRIES 65536 macro

Completed in 164 milliseconds