| /openbmc/qemu/tests/unit/ |
| H A D | test-nested-aio-poll.c | 3 * Test that poll handlers are not re-entrant in nested aio_poll() 9 * handler calls nested aio_poll() before the condition is reset, then infinite 12 * aio_poll() is supposed to prevent this by disabling poll handlers in nested 28 bool nested; member 50 g_assert(!td->nested); in io_poll_ready() 51 td->nested = true; in io_poll_ready() 53 /* Wake the following nested aio_poll() call */ in io_poll_ready() 56 /* This nested event loop must not call io_poll()/io_poll_ready() */ in io_poll_ready() 59 td->nested = false; in io_poll_ready() 120 g_test_add_func("/nested-aio-poll", test); in main()
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | exception_utils.hpp | 33 * Returns a vector containing the specified exception and any nested inner 36 * If the exception contains nested inner exceptions, the returned vector will 39 * This function makes it easier to handle nested exceptions. You can iterate 48 * Gets the error messages from the specified exception and any nested inner 51 * If the exception contains nested inner exceptions, the messages in the 67 * Builds a vector containing the specified exception and any nested inner 80 * Gets the error messages from the specified exception and any nested inner
|
| H A D | error_logging_utils.hpp | 33 * Logs an error based on the specified exception and any nested inner 44 * Logs an error, if necessary, based on the specified exception and any nested 48 * nested inner exceptions. 75 * Inspects the specified exception and any nested inner exceptions. Returns
|
| H A D | exception_utils.cpp | 45 // If this exception is nested, add inner exception(s) to vector in getExceptions() 64 // If this exception is nested, get messages from inner exception(s) in getMessages()
|
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | redfish.py | 151 Parse through the nested dictionary and extract resource ID paths. 153 This function traverses a nested dictionary and extracts resource ID paths. 154 The function takes the data argument, which is expected to be a nested 163 data (dict): A nested dictionary containing resource 175 # Recursion if nested dictionary found. 200 Parse through the nested dictionary and retrieve the value associated with 203 This function traverses a nested dictionary and retrieves the value 205 which is expected to be a nested dictionary containing resource 209 search for in the nested dictionary. 215 data (dict): A nested dictionary containing resource information. [all …]
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | error_logging_utils_tests.cpp | 83 // Log error based on the nested exception in TEST() 101 // Test where exception is not nested in TEST() 123 // Log error based on the nested exception in TEST() 129 // Test where exception is nested in TEST() 158 // Log error based on the nested exception in TEST() 186 // Log error based on the nested exception in TEST() 221 // Log error based on the nested exception in TEST() 257 // Log error based on the nested exception in TEST() 289 // Log error based on the nested exception in TEST() 320 // Log error based on the nested exception in TEST() [all …]
|
| H A D | exception_utils_tests.cpp | 41 // Create nested exception with two nesting levels in TEST() 130 // Test where exception is not nested in TEST() 164 // Test where exception is nested in TEST() 247 // Test where exception is not nested in TEST() 256 // Test where exception is nested in TEST() 287 // Test where nested exception is not a child of std::exception in TEST()
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | alternate-nested.err | 1 alternate-nested.json: In alternate 'Alt2': 2 alternate-nested.json:4: branch 'nested' cannot use alternate type 'Alt1'
|
| H A D | nested-struct-data.err | 1 nested-struct-data.json: In command 'foo': 2 nested-struct-data.json:2: 'data' member 'a' should be a type name or array
|
| H A D | nested-struct-data-invalid-dict.err | 1 nested-struct-data-invalid-dict.json: In command 'foo': 2 nested-struct-data-invalid-dict.json:3: 'data' member 'a' misses key 'type'
|
| H A D | alternate-nested.json | 1 # we reject a nested alternate branch 5 'data': { 'nested': 'Alt1', 'b': 'bool' } }
|
| H A D | include-nested-err.err | 1 In file included from include-nested-err.json:1:
|
| H A D | args-member-array-bad.json | 2 { 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_aarch64_rme_virt.py | 3 # Functional test that boots a Realms environment on virt machine and a nested 20 # Boot the (nested) guest VM 31 # Detect Realm activation during (nested) guest boot. 34 # Wait for (nested) guest boot to complete. 38 # query (nested) guest cca report 58 # and launching a nested VM using it.
|
| H A D | test_aarch64_device_passthrough.py | 3 # Boots a nested guest and compare content of a device (passthrough) to a 41 # boot nested guest and execute /host/nested_guest.sh 91 # supporting it with two nvme disks attached, and launching a nested VM
|
| H A D | test_aarch64_rme_sbsaref.py | 4 # nested guest VM using it. 30 # and launching a nested VM using it.
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_caps.c | 450 error_setg(errp, "Nested-HV only supported on POWER9 and later"); in cap_nested_kvm_hv_apply() 451 error_append_hint(errp, "Try appending -machine cap-nested-hv=off\n"); in cap_nested_kvm_hv_apply() 458 error_setg(errp, "Nested-HV only supported on POWER9 and later"); in cap_nested_kvm_hv_apply() 466 "KVM implementation does not support Nested-HV"); in cap_nested_kvm_hv_apply() 468 "Try appending -machine cap-nested-hv=off\n"); in cap_nested_kvm_hv_apply() 470 error_setg(errp, "Error enabling cap-nested-hv with KVM"); in cap_nested_kvm_hv_apply() 472 "Try appending -machine cap-nested-hv=off\n"); in cap_nested_kvm_hv_apply() 479 * Nested-HV vCPU env state to L2, so SMT-shared SPR updates, for in cap_nested_kvm_hv_apply() 484 error_setg(errp, "TCG does not support nested-HV with SMT"); in cap_nested_kvm_hv_apply() 485 error_append_hint(errp, "Try appending -machine cap-nested-hv=off " in cap_nested_kvm_hv_apply() [all …]
|
| H A D | spapr_nested.c | 20 spapr->nested.capabilities_set = false; in spapr_nested_reset() 25 spapr->nested.api = 0; in spapr_nested_reset() 31 return spapr->nested.api; in spapr_nested_api() 43 patb = spapr->nested.ptcr & PTCR_PATB; in spapr_get_pate_nested_hv() 44 pats = spapr->nested.ptcr & PTCR_PATS; in spapr_get_pate_nested_hv() 68 return spapr->nested.guests ? in spapr_get_nested_guest() 69 g_hash_table_lookup(spapr->nested.guests, in spapr_get_nested_guest() 105 spapr->nested.ptcr = ptcr; /* Save new partition table */ in h_set_ptbl() 116 * The spapr virtual hypervisor nested HV implementation retains no L2 in h_tlb_invalidate() 228 * Nested HV does not tag TLB entries between L1 and L2, so must in nested_post_load_state() [all …]
|
| /openbmc/u-boot/arch/mips/lib/ |
| H A D | genex.S | 170 NESTED(except_vec3_generic, 0, sp) 176 NESTED(except_vec_ejtag_debug, 0, sp) 182 NESTED(handle_reserved, PT_SIZE, sp) 193 NESTED(handle_ejtag_debug, PT_SIZE, sp)
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish_utils.py | 184 # Recursively search the "target" key in the nested dictionary. 372 Parse through the nested dictionary and get the resource id paths. 374 data Nested dictionary data from response message. 380 # Recursion if nested dictionary found. 411 Parse through the nested dictionary and get the searched key value. 414 data Nested dictionary data from response message.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
| H A D | 0001-src-indent.c-correct-the-check-for-locale.h.patch | 15 …../../indent-2.2.12/src/indent.c:1062:5: error: nested extern declaration of 'setlocale' [-Werror=…
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | hyperv.rst | 143 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When 160 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When 166 hv-evmcs is enabled. It may make sense to measure your nested workload with and 174 is delivered via normal interrupt. It is known that nested Hyper-V can only 229 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When 249 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When 298 is only used in nested configurations (Hyper-V, WSL2), enabling it for regular
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0010-Fix-for-framerate-with-nested-composition.patch | 4 Subject: [PATCH] Fix for framerate with nested composition 6 frame rate appears irregular and lower than expected when using nested composition.
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 072 | 4 # Test case for nested image formats 47 echo "=== Testing nested image formats ==="
|
| /openbmc/qemu/block/ |
| H A D | io_uring.c | 116 * The function is somewhat tricky because it supports nested event loops, for 119 * Function schedules BH completion so it can be called again in a nested 135 * Request completion callbacks can run the nested event loop. in luring_process_completions() 136 * Schedule ourselves so the nested event loop will "see" remaining in luring_process_completions() 138 * callbacks that wait for other requests using a nested event loop in luring_process_completions() 164 /* Change counters one-by-one because we can be nested. */ in luring_process_completions()
|