Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Diommu.c4000 entry->lo.fields_vapic.destination = in __amd_iommu_update_ga()
4004 entry->lo.fields_vapic.is_run = true; in __amd_iommu_update_ga()
4005 entry->lo.fields_vapic.ga_log_intr = false; in __amd_iommu_update_ga()
4007 entry->lo.fields_vapic.is_run = false; in __amd_iommu_update_ga()
4008 entry->lo.fields_vapic.ga_log_intr = ga_log_intr; in __amd_iommu_update_ga()
4037 if (!entry || !entry->lo.fields_vapic.guest_mode) in amd_iommu_update_ga()
4062 valid = entry->lo.fields_vapic.valid; in amd_iommu_activate_guest_mode()
4067 entry->lo.fields_vapic.valid = valid; in amd_iommu_activate_guest_mode()
4068 entry->lo.fields_vapic.guest_mode = 1; in amd_iommu_activate_guest_mode()
4071 entry->lo.fields_vapic.ga_tag = ir_data->ga_tag; in amd_iommu_activate_guest_mode()
[all …]
H A Damd_iommu_types.h991 } fields_vapic; member