Searched refs:shorthand (Results 1 – 16 of 16) sorted by relevance
/linux/arch/x86/kvm/ |
A D | irq_comm.c | 68 if (!kvm_apic_match_dest(vcpu, src, irq->shorthand, in kvm_irq_delivery_to_apic() 119 irq->shorthand = APIC_DEST_NOSHORT; in kvm_set_msi_irq() 333 if (!kvm_apic_match_dest(vcpu, NULL, irq->shorthand, in kvm_intr_is_single_vcpu()
|
A D | lapic.c | 843 int shorthand, unsigned int dest, int dest_mode) in kvm_apic_match_dest() argument 849 switch (shorthand) { in kvm_apic_match_dest() 925 if (irq->shorthand == APIC_DEST_SELF && src) { in kvm_apic_map_get_dest_lapic() 929 } else if (irq->shorthand) in kvm_apic_map_get_dest_lapic() 995 if (irq->shorthand == APIC_DEST_SELF) { in kvm_irq_delivery_to_apic_fast() 1039 if (irq->shorthand) in kvm_intr_is_single_vcpu_fast() 1196 irq->shorthand, in kvm_bitmap_or_dest_vcpus() 1288 irq.shorthand = icr_low & APIC_SHORT_MASK; in kvm_apic_send_ipi()
|
A D | ioapic.c | 384 irq.shorthand = APIC_DEST_NOSHORT; in ioapic_write_indirect() 430 irqe.shorthand = APIC_DEST_NOSHORT; in ioapic_service()
|
A D | lapic.h | 92 int shorthand, unsigned int dest, int dest_mode);
|
A D | hyperv.c | 457 irq.shorthand = APIC_DEST_SELF; in synic_set_irq()
|
A D | x86.c | 8809 lapic_irq.shorthand = APIC_DEST_NOSHORT; in kvm_pv_kick_cpu_op()
|
/linux/arch/x86/include/asm/ |
A D | apicdef.h | 313 shorthand : 2, member
|
A D | kvm_host.h | 1296 u32 shorthand; member
|
/linux/Documentation/networking/dsa/ |
A D | configuration.rst | 313 # or shorthand 328 # or shorthand, because the 'local' flag is implicit if 'static' is not
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-decoder-cmd.rst | 96 meanings: speed 0 is shorthand for 1000 (normal playback). A speed
|
/linux/Documentation/kbuild/ |
A D | kconfig-macro-language.rst | 201 a variable as a shorthand for an expression that consists of multiple tokens.
|
A D | makefiles.rst | 541 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand 902 Kbuild provides the following shorthand for this: 1008 Kbuild provides the following shorthand for this: 1383 The ": %: %.o" part of the prerequisite is a shorthand that
|
A D | kconfig-language.rst | 114 This is a shorthand notation for a type definition plus a value.
|
/linux/Documentation/i2c/ |
A D | smbus-protocol.rst | 74 others, it is a shorthand if you want to read the same register as in
|
/linux/Documentation/driver-api/ |
A D | clk.rst | 34 serve as a convenient shorthand for the implementation of the
|
/linux/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 29 "tpacpi" is used as a shorthand where "thinkpad-acpi" would be too
|
Completed in 61 milliseconds