Searched refs:masked (Results 1 – 12 of 12) sorted by relevance
/xen/xen/drivers/vpci/ |
A D | msix.c | 39 (msix->masked ? PCI_MSIX_FLAGS_MASKALL : 0); in control_read() 82 if ( new_masked == msix->masked && new_enabled == msix->enabled ) in control_write() 95 if ( new_enabled && !new_masked && (!msix->enabled || msix->masked) ) in control_write() 99 if ( msix->entries[i].masked || !msix->entries[i].updated || in control_write() 144 msix->masked = new_masked; in control_write() 258 (uint64_t)(entry->masked ? PCI_MSIX_VECTOR_BITMASK : 0) << 32; in msix_read() 262 *data = entry->masked ? PCI_MSIX_VECTOR_BITMASK : 0; in msix_read() 356 if ( entry->masked == new_masked ) in msix_write() 364 entry->masked = new_masked; in msix_write() 379 vpci_msix_arch_mask_entry(entry, pdev, entry->masked); in msix_write() [all …]
|
A D | msi.c | 314 msix->max_entries, msix->masked, msix->enabled); in vpci_dump_msi()
|
/xen/xen/include/xen/ |
A D | irq.h | 133 bool masked; member 149 #define pirq_masked(d, pirq) pirq_field(d, pirq, masked, 0)
|
A D | vpci.h | 129 bool masked : 1; member 134 bool masked : 1; member
|
/xen/xen/drivers/passthrough/ |
A D | io.c | 136 pirq_dpci->masked = 0; in pt_pirq_softirq_reset() 151 pirq_dpci->masked = 0; in pt_irq_guest_eoi() 831 pirq_dpci->masked = 1; in hvm_do_IRQ_dpci() 897 if ( test_and_clear_bool(pirq_dpci->masked) ) in hvm_dirq_assist()
|
/xen/xen/arch/x86/hvm/ |
A D | vmsi.c | 639 static unsigned int msi_gflags(uint16_t data, uint64_t addr, bool masked) in msi_gflags() argument 657 (masked ? 0 : XEN_DOMCTL_VMSI_X86_UNMASKED); in msi_gflags() 859 table_base, entry->masked); in vpci_msix_arch_enable_entry() 902 entry->masked, entry->arch.pirq); in vpci_msix_arch_print()
|
/xen/xen/include/asm-x86/hvm/ |
A D | irq.h | 171 bool masked; member
|
/xen/xen/arch/x86/hvm/viridian/ |
A D | synic.c | 287 vv->sint[i].masked = 1; in viridian_synic_vcpu_init() 363 if ( !vs->masked ) in viridian_synic_deliver_timer_msg()
|
/xen/xen/arch/x86/ |
A D | irq.c | 1141 if ( test_and_clear_bool(pirq_info(d, pirq)->masked) ) in irq_guest_eoi_timer_fn() 1424 if ( unlikely(!test_and_clear_bool(pirq->masked)) || in desc_guest_eoi() 1473 if ( pirqs[i]->masked && in pirq_guest_unmask() 1701 if ( test_and_clear_bool(pirq->masked) && in __pirq_guest_unbind() 1708 if ( test_and_clear_bool(pirq->masked) && in __pirq_guest_unbind() 1724 BUG_ON(pirq->masked); in __pirq_guest_unbind() 1884 !test_and_set_bool(pirq->masked) ) in do_IRQ_guest() 2500 unsigned int pending = 2, masked = 2; in dump_irqs() local 2509 masked = evtchn_is_masked(d, evtchn); in dump_irqs() 2514 "-M?"[masked], info->masked ? 'M' : '-', in dump_irqs()
|
/xen/xen/xsm/flask/ss/ |
A D | services.c | 383 u32 masked = 0; in type_attribute_bounds_av() local 399 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 416 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 434 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 437 if ( masked ) in type_attribute_bounds_av() 440 avd->allowed &= ~masked; in type_attribute_bounds_av() 444 tclass, masked, "bounds"); in type_attribute_bounds_av()
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 51 u8 masked : 1; member
|
/xen/xen/include/asm-x86/guest/ |
A D | hyperv-tlfs.h | 832 u64 masked:1; member
|
Completed in 31 milliseconds