| /linux-6.15/include/linux/ |
| H A D | page-flags.h | 481 TESTPAGEFLAG(uname, lname, policy) \ 482 SETPAGEFLAG(uname, lname, policy) \ 483 CLEARPAGEFLAG(uname, lname, policy) 486 TESTPAGEFLAG(uname, lname, policy) \ 488 __CLEARPAGEFLAG(uname, lname, policy) 491 TESTSETFLAG(uname, lname, policy) \ 492 TESTCLEARFLAG(uname, lname, policy) 541 #define PAGEFLAG_FALSE(uname, lname) TESTPAGEFLAG_FALSE(uname, lname) \ argument 542 SETPAGEFLAG_NOOP(uname, lname) CLEARPAGEFLAG_NOOP(uname, lname) 545 TESTSETFLAG_FALSE(uname, lname) TESTCLEARFLAG_FALSE(uname, lname) [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);
|
| H A D | hugetlb.h | 608 #define TESTHPAGEFLAG(uname, flname) \ argument 615 #define SETHPAGEFLAG(uname, flname) \ argument 622 #define CLEARHPAGEFLAG(uname, flname) \ argument 629 #define TESTHPAGEFLAG(uname, flname) \ argument 634 #define SETHPAGEFLAG(uname, flname) \ argument 639 #define CLEARHPAGEFLAG(uname, flname) \ argument 645 #define HPAGEFLAG(uname, flname) \ argument 646 TESTHPAGEFLAG(uname, flname) \ 647 SETHPAGEFLAG(uname, flname) \ 648 CLEARHPAGEFLAG(uname, flname) \
|
| /linux-6.15/drivers/of/ |
| H A D | of_reserved_mem.c | 120 rmem->name = uname; in fdt_reserved_mem_save_node() 153 const char *uname) in __reserved_mem_reserve_reg() argument 167 uname); in __reserved_mem_reserve_reg() 252 const char *uname; in fdt_scan_reserved_mem_reg_nodes() local 263 uname); in fdt_scan_reserved_mem_reg_nodes() 269 __func__, len / t_len - 1, uname); in fdt_scan_reserved_mem_reg_nodes() 304 const char *uname; in fdt_scan_reserved_mem() local 328 const char *uname; in fdt_scan_reserved_mem() local 420 uname); in __reserved_mem_alloc_size() 440 uname); in __reserved_mem_alloc_size() [all …]
|
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | test_intel_pt.sh | 439 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/mtc=0,tsc=0/u uname 460 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/branch=0/u uname 483 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/cyc/u uname 491 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u uname 526 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt//k -m1,128 uname ; then 563 perf_record_no_bpf -o "${perfdatafile}" --aux-sample -e '{intel_pt//,cycles}:u' uname 586 if ! perf_record_no_decode -o "${perfdatafile}" -a -e intel_pt/pwr_evt/u uname ; then 603 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/notnt/u uname 623 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt/event/u uname ; then 639 if ! perf_record_no_bpf -o- -e intel_pt//u uname | perf inject -b > /dev/null ; then [all …]
|
| H A D | script.sh | 56 case $(uname -m) 88 perf record -o "${perf_data}" --sample-cpu uname
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | dt_cpu_ftrs.c | 889 const char *uname, int i) in process_cpufeatures_node() argument 899 f->name = uname; in process_cpufeatures_node() 903 pr_warn("%s: missing isa property\n", uname); in process_cpufeatures_node() 950 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node() 956 pr_warn("%s: missing hfscr_bit_nr\n", uname); in process_cpufeatures_node() 969 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node() 975 pr_warn("%s: missing fscr_bit_nr\n", uname); in process_cpufeatures_node() 1046 const char *uname, in scan_cpufeatures_subnodes() argument 1051 process_cpufeatures_node(node, uname, *count); in scan_cpufeatures_subnodes() 1059 const char *uname, in count_cpufeatures_subnodes() argument [all …]
|
| /linux-6.15/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-6.15/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()
|
| /linux-6.15/fs/fat/ |
| H A D | namei_vfat.c | 325 wchar_t *uname, int ulen, in vfat_create_shortname() argument 342 ext_start = end = &uname[ulen]; in vfat_create_shortname() 343 while (--ext_start >= uname) { in vfat_create_shortname() 353 if (ext_start == uname - 1) { in vfat_create_shortname() 362 name_start = &uname[0]; in vfat_create_shortname() 369 sz = ext_start - uname; in vfat_create_shortname() 587 wchar_t *uname; in vfat_build_slots() local 595 uname = __getname(); in vfat_build_slots() 596 if (!uname) in vfat_build_slots() 604 err = vfat_is_used_badchars(uname, ulen); in vfat_build_slots() [all …]
|
| /linux-6.15/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-6.15/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…
|
| H A D | perf-intel-pt.txt | 382 $ perf record -e intel_pt/psb_period=15/u uname 436 $ perf record -e intel_pt/mtc_period=15/u uname 484 $ perf record -e intel_pt/cyc,cyc_thresh=15/u uname 703 perf record -e intel_pt//u uname 870 $ perf record -vv -e intel_pt//u uname 1530 $ uname 1762 perf record -e intel_pt/event/u uname 1802 perf record -e intel_pt/notnt/u uname 1939 command line utility uname: 1985 uname 30805 [000] 24001.058785639: 0x0 [all …]
|
| /linux-6.15/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-6.15/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-6.15/fs/ntfs3/ |
| H A D | dir.c | 184 u16 *uname = uni->name; in ntfs_nls_to_utf16() local 190 ret = _utf8s_to_utf16s(name, name_len, endian, uname, max_ulen); in ntfs_nls_to_utf16() 199 slen = nls->char2uni(name, end - name, uname + ret); in ntfs_nls_to_utf16() 211 __cpu_to_le16s(uname); in ntfs_nls_to_utf16() 212 uname++; in ntfs_nls_to_utf16() 220 __cpu_to_be16s(uname); in ntfs_nls_to_utf16() 221 uname++; in ntfs_nls_to_utf16()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 588 #define BUILD_CONTROLS_SHADOW(lname, uname, bits) \ argument 592 vmcs_write##bits(uname, val); \ 606 BUILD_BUG_ON(!(val & (KVM_REQUIRED_VMX_##uname | KVM_OPTIONAL_VMX_##uname))); \ 611 BUILD_BUG_ON(!(val & (KVM_REQUIRED_VMX_##uname | KVM_OPTIONAL_VMX_##uname))); \
|
| /linux-6.15/mm/ |
| H A D | memfd.c | 393 static char *alloc_name(const char __user *uname) in alloc_name() argument 405 len = strncpy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, MFD_NAME_MAX_LEN + 1); in alloc_name() 459 const char __user *, uname, in SYSCALL_DEFINE2() argument 470 name = alloc_name(uname); in SYSCALL_DEFINE2()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | util.c | 54 uname(&host); in setup_machinename() 75 uname(&host); in setup_hostinfo()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | kvm_cache_regs.h | 18 #define BUILD_KVM_GPR_ACCESSORS(lname, uname) \ argument 21 return vcpu->arch.regs[VCPU_REGS_##uname]; \ 26 vcpu->arch.regs[VCPU_REGS_##uname] = val; \
|
| /linux-6.15/Documentation/features/ |
| 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-6.15/scripts/ |
| H A D | mkcompile_h | 14 LINUX_COMPILE_HOST=`uname -n`
|
| /linux-6.15/tools/testing/selftests/thermal/intel/power_floor/ |
| H A D | Makefile | 3 uname_M := $(shell uname -m 2>/dev/null || echo not)
|
| /linux-6.15/tools/testing/selftests/thermal/intel/workload_hint/ |
| H A D | Makefile | 3 uname_M := $(shell uname -m 2>/dev/null || echo not)
|