Searched refs:access_type (Results 1 – 2 of 2) sorted by relevance
2401 uint64_t qual, access_type; in apic_access_vmexit_handler() local2406 access_type = apic_access_type(qual); in apic_access_vmexit_handler()2423 …if (((access_type == TYPE_LINEAR_APIC_INST_READ) || (access_type == TYPE_LINEAR_APIC_INST_WRITE)) … in apic_access_vmexit_handler()2428 if (access_type == TYPE_LINEAR_APIC_INST_WRITE) { in apic_access_vmexit_handler()2445 pr_err("%s, unhandled access type: %lu\n", __func__, access_type); in apic_access_vmexit_handler()
440 #define OFFSET_INTO_VMCS12(group_idx, field_idx, width_in_bytes, access_type) \ argument443 access_type * sizeof(uint32_t))
Completed in 11 milliseconds