Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/iommu/amd/
Dinit.c1912 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()
3062 static void __init ivinfo_init(void *ivrs) in ivinfo_init() argument
3064 amd_iommu_ivinfo = *((u32 *)(ivrs + IOMMU_IVINFO_OFFSET)); in ivinfo_init()