| /openbmc/qemu/docs/ |
| H A D | pcie_sriov.txt | 6 SR/IOV (Single Root I/O Virtualization) is an optional extended capability 24 capability. All VFs have the same BARs and BAR sizes. 34 you would need to add a PCI Express capability in the normal PCI 35 capability list. You might also want to add an ARI (Alternative 36 Routing-ID Interpretation) capability to indicate that your device 54 /* Add and initialize the SR/IOV capability */ 74 except for the SR/IOV capability. Then you need to set up the VF BARs as
|
| H A D | pcie_pci_bridge.txt | 35 Red Hat vendor-specific PCI capability, added to the root port 40 uint8_t id; Standard PCI capability header field 41 uint8_t next; Standard PCI capability header field 42 uint8_t len; Standard PCI vendor-specific capability header field 44 uint8_t type; Red Hat vendor-specific capability type 62 At the moment this capability is used only in QEMU generic PCIe root port 87 - Root ports: 1 QEMU generic root port with the capability mentioned above, 88 2 QEMU generic root ports without this capability;
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | AccountPermission.pm | 72 my ($chmod_noun,$add_remove,$capability) = (); 78 $capability = $3; 132 if ($capability =~ /s/) { 140 if ($capability =~ /t/) { 145 if ($capability =~ /[rwx]/) { 146 if ($capability =~ /r/) { 149 if ($capability =~ /w/) { 152 if ($capability =~ /x/) {
|
| /openbmc/openbmc/poky/meta/recipes-graphics/x11-common/ |
| H A D | xserver-nodm-init_3.0.bb | 12 file://capability.conf \ 44 install -D capability.conf ${D}${sysconfdir}/security/capability.conf 45 sed -i "s:@USER@:${XUSER}:" ${D}${sysconfdir}/security/capability.conf
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0010-Use-linux-capability.h-on-linux-systems-too.patch | 4 Subject: [PATCH] Use linux/capability.h on linux systems too 21 #include <linux/capability.h>
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libexosip2/ |
| H A D | libexosip2_5.3.0.bb | 1 SUMMARY = "Extend the capability of the oSIP library" 2 DESCRIPTION = "eXosip is a GPL library that extend the capability of \
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | qsd-migrate.out | 14 …et-capabilities", "arguments": {"capabilities": [{"capability": "events", "state": true}, {"capabi… 16 …et-capabilities", "arguments": {"capabilities": [{"capability": "events", "state": true}, {"capabi…
|
| /openbmc/qemu/backends/tpm/ |
| H A D | tpm_util.c | 230 uint32_t capability; in tpm_util_get_buffer_size() member 239 .capability = cpu_to_be32(TPM_CAP_PROPERTY), in tpm_util_get_buffer_size() 274 uint32_t capability; in tpm_util_get_buffer_size() member 283 .capability = cpu_to_be32(TPM2_CAP_TPM_PROPERTIES), in tpm_util_get_buffer_size() 290 uint32_t capability; in tpm_util_get_buffer_size() member
|
| /openbmc/openbmc/poky/meta/recipes-support/libcap-ng/ |
| H A D | libcap-ng.inc | 22 EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" 23 EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability…
|
| /openbmc/qemu/qapi/ |
| H A D | misc-arm.json | 9 # The struct describes capability for a specific GIC (Generic 34 # capability bits.
|
| H A D | error.json | 25 # required KVM capability is missing
|
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm2_tis_sandbox.c | 268 u32 capability, property, property_count, val; in sandbox_tpm2_xfer() local 375 capability = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 376 sent += sizeof(capability); in sandbox_tpm2_xfer() 382 switch (capability) { in sandbox_tpm2_xfer() 423 put_unaligned_be32(capability, recv); in sandbox_tpm2_xfer() 424 recv += sizeof(capability); in sandbox_tpm2_xfer() 426 switch (capability) { in sandbox_tpm2_xfer()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
| H A D | 0001-sample-Rename-dprintf-to-cyrus_dprintf.patch | 23 /* get the capability list */ 24 - dprintf(0, "receiving capability list... "); 25 + cyrus_dprintf(0, "receiving capability list... ");
|
| /openbmc/qemu/include/system/ |
| H A D | kvm.h | 443 #define kvm_vm_enable_cap(s, capability, cap_flags, ...) \ argument 446 .cap = capability, \ 455 #define kvm_vcpu_enable_cap(cpu, capability, cap_flags, ...) \ argument 458 .cap = capability, \
|
| /openbmc/u-boot/drivers/video/bridge/ |
| H A D | Kconfig | 17 LVDS capability, or where LVDS requires too many signals to route 26 to an eDP output device such as an SoC that lacks LVDS capability,
|
| /openbmc/openbmc-test-automation/ipmi/dcmi/ |
| H A D | test_dcmi_get_capabilities.robot | 38 FOR ${capability} IN @{supported_capabilities} 39 …Run Keyword And Continue On Failure Should Contain ${cmd_output} ${capability} ignore_case=True
|
| /openbmc/qemu/hw/timer/ |
| H A D | hpet.c | 85 uint64_t capability; /* capabilities */ member 435 return s->capability >> shift; in hpet_ram_read() 654 hpet_fw_cfg.hpet[s->hpet_id].event_timer_block_id = (uint32_t)s->capability; in hpet_reset() 727 s->capability = 0x8086a001ULL; in hpet_realize() 728 s->capability |= (s->num_timers - 1) << HPET_ID_NUM_TIM_SHIFT; in hpet_realize() 729 s->capability |= ((uint64_t)(HPET_CLK_PERIOD * FS_PER_NS) << 32); in hpet_realize()
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
| H A D | 0001-avoid-start-failure-with-bind-user.patch | 18 modprobe capability >/dev/null 2>&1 || true
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/capnproto/ |
| H A D | capnproto_1.0.2.bb | 2 DESCRIPTION = "Cap’n Proto is an insanely fast data interchange format and capability-based RPC sys…
|
| /openbmc/docs/designs/ |
| H A D | remote-bios-configuration.md | 93 BIOS must provide BIOS capability via KCS interface in early boot stage. BIOS 134 …| | Set BIOS capability |<---Req-/Res--> | Set the BIOS capability | | … 172 …| |Set BIOS capability |<---Req-/Res--> | Set the BIOS capability | | … 211 …| |Set BIOS capability |<---Req-/Res--> | Set the BIOS capability | | … 335 | | Send the BIOS capability Support| |--------KCS-------->| |1.Get the complete atttributes dat… 381 | | Send the BIOS capability Support| |--------KCS-------->| |1.Get the complete atttributes dat…
|
| /openbmc/u-boot/cmd/ |
| H A D | tpm-v2.c | 169 u32 capability, property, rc; in do_tpm_get_capability() local 183 capability = simple_strtoul(argv[1], NULL, 0); in do_tpm_get_capability() 188 rc = tpm2_get_capability(dev, capability, property, data, count); in do_tpm_get_capability()
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-xive.rst | 57 kernel, KVM will advertise the XIVE capability to QEMU or not. 60 depend on the XIVE KVM capability of the host. On older kernels 66 hypervisor will not advertise the KVM capability and QEMU will use the 128 IRQ_XIVE capability must be present for KVM`` 133 IRQ_XIVE capability must be present for KVM``
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | migration-qmp.h | 22 void migrate_set_capability(QTestState *who, const char *capability,
|
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-tis-util.c | 50 uint32_t capability; in tpm_tis_test_check_localities() local 59 capability = readl(TIS_REG(locty, TPM_TIS_REG_INTF_CAPABILITY)); in tpm_tis_test_check_localities() 60 g_assert_cmpint(capability, ==, TPM_TIS_CAPABILITIES_SUPPORTED2_0); in tpm_tis_test_check_localities()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | trace-events | 19 s390_pci_clp_cap(const char *id, uint32_t cap) "PCI: %s: missing expected CLP capability %u" 20 …ap_size(const char *id, uint32_t size, uint32_t cap) "PCI: %s: bad size (%u) for CLP capability %u"
|