/openbmc/linux/include/linux/ |
H A D | page-flags.h | 372 #define TESTPAGEFLAG(uname, lname, policy) \ argument 375 static __always_inline int Page##uname(struct page *page) \ 378 #define SETPAGEFLAG(uname, lname, policy) \ argument 382 static __always_inline void SetPage##uname(struct page *page) \ 385 #define CLEARPAGEFLAG(uname, lname, policy) \ argument 389 static __always_inline void ClearPage##uname(struct page *page) \ 392 #define __SETPAGEFLAG(uname, lname, policy) \ argument 396 static __always_inline void __SetPage##uname(struct page *page) \ 399 #define __CLEARPAGEFLAG(uname, lname, policy) \ argument 403 static __always_inline void __ClearPage##uname(struct page *page) \ [all …]
|
H A D | hugetlb.h | 646 #define TESTHPAGEFLAG(uname, flname) \ argument 652 static inline int HPage##uname(struct page *page) \ 655 #define SETHPAGEFLAG(uname, flname) \ argument 661 static inline void SetHPage##uname(struct page *page) \ 664 #define CLEARHPAGEFLAG(uname, flname) \ argument 670 static inline void ClearHPage##uname(struct page *page) \ 673 #define TESTHPAGEFLAG(uname, flname) \ argument 677 static inline int HPage##uname(struct page *page) \ 680 #define SETHPAGEFLAG(uname, flname) \ argument 684 static inline void SetHPage##uname(struct page *page) \ [all …]
|
H A D | of_fdt.h | 46 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname, 51 const char *uname, 55 const char *uname);
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | test | 1 KSP := /lib/modules/$(shell uname -r)/build \ 2 /usr/src/linux-$(shell uname -r) \ 3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \ 4 # /usr/src/kernel-headers-$(shell uname -r) \ 5 # /usr/src/kernel-source-$(shell uname -r) \ 6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-misc.h | 40 void *uname, *upath; in do_freebsd_shm_open2() local 51 uname = NULL; in do_freebsd_shm_open2() 53 uname = lock_user_string(nameptr); in do_freebsd_shm_open2() 54 if (uname == NULL) { in do_freebsd_shm_open2() 61 target_to_host_bitmask(shmflags, shmflag_flags_tbl), uname)); in do_freebsd_shm_open2() 66 if (uname != NULL) { in do_freebsd_shm_open2() 67 unlock_user(uname, nameptr, 0); in do_freebsd_shm_open2()
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/git/ |
H A D | 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 4 Subject: [PATCH] config.mak.uname: do not force RHEL-7 specific build settings 16 config.mak.uname | 4 ---- 19 diff --git a/config.mak.uname b/config.mak.uname 21 --- a/config.mak.uname 22 +++ b/config.mak.uname
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | 0001-nss-fix-support-cross-compiling.patch | 21 @@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s)) 25 -OS_TEST := $(shell uname -m) 26 +OS_TEST ?= $(shell uname -m) 28 OS_RELEASE := $(shell uname -r)_$(OS_TEST) 30 - OS_RELEASE := $(shell uname -r) 31 + OS_RELEASE ?= $(shell uname -r)
|
/openbmc/u-boot/common/ |
H A D | image-fit.c | 263 const char *uname; in fit_conf_print() local 276 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print() 278 if (!uname) in fit_conf_print() 281 printf("%s\n", uname); in fit_conf_print() 284 uname = fdt_getprop(fit, noffset, FIT_RAMDISK_PROP, NULL); in fit_conf_print() 285 if (uname) in fit_conf_print() 286 printf("%s Init Ramdisk: %s\n", p, uname); in fit_conf_print() 288 uname = fdt_getprop(fit, noffset, FIT_FIRMWARE_PROP, NULL); in fit_conf_print() 289 if (uname) in fit_conf_print() 290 printf("%s Firmware: %s\n", p, uname); in fit_conf_print() [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 113 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u -C 0 -- taskset --cpu-list 1 uname 438 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/mtc=0,tsc=0/u uname 459 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/branch=0/u uname 482 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/cyc/u uname 490 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u uname 505 …rd_no_decode -o "${perfdatafile}" --aux-sample=8192 -e '{intel_pt//u,branch-misses:u}' uname ; then 510 if perf_record_no_decode -o "${perfdatafile}" -e br_misp_retired.all_branches:u uname ; then 511 …{perfdatafile}" -e '{intel_pt//,br_misp_retired.all_branches/aux-sample-size=8192/}:u' uname ; then 525 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt//k -m1,128 uname ; then 562 perf_record_no_bpf -o "${perfdatafile}" --aux-sample -e '{intel_pt//,cycles}:u' uname [all …]
|
/openbmc/u-boot/cmd/ |
H A D | ximg.c | 43 const char *uname = NULL; in do_imgextract() local 62 uname = argv[2]; in do_imgextract() 125 if (uname == NULL) { in do_imgextract() 131 "at %08lx ...\n", uname, addr); in do_imgextract() 140 noffset = fit_image_get_node(fit_hdr, uname); in do_imgextract() 142 printf("Can't find '%s' FIT subimage\n", uname); in do_imgextract()
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Support-for-cross-compilation.patch | 7 machine for Intel x86) where HOST_ARCH (uname -m) != TARGET_ARCH. 10 to `uname -m`. 26 - local m=`uname -m` 27 + local m="${TARGET_ARCH:-$(uname -m)}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0003-php-remove-host-specific-info-from-header-file.patch | 29 -UNAME=`uname -a | xargs` 30 +UNAME=`uname | xargs` 32 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output]) 33 PHP_OS=`uname | xargs`
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | dt_cpu_ftrs.c | 840 static int __init fdt_find_cpu_features(unsigned long node, const char *uname, in fdt_find_cpu_features() argument 879 const char *uname, int i) in process_cpufeatures_node() argument 889 f->name = uname; in process_cpufeatures_node() 893 pr_warn("%s: missing isa property\n", uname); in process_cpufeatures_node() 900 pr_warn("%s: missing usable-privilege property", uname); in process_cpufeatures_node() 935 pr_warn("%s: HV feature passed to guest\n", uname); in process_cpufeatures_node() 940 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node() 946 pr_warn("%s: missing hfscr_bit_nr\n", uname); in process_cpufeatures_node() 952 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node() 959 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node() [all …]
|
/openbmc/linux/drivers/of/ |
H A D | of_reserved_mem.c | 62 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() 73 rmem->name = uname; in fdt_reserved_mem_save_node() 137 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() 152 pr_err("invalid size property in '%s' node.\n", uname); in __reserved_mem_alloc_size() 161 uname); in __reserved_mem_alloc_size() 181 uname); in __reserved_mem_alloc_size() 196 uname, &base, in __reserved_mem_alloc_size() 208 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size() 213 uname, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size() 61 fdt_reserved_mem_save_node(unsigned long node,const char * uname,phys_addr_t base,phys_addr_t size) fdt_reserved_mem_save_node() argument 136 __reserved_mem_alloc_size(unsigned long node,const char * uname,phys_addr_t * res_base,phys_addr_t * res_size) __reserved_mem_alloc_size() argument
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | firmware.c | 154 static int __init probe_fw_features(unsigned long node, const char *uname, int in probe_fw_features() argument 165 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in probe_fw_features() 176 if (!strcmp(uname, "chosen")) { in probe_fw_features()
|
/openbmc/linux/fs/9p/ |
H A D | v9fs.c | 113 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options() 114 seq_printf(m, ",uname=%s", v9ses->uname); in v9fs_show_options() 254 kfree(v9ses->uname); in v9fs_parse_options() 255 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options() 256 if (!v9ses->uname) { in v9fs_parse_options() 397 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init() 398 if (!v9ses->uname) in v9fs_session_init() 459 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UID, in v9fs_session_init() 492 kfree(v9ses->uname); in v9fs_session_init() 514 kfree(v9ses->uname); in v9fs_session_close()
|
H A D | fid.c | 173 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local 209 uname = NULL; in v9fs_fid_lookup_with_uid() 211 uname = v9ses->uname; in v9fs_fid_lookup_with_uid() 213 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
|
/openbmc/openbmc-tools/bbdbg/ |
H A D | bbdbg | 32 …BDBG_PATH}/tmp/sysroots-components/$(uname -m)/libsolv-native/usr/lib:${BBDBG_PATH}/tmp/sysroots-c… 33 BBDBG_OPKG=${BBDBG_PATH}/tmp/sysroots-components/$(uname -m)/opkg-native/usr/bin/opkg
|
/openbmc/linux/fs/fat/ |
H A D | namei_vfat.c | 328 wchar_t *uname, int ulen, in vfat_create_shortname() argument 345 ext_start = end = &uname[ulen]; in vfat_create_shortname() 346 while (--ext_start >= uname) { in vfat_create_shortname() 356 if (ext_start == uname - 1) { in vfat_create_shortname() 365 name_start = &uname[0]; in vfat_create_shortname() 372 sz = ext_start - uname; in vfat_create_shortname() 382 for (baselen = i = 0, p = base, ip = uname; i < sz; i++, ip++) { in vfat_create_shortname() 399 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname() 590 wchar_t *uname; in vfat_build_slots() local 598 uname = __getname(); in vfat_build_slots() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
H A D | 0001-make-Define-SBINDIR-flag.patch | 22 …LIBS := $(shell if [ "`uname -m`" != "sparc64" -a "`uname -m`" != "x86_64" ]; then echo "-lfl" ; e… 26 …#OPT_FLAGS := $(shell if [ "`uname -m`" != "sparc64" ] && [ "`uname -m`" != "x86_64" ]; then echo …
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf.data-directory-format.txt | 34 $ sudo perf record --kcore uname 61 …uname 15316 2060795.480924: 588287 cycles: ffffffffa303a56d page_counter_try_charge+0x6d (vml… 62 … uname 15316 2060795.481067: 2261945 cycles: ffffffffa301438f kmem_cache_free+0x4f (vmlinux) 63 …uname 15316 2060795.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linu…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/ |
H A D | 0003-hack-to-force-use-of-libc-malloc.patch |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | 0003-hack-to-force-use-of-libc-malloc.patch | 30 -uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') 31 +# use fake uname option to force use of generic libc 33 uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
|
/openbmc/linux/tools/testing/crypto/chacha20-s390/ |
H A D | Makefile | 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | oe-use-libc-malloc.patch | 34 -uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') 35 +# use fake uname option to force use of generic libc 37 uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
|