/openbmc/linux/kernel/ |
H A D | static_call_inline.c | 44 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/qemu/hw/misc/ |
H A D | arm_sysctl.c | 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() 304 function, dcc, site, position, device); in vexpress_cfgctrl_read() 319 unsigned int function, unsigned int site, in vexpress_cfgctrl_write() argument 327 (site != SYS_CFG_SITE_MB && site != SYS_CFG_SITE_DB1)) { in vexpress_cfgctrl_write() 333 if (site == SYS_CFG_SITE_MB && device < ARRAY_SIZE(s->mb_clock)) { in vexpress_cfgctrl_write() [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | code-patching.h | 78 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/linux/arch/powerpc/kernel/ |
H A D | security.c | 439 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/samba/samba/ |
H A D | 0005-Fix-pyext_PATTERN-for-cross-compilation.patch | 18 /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/openbmc/poky/bitbake/lib/toaster/bldcollector/ |
H A D | admin.py | 34 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/classes-recipe/ |
H A D | python_hatchling.bbclass | 11 # 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/linux/drivers/bus/ |
H A D | vexpress-config.c | 75 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/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0002-automake-Update-for-python.m4-to-respect-libdir.patch | 47 + 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/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/ |
H A D | 0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch | 22 …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 D | 0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch | 5 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/linux/arch/x86/kernel/ |
H A D | static_call.c | 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-sysconfig.py-use-platlibdir-also-for-purelib.patch | 23 - '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',
|
H A D | 0001-Update-test_sysconfig-for-posix_user-purelib.patch | 34 # Replace "/lib64/python3.11/site-packages" suffix 35 # with "/lib/python3.11/site-packages".
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0003-Fix-pyext_PATTERN-for-cross-compilation.patch | 19 /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-poky/conf/templates/default/ |
H A D | site.conf.sample | 2 # local.conf covers user settings, site.conf covers site specific information 5 # SITE_CONF_VERSION is increased each time build/conf/site.conf
|
/openbmc/u-boot/drivers/misc/ |
H A D | vexpress_config.c | 26 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()
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 33 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/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
H A D | 0002-Fix-pyext_PATTERN-for-cross-compilation.patch | 12 /usr/lib/python3.10/site-packages/_tevent.cpython-310-x86_64-linux-gnu.so 13 /usr/lib/python3.10/site-packages/_tevent.so 18 /usr/lib/python3.10/site-packages/_tevent.so
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
H A D | 0002-Fix-pyext_PATTERN-for-cross-compilation.patch | 12 /usr/lib/python3.10/site-packages/tdb.so 13 /usr/lib/python3.10/site-packages/tdb.cpython-310-x86_64-linux-gnu.so 18 /usr/lib/python3.10/site-packages/tdb.so
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-environment.bb | 23 # Need to ensure we have the virtual mappings and site files for all multtilib variants 55 # Setup site file for external use 56 toolchain_create_sdk_siteconfig ${SDK_OUTPUT}/${SDKPATH}/site-config-${REAL_MULTIMACH_TARGET_SYS}
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/ |
H A D | radiusclient-ng_0.5.6.bb | 10 file://config-site.radiusclient-ng-${PV}" 24 export CONFIG_SITE=./config-site.${P}
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Unicode-TOU | 3 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. 43 …site 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/tools/usb/usbip/ |
H A D | INSTALL | 175 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/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/ |
H A D | 0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | 24 # header goes into a site/ subdir. See https://github.com/pypa/pip/issues/4610 28 sys.prefix, 'include', 'site',
|