Home
last modified time | relevance | path

Searched refs:site (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_22.2.0.bb85 ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \
86 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \
87 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \
91 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \
92 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \
93 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \
94 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \
98 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \
99 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \
100 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dstatic_call.c33 static inline void *static_call_addr(struct static_call_site *site) in static_call_addr() argument
35 return (void *)((long)site->addr + (long)&site->addr); in static_call_addr()
38 static inline unsigned long __static_call_key(const struct static_call_site *site) in __static_call_key() argument
40 return (long)site->key + (long)&site->key; in __static_call_key()
43 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() argument
45 return (void *)(__static_call_key(site) & ~STATIC_CALL_SITE_FLAGS); in static_call_key()
49 static inline bool static_call_is_init(struct static_call_site *site) in static_call_is_init() argument
51 return __static_call_key(site) & STATIC_CALL_SITE_INIT; in static_call_is_init()
54 static inline bool static_call_is_tail(struct static_call_site *site) in static_call_is_tail() argument
56 return __static_call_key(site) & STATIC_CALL_SITE_TAIL; in static_call_is_tail()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsecurity.c438 u32 *site; in update_branch_cache_flush() local
441 site = &patch__call_kvm_flush_link_stack; in update_branch_cache_flush()
444 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
447 patch_branch_site(site, (u64)&kvm_flush_link_stack, BRANCH_SET_LINK); in update_branch_cache_flush()
452 site = &patch__call_flush_branch_caches3; in update_branch_cache_flush()
453 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
454 site = &patch__call_flush_branch_caches2; in update_branch_cache_flush()
455 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
456 site = &patch__call_flush_branch_caches1; in update_branch_cache_flush()
457 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Makefile-do-not-compile-.pyc-in-parallel.patch35 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
41 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
47 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
51 - -j0 -d $(LIBDEST)/site-packages -f \
52 + -d $(LIBDEST)/site-packages -f \
53 -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
56 - -j0 -d $(LIBDEST)/site-packages -f \
57 + -d $(LIBDEST)/site-packages -f \
58 -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
61 - -j0 -d $(LIBDEST)/site-packages -f \
[all …]
H A D0001-sysconfig.py-use-platlibdir-also-for-purelib.patch24 - 'purelib': '{base}/lib/python{py_version_short}/site-packages',
25 + 'purelib': '{base}/{platlibdir}/python{py_version_short}/site-packages',
26 'platlib': '{platbase}/{platlibdir}/python{py_version_short}/site-packages',
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcode-patching.h35 static inline unsigned long patch_site_addr(s32 *site) in patch_site_addr() argument
37 return (unsigned long)site + *site; in patch_site_addr()
40 static inline int patch_instruction_site(s32 *site, struct ppc_inst instr) in patch_instruction_site() argument
42 return patch_instruction((struct ppc_inst *)patch_site_addr(site), instr); in patch_instruction_site()
45 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site() argument
47 return patch_branch((struct ppc_inst *)patch_site_addr(site), target, flags); in patch_branch_site()
56 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() argument
58 return modify_instruction((unsigned int *)patch_site_addr(site), clr, set); in modify_instruction_site()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0001-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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/
H A Dtelepathy-python3_0.15.19.bb24 ${libdir}/python*/site-packages/telepathy/*.py \
25 ${libdir}/python*/site-packages/telepathy/*/*.py \
29 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
30 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
31 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
32 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
/OK3568_Linux_fs/buildroot/package/python-numpy/
H A Dpython-numpy.mk36 -rm -f $(@D)/site.cfg
37 echo "[DEFAULT]" >> $(@D)/site.cfg
38 echo "library_dirs = $(STAGING_DIR)/usr/lib" >> $(@D)/site.cfg
39 echo "include_dirs = $(STAGING_DIR)/usr/include" >> $(@D)/site.cfg
50 $(PYTHON3_PATH)/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Update-for-python.m4-to-respect-libdir.patch43 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
51 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
52 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
68 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
76 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
77 + *) am_cv_python_pyexecdir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/
H A Dgeis_2.2.17.bb50 ${libdir}/${PYTHON_DIR}/site-packages/geis* \
51 ${libdir}/${PYTHON_DIR}/site-packages/_*.so \
54 FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
56 FILES:${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la"
58 FILES:${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a"
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dstatic_call.c94 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform() argument
103 if (IS_ENABLED(CONFIG_HAVE_STATIC_CALL_INLINE) && site) { in arch_static_call_transform()
104 __static_call_validate(site, tail); in arch_static_call_transform()
105 __static_call_transform(site, __sc_insn(!func, tail), func, false); in arch_static_call_transform()
/OK3568_Linux_fs/yocto/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
31 …c61850.py DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
32 …0 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/
H A Dlibplist_2.2.0.bb23 if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
24 chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
35 FILES:${PN}-python = "${libdir}/python*/site-packages/*"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/sip/
H A Dsip3_4.19.23.bb30 echo "sip_module_dir = ${D}/${libdir}/python%(py_major).%(py_minor)/site-packages" >> sip.cfg
39 FILES:python3-sip3 = "${libdir}/${PYTHON_DIR}/site-packages/"
40 FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
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
/OK3568_Linux_fs/buildroot/package/lockdev/
H A DConfig.in6 No upstream site, primary site is Debian.
/OK3568_Linux_fs/buildroot/package/boost/
H A Dboost.mk144 --ignore-site-config \
153 --ignore-site-config \
162 --ignore-site-config \
194 --ignore-site-config \
203 --ignore-site-config \
/OK3568_Linux_fs/buildroot/package/python-pygame/
H A Dpython-pygame.mk93 rm -rf $(TARGET_DIR)/usr/lib/python*/site-packages/pygame/docs
99 rm -rf $(TARGET_DIR)/usr/lib/python*/site-packages/pygame/tests
106 rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages/pygame/examples
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A D0001-Fix-pyext_PATTERN-for-cross-compilation.patch12 /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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-Fix-pyext_PATTERN-for-cross-compilation.patch12 /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

12345678910>>...16