Home
last modified time | relevance | path

Searched full:site (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/openbmc/linux/kernel/
H A Dstatic_call_inline.c44 static inline void *static_call_addr(struct static_call_site *site) in static_call_addr() argument
46 return (void *)((long)site->addr + (long)&site->addr); in static_call_addr()
49 static inline unsigned long __static_call_key(const struct static_call_site *site) in __static_call_key() argument
51 return (long)site->key + (long)&site->key; in __static_call_key()
54 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() argument
56 return (void *)(__static_call_key(site) & ~STATIC_CALL_SITE_FLAGS); in static_call_key()
60 static inline bool static_call_is_init(struct static_call_site *site) in static_call_is_init() argument
62 return __static_call_key(site) & STATIC_CALL_SITE_INIT; in static_call_is_init()
65 static inline bool static_call_is_tail(struct static_call_site *site) in static_call_is_tail() argument
67 return __static_call_key(site) & STATIC_CALL_SITE_TAIL; in static_call_is_tail()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0005-Fix-pyext_PATTERN-for-cross-compilation.patch18 /usr/lib/python3.10/site-packages/samba/dsdb_dns.cpython-310-x86_64-linux-gnu.so
19 /usr/lib/python3.10/site-packages/samba/dsdb.cpython-310-x86_64-linux-gnu.so
20 /usr/lib/python3.10/site-packages/samba/xattr_tdb.cpython-310-x86_64-linux-gnu.so
21 /usr/lib/python3.10/site-packages/samba/_ldb.cpython-310-x86_64-linux-gnu.so
22 /usr/lib/python3.10/site-packages/samba/gensec.cpython-310-x86_64-linux-gnu.so
34 /usr/lib/python3.10/site-packages/samba/dsdb_dns.so
35 /usr/lib/python3.10/site-packages/samba/dsdb.so
36 /usr/lib/python3.10/site-packages/samba/xattr_tdb.so
37 /usr/lib/python3.10/site-packages/samba/_ldb.so
38 /usr/lib/python3.10/site-packages/samba/gensec.so
/openbmc/qemu/hw/misc/
H A Darm_sysctl.c241 /* SYS_CFGCTRL site field values */
249 * @dcc, @function, @site, @position, @device: split out values from
258 unsigned int function, unsigned int site, in vexpress_cfgctrl_read() argument
266 (site != SYS_CFG_SITE_MB && site != SYS_CFG_SITE_DB1)) { in vexpress_cfgctrl_read()
272 if (site == SYS_CFG_SITE_DB1 && device < s->db_num_vsensors) { in vexpress_cfgctrl_read()
276 if (site == SYS_CFG_SITE_MB && device == 0) { in vexpress_cfgctrl_read()
285 if (site == SYS_CFG_SITE_MB && device < ARRAY_SIZE(s->mb_clock)) { in vexpress_cfgctrl_read()
290 if (site == SYS_CFG_SITE_DB1 && device < s->db_num_clocks) { in vexpress_cfgctrl_read()
303 "0x%x DCC 0x%x site 0x%x position 0x%x device 0x%x\n", in vexpress_cfgctrl_read()
304 function, dcc, site, position, device); in vexpress_cfgctrl_read()
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dtripwire.py31 …twadmin --create-cfgfile --cfgfile /etc/tripwire/twcfg.enc --site-keyfile /etc/tripwire/site.key -…
32 … /etc/tripwire/twcfg.enc --polfile /etc/tripwire/twpol.enc --site-keyfile /etc/tripwire/site.key -…
42 …ile /etc/tripwire/twcfg.enc --polfile /etc/tripwire/tw.pol --site-keyfile /etc/tripwire/site.key -…
/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c8 CALL = 0, /* site call */
9 NOP = 1, /* site cond-call */
10 JMP = 2, /* tramp / site tail-call */
11 RET = 3, /* tramp / site cond-tail-call */
157 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform() argument
166 if (IS_ENABLED(CONFIG_HAVE_STATIC_CALL_INLINE) && site) { in arch_static_call_transform()
167 __static_call_validate(site, tail, false); in arch_static_call_transform()
168 __static_call_transform(site, __sc_insn(!func, tail), func, false); in arch_static_call_transform()
211 /* Not a trampoline site, not our problem. */ in __static_call_fixup()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcode-patching.h78 static inline unsigned long patch_site_addr(s32 *site) in patch_site_addr() argument
80 return (unsigned long)site + *site; in patch_site_addr()
83 static inline int patch_instruction_site(s32 *site, ppc_inst_t instr) in patch_instruction_site() argument
85 return patch_instruction((u32 *)patch_site_addr(site), instr); in patch_instruction_site()
88 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site() argument
90 return patch_branch((u32 *)patch_site_addr(site), target, flags); in patch_branch_site()
99 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() argument
101 return modify_instruction((unsigned int *)patch_site_addr(site), clr, set); in modify_instruction_site()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython_hatchling.bbclass11 # delete nested, empty directories from the python site-packages path. Make
14 find ${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/* -depth -type d -empty -delete
15 find ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}/site-packages/* -depth -type d -empty -delete
19 find ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}/site-packages/* -depth -type d -empty -delete
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dadmin.py34 admin.site.register(Layer_Version, LayerVersionsAdmin)
35 admin.site.register(BitbakeVersion, BitbakeVersionAdmin)
36 admin.site.register(Release, ReleaseAdmin)
37 admin.site.register(ToasterSetting, ToasterSettingAdmin)
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0002-automake-Update-for-python.m4-to-respect-libdir.patch47 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
55 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
56 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
76 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
84 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
85 + *) am_cv_python_pyexecdir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
/openbmc/linux/drivers/bus/
H A Dvexpress-config.c75 static void vexpress_config_set_master(u32 site) in vexpress_config_set_master() argument
77 vexpress_config_site_master = site; in vexpress_config_set_master()
107 static int vexpress_config_get_topo(struct device_node *node, u32 *site, in vexpress_config_get_topo() argument
110 vexpress_config_find_prop(node, "arm,vexpress,site", site); in vexpress_config_get_topo()
111 if (*site == VEXPRESS_SITE_MASTER) in vexpress_config_get_topo()
112 *site = vexpress_config_site_master; in vexpress_config_get_topo()
257 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local
260 err = vexpress_config_get_topo(dev->of_node, &site, in vexpress_syscfg_regmap_init()
301 func, site, position, dcc, in vexpress_syscfg_regmap_init()
305 func->template[i] |= SYS_CFGCTRL_SITE(site); in vexpress_syscfg_regmap_init()
/openbmc/linux/arch/powerpc/kernel/
H A Dsecurity.c439 u32 *site, __maybe_unused *site2; in update_branch_cache_flush() local
442 site = &patch__call_kvm_flush_link_stack; in update_branch_cache_flush()
446 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
450 patch_branch_site(site, (u64)&kvm_flush_link_stack, BRANCH_SET_LINK); in update_branch_cache_flush()
456 site = &patch__call_flush_branch_caches3; in update_branch_cache_flush()
457 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
458 site = &patch__call_flush_branch_caches2; in update_branch_cache_flush()
459 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
460 site = &patch__call_flush_branch_caches1; in update_branch_cache_flush()
461 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/
H A D0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch22 …c61850.py DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
23 …0 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
26 …REFIX}/${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
27 …EFIX}/${CMAKE_INSTALL_LIBDIR}//python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
H A D0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch5 python modules install path (site-packages)
7 https://stackoverflow.com/questions/1242904/finding-python-site-packages-directory-with-cmake
33 …c61850.py DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
34 …0 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DUnicode-TOU3 For the general privacy policy governing access to this site, see the Unicode Privacy Policy. For t…
17 … is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site.
43site and any claims and damages resulting from use of this site are governed solely by the laws of…
45 …have the right to modify this Agreement at any time by posting it to this site. The user may not a…
/openbmc/linux/Documentation/networking/
H A Ddctcp.rst36 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf
44 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp_analysis-full.pdf
50 DCTCP site:
52 http://simula.stanford.edu/~alizade/Site/DCTCP.html
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dfacility.hpp15 Site, enumerator
23 {FacilityType::Site, "Site"},
H A Dmanager_network_protocol.hpp13 Site, enumerator
48 {NotifyIPv6Scope::Site, "Site"},
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwinstall.sh32 # Site Passphrase variable
35 # Complete path to site key
36 SITE_KEY="/etc/tripwire/site.key"
85 The Tripwire site and local passphrases are used to
105 ## Site key file.
117 echo "The site key file \"$SITE_KEY\""
120 cmdargs="--generate-keys --site-keyfile \"$SITE_KEY\""
122 cmdargs="$cmdargs --site-passphrase \"$TW_SITE_PASS\""
126 echo "Error: site key generation failed"
145 echo "The site key file \"$LOCAL_KEY\""
[all …]
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt33 278528: /usr/lib/python2.7/site-packages
111 69632: /usr/lib/python2.7/site-packages/gtk-2.0
121 61440: /usr/lib/python2.7/site-packages/gtk-2.0/gio
130 57344: /usr/lib/python2.7/site-packages/dbus
131 57344: /usr/lib/python2.7/site-packages/gtk-2.0/gio/_gio.so
146 40960: /usr/lib/python2.7/site-packages/gobject
153 36864: /usr/lib/python2.7/site-packages/_dbus_bindings.so
154 36864: /usr/lib/python2.7/site-packages/gobject/_gobject.so
164 32768: /usr/lib/python2.7/site-packages/obmc
212 20480: /usr/lib/python2.7/site-packages/glib
[all …]
/openbmc/linux/tools/usb/usbip/
H A DINSTALL175 can create a site shell script called `config.site' that gives default
177 `configure' looks for `PREFIX/share/config.site' if it exists, then
178 `PREFIX/etc/config.site' if it exists. Or, you can set the
179 `CONFIG_SITE' environment variable to the location of the site script.
180 A warning: not all `configure' scripts look for a site script.
185 Variables not defined in a site shell script can be set in the
194 overridden in the site shell script).
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dsite.conf.sample2 # local.conf covers user settings, site.conf covers site specific information
5 # SITE_CONF_VERSION is increased each time build/conf/site.conf
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py141 …'/usr/lib/python3.8/site-packages/PyGObject-3.34.0.egg-info moved to /usr/lib/python3.8/site-packa…
142 …'/usr/lib/python3.8/site-packages/btrfsutil-1.1.1-py3.8.egg-info moved to /usr/lib/python3.8/site-…
143 …'/usr/lib/python3.8/site-packages/pycairo-1.19.0.egg-info moved to /usr/lib/python3.8/site-package…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0003-Fix-pyext_PATTERN-for-cross-compilation.patch19 /usr/lib/python3.10/site-packages/_ldb_text.py
20 /usr/lib/python3.10/site-packages/ldb.cpython-310-x86_64-linux-gnu.so
33 /usr/lib/python3.10/site-packages/_ldb_text.py
34 /usr/lib/python3.10/site-packages/ldb.so
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-sysconfig.py-use-platlibdir-also-for-purelib.patch23 - 'purelib': '{base}/lib/{implementation_lower}{py_version_short}{abi_thread}/site-packages',
24 + 'purelib': '{base}/{platlibdir}/{implementation_lower}{py_version_short}{abi_thread}/site-…
25 …lib': '{platbase}/{platlibdir}/{implementation_lower}{py_version_short}{abi_thread}/site-packages',
/openbmc/u-boot/drivers/misc/
H A Dvexpress_config.c26 u32 site; member
34 cmd = (*(u32 *)buf) | SYS_CFGCTRL_START | (syscfg->site << 16); in vexpress_config_exec()
113 return dev_read_u32(dev, "arm,vexpress,site", &priv->site); in vexpress_config_probe()

12345678910>>...20