Home
last modified time | relevance | path

Searched full:sites (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbmc/linux/kernel/
H A Dstatic_call_inline.c31 /* mutex to protect key modules/sites */
159 .sites = static_call_key_sites(key), in __static_call_update()
166 if (!site_mod->sites) { in __static_call_update()
172 * 'first' entry has no sites associated with it. in __static_call_update()
187 for (site = site_mod->sites; in __static_call_update()
246 * the sites pointer in the key itself. Also see in __static_call_init()
253 key->sites = site; in __static_call_init()
263 * When the key has a direct sites pointer, extract in __static_call_init()
270 site_mod->sites = static_call_key_sites(key); in __static_call_init()
280 site_mod->sites = site; in __static_call_init()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DPDR.interface.yaml42 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
52 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
91 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
99 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
/openbmc/linux/Documentation/driver-api/mei/
H A Diamt.rst30 https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
49 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
62 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
74 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DJPL-image3 Unless otherwise noted, images and video on JPL public web sites (public sites ending with a jpl.na…
21 * Some image and video materials on JPL public web sites are owned by organizations other than JPL …
/openbmc/linux/drivers/thermal/
H A Dqoriq_thermal.c145 int id, sites = 0; in qoriq_tmu_register_tmu_zone() local
166 sites |= 0x1 << (15 - id); in qoriq_tmu_register_tmu_zone()
168 sites |= 0x1 << id; in qoriq_tmu_register_tmu_zone()
173 if (sites) { in qoriq_tmu_register_tmu_zone()
175 regmap_write(qdata->regmap, REGS_TMR, TMR_ME | TMR_ALPF | sites); in qoriq_tmu_register_tmu_zone()
177 regmap_write(qdata->regmap, REGS_V2_TMSR, sites); in qoriq_tmu_register_tmu_zone()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/
H A Dnginx.inc122 …install -Dm 0644 ${UNPACKDIR}/default_server.site ${D}${sysconfdir}/nginx/sites-available/default_…
123 sed -i 's,/var/,${localstatedir}/,g' ${D}${sysconfdir}/nginx/sites-available/default_server
124 install -d ${D}${sysconfdir}/nginx/sites-enabled
125 ln -s ../sites-available/default_server ${D}${sysconfdir}/nginx/sites-enabled/
/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dparallax-ping.yaml19 http://parallax.com/sites/default/files/downloads/28041-LaserPING-2m-Rangefinder-Guide.pdf
20 http://parallax.com/sites/default/files/downloads/28015-PING-Documentation-v1.6.pdf
/openbmc/pldm/
H A DREADME.md203 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.…
223 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.…
232 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.…
253 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.…
274 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.…
/openbmc/linux/include/linux/
H A Dstatic_call_types.h64 /* bit 0: 0 = mods, 1 = sites */
67 struct static_call_site *sites; member
H A Dstatic_call.h59 * If the arch has CONFIG_HAVE_STATIC_CALL_INLINE, then the call sites
62 * compiler plugin to detect all the static_call() sites and annotate them
172 struct static_call_site *sites; member
/openbmc/linux/tools/include/linux/
H A Dstatic_call_types.h64 /* bit 0: 0 = mods, 1 = sites */
67 struct static_call_site *sites; member
/openbmc/linux/arch/x86/include/asm/
H A Dstatic_call.h11 * sites get patched by static_call_update(). The name of this trampoline has
12 * a magical aspect: objtool uses it to find static call sites so it can create
H A Dkvm-x86-pmu-ops.h13 * at the call sites.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf275 # Most sites require cookies to be enabled for them to work correctly, so
276 # you will need to allow Cookies through if you access those sites.
296 # sites appear as if they were part of a single site.
315 # proxy sites which have absolute links you must uncomment this.
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c196 /* this time we have 400 different USDT call sites, but they have uniform
199 * call sites
227 /* usdt_100 is auto-attached and there are 100 inlined call sites, in subtest_multispec_usdt()
260 * USDT call sites, we are not going to actually trace them. in subtest_multispec_usdt()
285 * should be the same across all sites, so libbpf will only need to in subtest_multispec_usdt()
/openbmc/linux/Documentation/core-api/
H A Dpin_user_pages.rst26 sites. This allows the associated wrapper functions (pin_user_pages*() and
30 FOLL_LONGTERM, on the other hand, *is* allowed to be set at the gup call sites.
40 multiple threads and call sites are free to pin the same struct pages, via both
140 ...but rather than setting FOLL_PIN directly, call sites should use one of
/openbmc/linux/fs/btrfs/
H A Dsubpage.h111 * btrfs_subpage_*() are for call sites where the page has subpage attached and
114 * btrfs_page_*() are for call sites where the page can either be subpage
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A Dpap1 # You can use this script unmodified to connect to sites which allow
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/msr-tools/
H A Dmsr-tools_1.3.bb7 SRC_URI = "https://01.org/sites/default/files/downloads/msr-tools/msr-tools-${PV}.zip"
/openbmc/docs/designs/
H A Dncsi-coredump.md16 <https://www.dmtf.org/sites/default/files/standards/documents/DSP0222_1.2.0.pdf>
19 <https://www.dmtf.org/sites/default/files/standards/documents/DSP0261_1.3.0.pdf>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/
H A Dcim-schema-docs_2.40.0.bb7 SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-Doc.zip;s…
/openbmc/linux/net/ceph/
H A DKconfig30 execution slightly when debug call sites are enabled (e.g.,
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.conf46 include /etc/nginx/sites-enabled/*;
/openbmc/libpldm/
H A DREADME.md85 sites of that function in the same patch.
117 This will force the compiler identify any call-sites that try to link against
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/PLDM/
H A DEntity.interface.yaml3 www.dmtf.org/sites/default/files/standards/documents/DSP0248_1.2.0.pdf).

12345678910