Searched refs:is_master (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | vpic.c | 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() [all …]
|
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/hvm/ |
A D | save.h | 348 uint8_t is_master:1; member
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-hvmctx.c | 223 p.is_master, p.elcr, p.int_output); in dump_pic()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | formats | 219 …d %(tsc)d (+%(reltsc)8d) vpic_update_int_output [ int_output = %(1)d, is_master = %(2)d, irq = %… 221 0x0008400d CPU%(cpu)d %(tsc)d (+%(reltsc)8d) __vpic_intack [ is_master = %(1)d, irq = %(2)d ]
|
Completed in 7 milliseconds