| /linux/drivers/of/ |
| H A D | of_reserved_mem.c | 114 static void fdt_init_reserved_mem_node(unsigned long node, const char *uname, 144 const char *uname) in __reserved_mem_reserve_reg() argument 158 uname, len); in __reserved_mem_reserve_reg() 173 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg() 176 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg() 289 const char *uname; in fdt_scan_reserved_mem_late() local 310 uname = fdt_get_name(fdt, child, NULL); in fdt_scan_reserved_mem_late() 311 fdt_init_reserved_mem_node(child, uname, base, size); in fdt_scan_reserved_mem_late() 319 static int __init __reserved_mem_alloc_size(unsigned long node, const char *uname); 351 const char *uname; in fdt_scan_reserved_mem() local [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_intel_pt.sh | 81 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u -C 0 -- taskset --cpu-list 1 uname 281 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/mtc=0,tsc=0/u uname 302 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/branch=0/u uname 325 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/cyc/u uname 333 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u uname 348 if ! perf_record_no_decode -o "${perfdatafile}" --aux-sample=8192 -e '{intel_pt//u,branch-misses:u}' uname ; then 353 if perf_record_no_decode -o "${perfdatafile}" -e br_misp_retired.all_branches:u uname ; then 354 if ! perf_record_no_decode -o "${perfdatafile}" -e '{intel_pt//,br_misp_retired.all_branches/aux-sample-size=8192/}:u' uname ; then 368 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt//k -m1,128 uname ; then 405 perf_record_no_bpf -o "${perfdatafile}" --aux-sample -e '{intel_pt//,cycles}:u' uname [all...] |
| H A D | script.sh | 56 case $(uname -m) 88 perf record -o "${perf_data}" --sample-cpu uname
|
| H A D | perf-report-hierarchy.sh | 34 perf record -o "${perf_data}" uname
|
| /linux/fs/ntfs3/ |
| H A D | dir.c | 190 u16 *uname = uni->name; in ntfs_nls_to_utf16() local 196 ret = _utf8s_to_utf16s(name, name_len, endian, uname, max_ulen); in ntfs_nls_to_utf16() 203 slen = nls->char2uni(name, end - name, uname + ret); in ntfs_nls_to_utf16() 215 __cpu_to_le16s(uname); in ntfs_nls_to_utf16() 216 uname++; in ntfs_nls_to_utf16() 224 __cpu_to_be16s(uname); in ntfs_nls_to_utf16() 225 uname++; in ntfs_nls_to_utf16() 234 uname = uni->name; in ntfs_nls_to_utf16() 237 if (uname[i] == ':') { in ntfs_nls_to_utf16() 240 uname[i] = 0; in ntfs_nls_to_utf16() [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | dt_cpu_ftrs.c | 894 static int __init fdt_find_cpu_features(unsigned long node, const char *uname, in fdt_find_cpu_features() argument 933 const char *uname, int i) in process_cpufeatures_node() argument 943 f->name = uname; in process_cpufeatures_node() 947 pr_warn("%s: missing isa property\n", uname); in process_cpufeatures_node() 954 pr_warn("%s: missing usable-privilege property", uname); in process_cpufeatures_node() 989 pr_warn("%s: HV feature passed to guest\n", uname); in process_cpufeatures_node() 994 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node() 1000 pr_warn("%s: missing hfscr_bit_nr\n", uname); in process_cpufeatures_node() 1006 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node() 1013 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node() [all …]
|
| /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()
|
| /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
|
| /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…
|
| /linux/tools/power/cpupower/debug/kernel/ |
| H A D | Makefile | 4 KDIR := /lib/modules/$(shell uname -r)/build 5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
|
| /linux/scripts/kconfig/ |
| H A D | streamline_config.pl | 59 my $uname = `uname -r`; 60 chomp $uname; 72 "file" => "/boot/config-$uname", 76 "file" => "/boot/vmlinuz-$uname", 86 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
|
| /linux/mm/ |
| H A D | memfd.c | 428 static char *alloc_name(const char __user *uname) in sanitize_flags() 440 len = strncpy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, MFD_NAME_MAX_LEN + 1); in alloc_name() 504 const char __user *, uname, 515 name = alloc_name(uname); in SYSCALL_DEFINE2() 430 alloc_name(const char __user * uname) alloc_name() argument 506 SYSCALL_DEFINE2(memfd_create,const char __user *,uname,unsigned int,flags) SYSCALL_DEFINE2() argument
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 582 #define BUILD_CONTROLS_SHADOW(lname, uname, bits) \ argument 586 vmcs_write##bits(uname, val); \ 600 BUILD_BUG_ON(!(val & (KVM_REQUIRED_VMX_##uname | KVM_OPTIONAL_VMX_##uname))); \ 605 BUILD_BUG_ON(!(val & (KVM_REQUIRED_VMX_##uname | KVM_OPTIONAL_VMX_##uname))); \
|
| /linux/arch/um/os-Linux/ |
| H A D | util.c | 53 uname(&host); in setup_machinename() 74 uname(&host); in setup_hostinfo()
|
| /linux/tools/docs/ |
| H A D | list-arch.sh | 9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/' | sed 's/s390x/s390/')}
|
| /linux/scripts/ |
| H A D | mkcompile_h | 14 LINUX_COMPILE_HOST=`uname -n`
|
| H A D | prune-kernel | 12 elif [ $(uname -r) = "$f" ]; then
|
| /linux/tools/include/nolibc/sys/ |
| H A D | utsname.h | 18 * int uname(struct utsname *buf); 37 int uname(struct utsname *buf) in uname() function
|
| /linux/tools/testing/selftests/thermal/intel/workload_hint/ |
| H A D | Makefile | 3 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
|
| /linux/tools/testing/selftests/thermal/intel/power_floor/ |
| H A D | Makefile | 3 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | Makefile | 3 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
|
| /linux/tools/testing/selftests/drivers/s390x/uvdevice/ |
| H A D | Makefile | 3 UNAME_M := $(shell uname -m)
|
| /linux/tools/testing/selftests/intel_pstate/ |
| H A D | Makefile | 5 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
|
| /linux/tools/testing/selftests/ipc/ |
| H A D | Makefile | 2 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | Makefile | 2 KDIR ?= /lib/modules/$(shell uname -r)/build
|