Lines Matching refs:is_master
38 arch.hvm_domain.vpic[!vpic->is_master]))
40 vpic[!(v)->is_master])->irq_lock
44 #define vpic_elcr_mask(v) (vpic->is_master ? (uint8_t)0xf8 : (uint8_t)0xde);
85 if ( vpic->special_fully_nested_mode && vpic->is_master && (irq == 2) ) in vpic_get_highest_priority_irq()
102 TRACE_3D(TRC_HVM_EMUL_PIC_INT_OUTPUT, vpic->int_output, vpic->is_master, in vpic_update_int_output()
112 if ( vpic->is_master ) in vpic_update_int_output()
129 else if ( !vpic->is_master ) in vpic_update_int_output()
143 TRACE_2D(TRC_HVM_EMUL_PIC_INTACK, vpic->is_master, irq); in __vpic_intack()
169 if ( (irq == 2) && vpic->is_master ) in vpic_intack()
361 if ( vpic->is_master ) in vpic_intercept_elcr_io()
426 vpic->is_master = 1; in vpic_reset()