Home
last modified time | relevance | path

Searched refs:masked (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h131 bool_t masked; member
146 #define pirq_masked(d, pirq) pirq_field(d, pirq, masked, 0)
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dirq.h167 bool masked; member
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c136 pirq_dpci->masked = 0; in pt_pirq_softirq_reset()
150 pirq_dpci->masked = 0; in pt_irq_guest_eoi()
809 pirq_dpci->masked = 1; in hvm_do_IRQ_dpci()
874 if ( test_and_clear_bool(pirq_dpci->masked) ) in hvm_dirq_assist()
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dservices.c383 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-4.10.0-shim-comet/xen/arch/x86/
A Dirq.c1125 if ( test_and_clear_bool(pirq_info(d, pirq)->masked) ) in irq_guest_eoi_timer_fn()
1189 !test_and_set_bool(pirq->masked) ) in __do_IRQ_guest()
1453 if ( unlikely(!test_and_clear_bool(pirq->masked)) || in desc_guest_eoi()
1500 if ( pirqs[i]->masked && in pirq_guest_unmask()
1718 if ( test_and_clear_bool(pirq->masked) && in __pirq_guest_unbind()
1725 if ( test_and_clear_bool(pirq->masked) && in __pirq_guest_unbind()
1741 BUG_ON(pirq->masked); in __pirq_guest_unbind()
2319 (info->masked ? 'M' : '-')); in dump_irqs()
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h49 u8 masked : 1; member

Completed in 17 milliseconds