Home
last modified time | relevance | path

Searched refs:rmrr (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Diommu.h16 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) in arch_rmrr_sanity_check() argument
18 u64 start = rmrr->base_address; in arch_rmrr_sanity_check()
19 u64 end = rmrr->end_address + 1; in arch_rmrr_sanity_check()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Diommu.h24 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) in arch_rmrr_sanity_check() argument
26 u64 start = rmrr->base_address; in arch_rmrr_sanity_check()
27 u64 end = rmrr->end_address + 1; in arch_rmrr_sanity_check()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c304 struct list_head list; /* list of rmrr units */
323 #define for_each_rmrr_units(rmrr) \
324 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
2839 struct dmar_rmrr_unit *rmrr; in si_domain_init() local
2873 for_each_rmrr_units(rmrr) { in si_domain_init()
2874 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in si_domain_init()
2876 unsigned long long start = rmrr->base_address; in si_domain_init()
2877 unsigned long long end = rmrr->end_address; in si_domain_init()
2913 struct dmar_rmrr_unit *rmrr; in device_has_rmrr() local
4339 rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) rmrr_sanity_check() argument
4352 struct acpi_dmar_reserved_memory *rmrr; dmar_parse_one_rmrr() local
4657 struct acpi_dmar_reserved_memory *rmrr; dmar_iommu_notify_scope_dev() local
5860 struct dmar_rmrr_unit *rmrr; intel_iommu_get_resv_regions() local
[all...]
H A Ddmar.c525 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local
537 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry()
540 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry()
541 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Diommu.h16 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) { return 0; } in arch_rmrr_sanity_check() argument
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Diommu.h16 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) { return 0; } in arch_rmrr_sanity_check() argument
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c253 struct list_head list; /* list of rmrr units */
282 #define for_each_rmrr_units(rmrr) \
283 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
2390 struct dmar_rmrr_unit *rmrr; in si_domain_init() local
2424 for_each_rmrr_units(rmrr) { in si_domain_init()
2425 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in si_domain_init()
2427 unsigned long long start = rmrr->base_address; in si_domain_init()
2428 unsigned long long end = rmrr->end_address; in si_domain_init()
3070 static int __init rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) in rmrr_sanity_check() argument
3083 struct acpi_dmar_reserved_memory *rmrr; dmar_parse_one_rmrr() local
3477 struct acpi_dmar_reserved_memory *rmrr; dmar_iommu_notify_scope_dev() local
4441 struct dmar_rmrr_unit *rmrr; intel_iommu_get_resv_regions() local
[all...]
H A Ddmar.c524 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local
537 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry()
540 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry()
541 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()

Completed in 18 milliseconds