Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Dinit.c1147 entry->cmd_line ? "cmd" : "ivrs", in add_acpi_hid_device()
1669 * @ivrs: Pointer to the IVRS header
1673 static u8 get_highest_supported_ivhd_type(struct acpi_table_header *ivrs) in get_highest_supported_ivhd_type() argument
1675 u8 *base = (u8 *)ivrs; in get_highest_supported_ivhd_type()
1681 while (((u8 *)ivhd - base < ivrs->length) && in get_highest_supported_ivhd_type()
2574 static void __init ivinfo_init(void *ivrs) in ivinfo_init() argument
2576 amd_iommu_ivinfo = *((u32 *)(ivrs + IOMMU_IVINFO_OFFSET)); in ivinfo_init()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dinit.c1311 entry->cmd_line ? "cmd" : "ivrs", in add_acpi_hid_device()
1908 * @ivrs: Pointer to the IVRS header
1912 static u8 get_highest_supported_ivhd_type(struct acpi_table_header *ivrs) in get_highest_supported_ivhd_type() argument
1914 u8 *base = (u8 *)ivrs; in get_highest_supported_ivhd_type()
1920 while (((u8 *)ivhd - base < ivrs->length) && in get_highest_supported_ivhd_type()
3065 static void __init ivinfo_init(void *ivrs) in ivinfo_init() argument
3067 amd_iommu_ivinfo = *((u32 *)(ivrs + IOMMU_IVINFO_OFFSET)); in ivinfo_init()
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H A Diommu.c1812 * @ivrs Pointer to the IVRS header
1816 static u8 get_highest_supported_ivhd_type(struct acpi_table_header *ivrs) in get_highest_supported_ivhd_type() argument
1818 u8 *base = (u8 *)ivrs; in get_highest_supported_ivhd_type()
1823 while (((u8 *)ivhd - base < ivrs->length) && in get_highest_supported_ivhd_type()
1852 pr_info("%s get ivrs table failed\n", __func__); in loongson_iommu_ivrs_init()
2011 pr_err("Failed to init iommu by ivrs\n"); in loongson_iommu_driver_init()

Completed in 11 milliseconds