/openbmc/linux/include/trace/events/ |
H A D | huge_memory.h | 59 int referenced, int none_or_zero, int status, int unmapped), 61 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped), 67 __field(int, referenced) 77 __entry->referenced = referenced; 83 …TP_printk("mm=%p, scan_pfn=0x%lx, writable=%d, referenced=%d, none_or_zero=%d, status=%s, unmapped… 87 __entry->referenced, 120 int referenced, bool writable, int status), 122 TP_ARGS(page, none_or_zero, referenced, writable, status), 127 __field(int, referenced) 135 __entry->referenced = referenced; [all …]
|
/openbmc/linux/drivers/memory/ |
H A D | jz4780-nemc.c | 61 * jz4780_nemc_num_banks() - count the number of banks referenced by a device 72 unsigned long referenced = 0; in jz4780_nemc_num_banks() local 77 if (!(referenced & BIT(bank))) { in jz4780_nemc_num_banks() 78 referenced |= BIT(bank); in jz4780_nemc_num_banks() 278 unsigned long referenced; in jz4780_nemc_probe() local 341 referenced = 0; in jz4780_nemc_probe() 351 referenced = 0; in jz4780_nemc_probe() 355 referenced |= BIT(bank); in jz4780_nemc_probe() 358 if (!referenced) { in jz4780_nemc_probe() 362 } else if (nemc->banks_present & referenced) { in jz4780_nemc_probe() [all …]
|
/openbmc/linux/mm/ |
H A D | page_idle.c | 57 bool referenced = false; in page_idle_clear_pte_refs_one() local 63 * For PTE-mapped THP, one sub page is referenced, in page_idle_clear_pte_refs_one() 64 * the whole THP is referenced. in page_idle_clear_pte_refs_one() 67 referenced = true; in page_idle_clear_pte_refs_one() 70 referenced = true; in page_idle_clear_pte_refs_one() 77 if (referenced) { in page_idle_clear_pte_refs_one() 80 * We cleared the referenced bit in a mapping to this page. To in page_idle_clear_pte_refs_one() 142 * The page might have been referenced via a in page_idle_bitmap_read()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/ |
H A D | 0001-testsuite-Add-tmp-orc.c-for-missing-_orc_code_orc_de.patch | 9 | >>> referenced by schroorc.h:1312 (../schroedinger/schroorc.h:1312) 11 | >>> referenced by schroorc.h:1312 (../schroedinger/schroorc.h:1312) 15 | >>> referenced by wavelet_max_gain.c:281 (/usr/src/debug/schroedinger/1.0.11-r0/testsuite/wavelet… 17 | >>> referenced by wavelet_max_gain.c:281 (/usr/src/debug/schroedinger/1.0.11-r0/testsuite/wavelet…
|
/openbmc/libcper/specification/json/sections/ |
H A D | cper-firmware.json | 10 … "description": "Identifies the type of firmware error record that is referenced by this section", 19 …"description": "This value uniquely identifies the firmware error record referenced by this sectio… 23 …"description": "This value uniquely identifies the firmware error record referenced by this sectio…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Connection.v1_4_0.json | 529 …the initiator endpoint groups associated with this connection. If the referenced endpoint groups … 541 …t are the initiator endpoints associated with this connection. If the referenced endpoints contai… 558 …re the target endpoint groups associated with this connection. If the referenced endpoint groups … 570 …that are the target endpoints associated with this connection. If the referenced endpoints contai… 640 …referenced by the `InitiatorEndpoints` or `InitiatorEndpointGroups` properties shall be given acce… 707 …referenced by the `InitiatorEndpoints` or `InitiatorEndpointGroups` properties shall be given acce… 742 … provided, the service shall remove all entries associated with volume referenced by the `Volume` … 830 …sible logical unit number (LUN) assigned to this volume for initiators referenced by the `Initiato… 841 …referenced by the `InitiatorEndpoints` or `InitiatorEndpointGroups` properties shall be given acce…
|
H A D | UpdateService.v1_15_0.json | 79 …e` resource. The generated public key is stored in the `Key` resource referenced by the `PublicId… 80 …The service shall store the generated public key in the `Key` resource referenced by the `PublicId… 519 …to a collection of client identity certificates provided to the server referenced by the `ImageURI… 520 …sents the client identity certificates that are provided to the server referenced by the `ImageURI… 640 …tion": "The link to a collection of server certificates for the server referenced by the `ImageURI… 641 …cateCollection` that represents the server certificates for the server referenced by the `ImageURI… 647 …nk to a collection of keys that can be used to authenticate the server referenced by the `ImageURI… 648 …ype `KeyCollection` that represents the server SSH keys for the server referenced by the `ImageURI… 690 …ation of whether the service will verify the certificate of the server referenced by the `ImageURI… 691 … referenced by the `ImageURI` parameter in `SimpleUpdate` prior to sending the transfer request wi… [all …]
|
H A D | VirtualMedia.v1_6_4.json | 291 …tion": "The link to a collection of server certificates for the server referenced by the `Image` p… 292 …cateCollection` that represents the server certificates for the server referenced by the `Image` p… 298 …to a collection of client identity certificates provided to the server referenced by the `Image` p… 299 …sents the client identity certificates that are provided to the server referenced by the `Image` p… 457 …ation of whether the service will verify the certificate of the server referenced by the `Image` p… 458 …server referenced by the `Image` property prior to completing the remote media connection with the…
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_bpf.c | 374 * This must be invoked for referenced PTR_TO_BTF_ID. 376 * @nfct - Pointer to referenced nf_conn___init object, obtained 397 * This must be invoked for referenced PTR_TO_BTF_ID, and the verifier rejects 402 * @nf_conn - Pointer to referenced nf_conn object, obtained using 416 * @nfct - Pointer to referenced nf_conn object, obtained using 431 * @nfct - Pointer to referenced nf_conn object, obtained using 443 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn___init. 446 * @nfct - Pointer to referenced nf_conn object, obtained using 458 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn. 461 * @nfct - Pointer to referenced nf_conn object, obtained using
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | omap3isp.rst | 76 Referenced 2011-03-05. 79 <URL:http://www.ti.com/litv/pdf/spruf98o> Referenced 2011-03-05. 83 Referenced 2011-03-05. 86 <URL:http://www.ti.com/litv/pdf/sprugn4h> Referenced 2011-03-06.
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | idle_page_tracking.rst | 81 considered referenced if it has been recently accessed via a process address 96 exceeding the dirty memory limit, it is not marked referenced. 101 section), and cleared automatically whenever a page is referenced as defined 107 as noted above, uses the Accessed bit to promote actively referenced pages, one 111 Accessed bit and therefore will consider such a page as referenced.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
H A D | 0001-Makefile.am-Add-missing-link-with-zlib.patch | 11 | >>> referenced by ../src/lib/src/.libs/libfwts.so 14 | >>> referenced by ../src/lib/src/.libs/libfwts.so 17 | >>> referenced by ../src/lib/src/.libs/libfwts.so
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/ |
H A D | 0005-test-common-CMakeLists.txt-add-missing-link-with-dlt.patch | 12 >>> referenced by test/common/libvsomeip_utilities.so 15 >>> referenced by test/common/libvsomeip_utilities.so 18 >>> referenced by test/common/libvsomeip_utilities.so
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | lantiq,pinctrl-xway.txt | 116 Pinconf pins can be referenced via the names io0-io31. 119 Pinconf pins can be referenced via the names io0-io31. 122 Pinconf pins can be referenced via the names io0-io55. 125 Pinconf pins can be referenced via the names io0-io49. 128 Pinconf pins can be referenced via the names io0-io1,io3-io6,io8-io11,
|
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/ |
H A D | graph.rst | 30 The data structure may be referenced to elsewhere in the ACPI tables 158 https://uefi.org/specifications/ACPI/6.4/, referenced 2021-11-30. 162 [devicetree] Devicetree. https://www.devicetree.org, referenced 2016-10-03. 165 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced 173 referenced 2021-11-30.
|
H A D | leds.rst | 95 https://uefi.org/specifications/ACPI/6.4/, referenced 2021-11-30. 99 [devicetree] Devicetree. https://www.devicetree.org, referenced 2019-02-21. 102 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Connection_v1.xml | 114 … provided, the service shall remove all entries associated with volume referenced by the `Volume` … 172 …referenced by the `InitiatorEndpoints` or `InitiatorEndpointGroups` properties shall be given acce… 225 …t are the initiator endpoints associated with this connection. If the referenced endpoints contai… 231 …that are the target endpoints associated with this connection. If the referenced endpoints contai… 237 …the initiator endpoint groups associated with this connection. If the referenced endpoint groups … 243 …re the target endpoint groups associated with this connection. If the referenced endpoint groups … 309 …referenced by the `InitiatorEndpoints` or `InitiatorEndpointGroups` properties shall be given acce… 375 …sible logical unit number (LUN) assigned to this volume for initiators referenced by the `Initiato… 478 …referenced by the `InitiatorEndpoints` or `InitiatorEndpointGroups` properties shall be given acce…
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | pnfs.rst | 7 Each data server can be referenced by multiple devices. Each device 8 can be referenced by multiple layouts. To keep all of this straight, 34 nfs4_deviceid_cache). The cache itself is referenced across each
|
/openbmc/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 54 "An instruction fetch referenced a virtual address at a ring level less than CRING"}, 56 …"An instruction fetch referenced a page mapped with an attribute that does not permit instruction … 62 "A load or store referenced a virtual address at a ring level less than CRING"}, 64 "A load referenced a page mapped with an attribute that does not permit loads"},
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | UpdateService.v1_15_0.json | 79 …e` resource. The generated public key is stored in the `Key` resource referenced by the `PublicId… 80 …The service shall store the generated public key in the `Key` resource referenced by the `PublicId… 519 …to a collection of client identity certificates provided to the server referenced by the `ImageURI… 520 …sents the client identity certificates that are provided to the server referenced by the `ImageURI… 640 …tion": "The link to a collection of server certificates for the server referenced by the `ImageURI… 641 …cateCollection` that represents the server certificates for the server referenced by the `ImageURI… 647 …nk to a collection of keys that can be used to authenticate the server referenced by the `ImageURI… 648 …ype `KeyCollection` that represents the server SSH keys for the server referenced by the `ImageURI… 690 …ation of whether the service will verify the certificate of the server referenced by the `ImageURI… 691 … referenced by the `ImageURI` parameter in `SimpleUpdate` prior to sending the transfer request wi… [all …]
|
H A D | VirtualMedia.v1_6_4.json | 291 …tion": "The link to a collection of server certificates for the server referenced by the `Image` p… 292 …cateCollection` that represents the server certificates for the server referenced by the `Image` p… 298 …to a collection of client identity certificates provided to the server referenced by the `Image` p… 299 …sents the client identity certificates that are provided to the server referenced by the `Image` p… 457 …ation of whether the service will verify the certificate of the server referenced by the `Image` p… 458 …server referenced by the `Image` property prior to completing the remote media connection with the…
|
/openbmc/linux/Documentation/filesystems/ |
H A D | automount-support.rst | 60 (it's only referenced by its parent vfsmount), then it will be deleted 87 If the mountpoint in question is in referenced by something other than 94 Otherwise if it was already marked and it wasn't referenced, unmounting will
|
/openbmc/linux/Documentation/devicetree/bindings/iio/ |
H A D | common.yaml | 16 is meant to be referenced by device tree bindings. 18 When referenced from sensor tree bindings the properties defined in this
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | synopsys,dw-hdmi.yaml | 15 binding specification by itself but is meant to be referenced by device tree 18 When referenced from platform device tree bindings the properties defined in
|
H A D | snps,dw-mipi-dsi.yaml | 15 by itself but is meant to be referenced by platform-specific device tree 18 When referenced from platform device tree bindings the properties defined in
|