Home
last modified time | relevance | path

Searched refs:rlookup_table_size (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Dinit.c229 static u32 rlookup_table_size; /* size if the rlookup table */ variable
2492 get_order(rlookup_table_size)); in free_iommu_resources()
2499 get_order(rlookup_table_size)); in free_iommu_resources()
2649 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE); in early_amd_iommu_init()
2671 get_order(rlookup_table_size)); in early_amd_iommu_init()
2737 get_order(rlookup_table_size)); in early_amd_iommu_init()
2738 kmemleak_alloc(irq_lookup_table, rlookup_table_size, in early_amd_iommu_init()
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H A Diommu.c90 static u32 rlookup_table_size; /* size if the rlookup table */ variable
1508 GFP_KERNEL | __GFP_ZERO, get_order(rlookup_table_size)); in create_rlookup_entry()
1878 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE); in loongson_iommu_ivrs_init()
1903 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE); in loongson_iommu_ivrs_init_stub()
1961 get_order(rlookup_table_size)); in free_iommu_rlookup_entry()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dinit.c686 get_order(pci_seg->rlookup_table_size)); in alloc_rlookup_table()
696 get_order(pci_seg->rlookup_table_size)); in free_rlookup_table()
704 get_order(pci_seg->rlookup_table_size)); in alloc_irq_lookup_table()
706 pci_seg->rlookup_table_size, 1, GFP_KERNEL); in alloc_irq_lookup_table()
717 get_order(pci_seg->rlookup_table_size)); in free_irq_lookup_table()
1651 pci_seg->rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE, last_bdf); in alloc_pci_segment()
H A Damd_iommu_types.h593 u32 rlookup_table_size; member

Completed in 14 milliseconds