Searched refs:short_hand (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | vlapic.c | 243 int short_hand, uint32_t dest, bool_t dest_mode) in vlapic_match_dest() argument 247 target, source, dest, dest_mode, short_hand); in vlapic_match_dest() 249 switch ( short_hand ) in vlapic_match_dest() 321 uint32_t short_hand = icr & APIC_SHORT_MASK; in vlapic_init_sipi_action() local 331 short_hand, dest, dest_mode) ) in vlapic_init_sipi_action() 388 int short_hand, uint32_t dest, bool_t dest_mode) in vlapic_lowest_prio() argument 449 if ( short_hand ) in is_multicast_dest() 450 return short_hand != APIC_DEST_SELF; in is_multicast_dest() 467 unsigned int short_hand = icr_low & APIC_SHORT_MASK; in vlapic_ipi() local 491 vlapic_domain(vlapic), vlapic, short_hand, dest, dest_mode); in vlapic_ipi() [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | vlapic.h | 142 int short_hand, uint32_t dest, bool_t dest_mode); 146 int short_hand, uint32_t dest, bool_t dest_mode);
|
Completed in 5 milliseconds