Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Diommu.c3938 entry->lo.fields_vapic.destination = in __amd_iommu_update_ga()
3942 entry->lo.fields_vapic.is_run = true; in __amd_iommu_update_ga()
3943 entry->lo.fields_vapic.ga_log_intr = false; in __amd_iommu_update_ga()
3945 entry->lo.fields_vapic.is_run = false; in __amd_iommu_update_ga()
3946 entry->lo.fields_vapic.ga_log_intr = ga_log_intr; in __amd_iommu_update_ga()
3975 if (!entry || !entry->lo.fields_vapic.guest_mode) in amd_iommu_update_ga()
4000 valid = entry->lo.fields_vapic.valid; in amd_iommu_activate_guest_mode()
4005 entry->lo.fields_vapic.valid = valid; in amd_iommu_activate_guest_mode()
4006 entry->lo.fields_vapic.guest_mode = 1; in amd_iommu_activate_guest_mode()
4009 entry->lo.fields_vapic.ga_tag = ir_data->ga_tag; in amd_iommu_activate_guest_mode()
[all …]
H A Ddebugfs.c269 !irte->lo.fields_vapic.valid) in dump_128_irte()
H A Damd_iommu_types.h1008 } fields_vapic; member