/openbmc/linux/arch/x86/kvm/ |
H A D | irq_comm.c | 70 if (!kvm_apic_match_dest(vcpu, src, irq->shorthand, in kvm_irq_delivery_to_apic() 121 irq->shorthand = APIC_DEST_NOSHORT; in kvm_set_msi_irq() 347 if (!kvm_apic_match_dest(vcpu, NULL, irq->shorthand, in kvm_intr_is_single_vcpu()
|
H A D | lapic.c | 1066 int shorthand, unsigned int dest, int dest_mode) in kvm_apic_match_dest() argument 1072 switch (shorthand) { in kvm_apic_match_dest() 1147 if (irq->shorthand == APIC_DEST_SELF && src) { in kvm_apic_map_get_dest_lapic() 1151 } else if (irq->shorthand) in kvm_apic_map_get_dest_lapic() 1217 if (irq->shorthand == APIC_DEST_SELF) { in kvm_irq_delivery_to_apic_fast() 1265 if (irq->shorthand) in kvm_intr_is_single_vcpu_fast() 1420 irq->shorthand, in kvm_bitmap_or_dest_vcpus() 1515 irq.shorthand = icr_low & APIC_SHORT_MASK; in kvm_apic_send_ipi()
|
H A D | ioapic.c | 413 irq.shorthand = APIC_DEST_NOSHORT; in ioapic_write_indirect() 459 irqe.shorthand = APIC_DEST_NOSHORT; in ioapic_service()
|
H A D | lapic.h | 105 int shorthand, unsigned int dest, int dest_mode);
|
H A D | xen.c | 482 irq.shorthand = APIC_DEST_NOSHORT; in kvm_xen_inject_vcpu_vector()
|
H A D | hyperv.c | 489 irq.shorthand = APIC_DEST_SELF; in synic_set_irq()
|
/openbmc/qemu/target/i386/ |
H A D | cpu-dump.c | 199 static inline const char *shorthand2str(uint32_t shorthand) in shorthand2str() argument 204 return str[shorthand]; in shorthand2str()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | apicdef.h | 311 shorthand : 2, member
|
H A D | kvm_host.h | 1542 u32 shorthand; member
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | avic.c | 401 int shorthand = icrl & APIC_SHORT_MASK; in avic_kick_target_vcpus_fast() local 405 if (shorthand != APIC_DEST_NOSHORT) in avic_kick_target_vcpus_fast()
|
/openbmc/u-boot/doc/ |
H A D | README.kconfig | 41 In U-Boot, "make defconfig" is a shorthand of "make sandbox_defconfig"
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-decoder-cmd.rst | 96 meanings: speed 0 is shorthand for 1000 (normal playback). A speed
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | configuration.rst | 316 # or shorthand 331 # or shorthand, because the 'local' flag is implicit if 'static' is not
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kconfig-macro-language.rst | 201 a variable as a shorthand for an expression that consists of multiple tokens.
|
H A D | makefiles.rst | 466 When kbuild is executing with KBUILD_VERBOSE unset, then only a shorthand 858 Kbuild provides the following shorthand for this:: 967 Kbuild provides the following shorthand for this:: 1376 The ``: %: %.o`` part of the prerequisite is a shorthand that
|
H A D | kconfig-language.rst | 114 This is a shorthand notation for a type definition plus a value.
|
/openbmc/linux/Documentation/i2c/ |
H A D | smbus-protocol.rst | 74 others, it is a shorthand if you want to read the same register as in
|
/openbmc/linux/Documentation/driver-api/ |
H A D | clk.rst | 34 serve as a convenient shorthand for the implementation of the
|
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 215 type. The form STRING is shorthand for :code:`{ 'name': STRING }`. The 289 The form TYPE-REF_ is shorthand for :code:`{ 'type': TYPE-REF }`. 356 type. The type must a struct type. The form TYPE-REF_ is shorthand 413 its type. The form STRING is shorthand for :code:`{ 'type': STRING }`. 697 shorthand for ``{ 'name': STRING }``.
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | CHANGELOG | 1726 1.x and 2.x both let you call a Tag object as a shorthand for 1727 fetch(). For instance, foo("bar") is a shorthand for 1729 of a Tag object as a shorthand for first(). For instance, foo.barTag 1730 is a shorthand for foo.first("bar"). By chaining these shortcuts you 1809 makes tag.string a shorthand for tag.contents[0].string when the tag
|
/openbmc/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 14 of types using a shorthand syntax and refers to several expository,
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 559 To find the argument shorthand for the class you need to examine the
|
H A D | removed-features.rst | 1202 backing_fmt=`` (or the shorthand ``-F`` during create) to specify the
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 29 "tpacpi" is used as a shorthand where "thinkpad-acpi" would be too
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 619 -global driver.prop=value is shorthand for -global 2407 "-vnc <display> shorthand for -display vnc=<display>\n", QEMU_ARCH_ALL) 4621 "-s shorthand for -gdb tcp::" DEFAULT_GDBSTUB_PORT "\n",
|