Home
last modified time | relevance | path

Searched refs:uname (Results 1 - 25 of 245) sorted by relevance

12345678910

/kernel/linux/linux-5.10/include/linux/
H A Dpage-flags.h274 #define TESTPAGEFLAG(uname, lname, policy) \
275 static __always_inline int Page##uname(struct page *page) \
278 #define SETPAGEFLAG(uname, lname, policy) \
279 static __always_inline void SetPage##uname(struct page *page) \
282 #define CLEARPAGEFLAG(uname, lname, policy) \
283 static __always_inline void ClearPage##uname(struct page *page) \
286 #define __SETPAGEFLAG(uname, lname, policy) \
287 static __always_inline void __SetPage##uname(struct page *page) \
290 #define __CLEARPAGEFLAG(uname, lname, policy) \
291 static __always_inline void __ClearPage##uname(struc
[all...]
H A Dof_fdt.h45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
50 const char *uname,
54 const char *uname);
61 extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
63 extern int early_init_dt_scan_memory(unsigned long node, const char *uname,
76 extern int early_init_dt_scan_root(unsigned long node, const char *uname,
/kernel/linux/linux-6.6/include/linux/
H A Dpage-flags.h380 #define TESTPAGEFLAG(uname, lname, policy) \
383 static __always_inline int Page##uname(struct page *page) \
386 #define SETPAGEFLAG(uname, lname, policy) \
390 static __always_inline void SetPage##uname(struct page *page) \
393 #define CLEARPAGEFLAG(uname, lname, policy) \
397 static __always_inline void ClearPage##uname(struct page *page) \
400 #define __SETPAGEFLAG(uname, lname, policy) \
404 static __always_inline void __SetPage##uname(struct page *page) \
407 #define __CLEARPAGEFLAG(uname, lname, policy) \
411 static __always_inline void __ClearPage##uname(struc
[all...]
H A Dof_fdt.h45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
50 const char *uname,
54 const char *uname);
H A Dhugetlb.h646 #define TESTHPAGEFLAG(uname, flname) \
652 static inline int HPage##uname(struct page *page) \
655 #define SETHPAGEFLAG(uname, flname) \
661 static inline void SetHPage##uname(struct page *page) \
664 #define CLEARHPAGEFLAG(uname, flname) \
670 static inline void ClearHPage##uname(struct page *page) \
673 #define TESTHPAGEFLAG(uname, flname) \
677 static inline int HPage##uname(struct page *page) \
680 #define SETHPAGEFLAG(uname, flname) \
684 static inline void SetHPage##uname(struc
[all...]
/kernel/liteos_a/testsuites/unittest/libc/misc/full/
H A Dmisc_test_006.cpp43 ret = uname((struct utsname *)NULL); in TestCase()
47 ret = uname(INVALID_ADDR_FIRST_PAGE); in TestCase()
51 ret = uname(INVALID_ADDR_USER_ADDR); in TestCase()
55 ret = uname(INVALID_ADDR_KERNEL_READONLY_ADDR); in TestCase()
59 ret = uname(&name); in TestCase()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_uts_container_002.cpp43 ret = uname(&newName); in ChildFunc()
55 ret = uname(&newName1); in ChildFunc()
76 ret = uname(&oldName); in ItUtsContainer002()
92 ret = uname(&oldName1); in ItUtsContainer002()
H A DIt_uts_container_004.cpp44 ret = uname(&newName); in ChildFunc()
56 ret = uname(&newName1); in ChildFunc()
77 ret = uname(&oldName); in ItUtsContainer004()
92 ret = uname(&oldName1); in ItUtsContainer004()
/kernel/linux/linux-5.10/drivers/of/
H A Dfdt.c476 const char *uname) in __reserved_mem_reserve_reg()
491 uname); in __reserved_mem_reserve_reg()
504 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg()
507 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg()
511 fdt_reserved_mem_save_node(node, uname, base, size); in __reserved_mem_reserve_reg()
544 static int __init __fdt_scan_reserved_mem(unsigned long node, const char *uname, in __fdt_scan_reserved_mem() argument
550 if (!found && depth == 1 && strcmp(uname, "reserved-memory") == 0) { in __fdt_scan_reserved_mem()
570 err = __reserved_mem_reserve_reg(node, uname); in __fdt_scan_reserved_mem()
572 fdt_reserved_mem_save_node(node, uname, 0, 0); in __fdt_scan_reserved_mem()
629 const char *uname, in in of_scan_flat_dt()
475 __reserved_mem_reserve_reg(unsigned long node, const char *uname) __reserved_mem_reserve_reg() argument
628 of_scan_flat_dt(int (*it)(unsigned long node, const char *uname, int depth, void *data), void *data) of_scan_flat_dt() argument
657 of_scan_flat_dt_subnodes(unsigned long parent, int (*it)(unsigned long node, const char *uname, void *data), void *data) of_scan_flat_dt_subnodes() argument
686 of_get_flat_dt_subnode_by_name(unsigned long node, const char *uname) of_get_flat_dt_subnode_by_name() argument
955 early_init_dt_scan_root(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_root() argument
991 early_init_dt_scan_memory(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_memory() argument
1038 early_init_dt_scan_chosen(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_chosen() argument
[all...]
H A Dof_reserved_mem.c63 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() argument
74 rmem->name = uname; in fdt_reserved_mem_save_node()
80 cma_reserved_mem_array[cma_reserved_mem_count] = uname; in fdt_reserved_mem_save_node()
94 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size()
109 pr_err("invalid size property in '%s' node.\n", uname); in __reserved_mem_alloc_size()
118 uname); in __reserved_mem_alloc_size()
142 uname); in __reserved_mem_alloc_size()
157 uname, &base, in __reserved_mem_alloc_size()
169 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size()
173 pr_info("failed to allocate memory for node '%s'\n", uname); in __reserved_mem_alloc_size()
93 __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
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_intel_pt.sh113 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 if ! perf_record_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 if ! perf_record_no_decode -o "${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...]
/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_vfat.c328 wchar_t *uname, int ulen, in vfat_create_shortname()
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 in vfat_build_slots()
327 vfat_create_shortname(struct inode *dir, struct nls_table *nls, wchar_t *uname, int ulen, unsigned char *name_res, unsigned char *lcase) vfat_create_shortname() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c858 static int __init fdt_find_cpu_features(unsigned long node, const char *uname, in fdt_find_cpu_features() argument
897 const char *uname, int i) in process_cpufeatures_node()
907 f->name = uname; in process_cpufeatures_node()
911 pr_warn("%s: missing isa property\n", uname); in process_cpufeatures_node()
918 pr_warn("%s: missing usable-privilege property", uname); in process_cpufeatures_node()
953 pr_warn("%s: HV feature passed to guest\n", uname); in process_cpufeatures_node()
958 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node()
964 pr_warn("%s: missing hfscr_bit_nr\n", uname); in process_cpufeatures_node()
970 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node()
977 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node()
896 process_cpufeatures_node(unsigned long node, const char *uname, int i) process_cpufeatures_node() argument
1053 scan_cpufeatures_subnodes(unsigned long node, const char *uname, void *data) scan_cpufeatures_subnodes() argument
1066 count_cpufeatures_subnodes(unsigned long node, const char *uname, void *data) count_cpufeatures_subnodes() argument
1077 dt_cpu_ftrs_scan_callback(unsigned long node, const char *uname, int depth, void *data) dt_cpu_ftrs_scan_callback() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c840 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()
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()
878 process_cpufeatures_node(unsigned long node, const char *uname, int i) process_cpufeatures_node() argument
1035 scan_cpufeatures_subnodes(unsigned long node, const char *uname, void *data) scan_cpufeatures_subnodes() argument
1048 count_cpufeatures_subnodes(unsigned long node, const char *uname, void *data) count_cpufeatures_subnodes() argument
1059 dt_cpu_ftrs_scan_callback(unsigned long node, const char *uname, int depth, void *data) dt_cpu_ftrs_scan_callback() argument
[all...]
/kernel/linux/linux-5.10/fs/9p/
H A Dv9fs.c60 {Opt_uname, "uname=%s"},
120 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options()
121 seq_printf(m, ",uname=%s", v9ses->uname); in v9fs_show_options()
251 kfree(v9ses->uname); in v9fs_parse_options()
252 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options()
253 if (!v9ses->uname) { in v9fs_parse_options()
393 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init()
394 if (!v9ses->uname) in v9fs_session_init()
455 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UI in v9fs_session_init()
[all...]
H A Dfid.c105 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local
138 uname = NULL; in v9fs_fid_lookup_with_uid()
140 uname = v9ses->uname; in v9fs_fid_lookup_with_uid()
142 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
/kernel/linux/linux-6.6/fs/9p/
H A Dv9fs.c55 {Opt_uname, "uname=%s"},
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_UI in v9fs_session_init()
[all...]
H A Dfid.c174 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local
210 uname = NULL; in v9fs_fid_lookup_with_uid()
212 uname = v9ses->uname; in v9fs_fid_lookup_with_uid()
214 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dfirmware.c151 static int __init probe_fw_features(unsigned long node, const char *uname, int in probe_fw_features() argument
162 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in probe_fw_features()
173 if (!strcmp(uname, "chosen")) { in probe_fw_features()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dfirmware.c154 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()
/kernel/linux/linux-6.6/drivers/of/
H A Dof_reserved_mem.c61 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() argument
72 rmem->name = uname; in fdt_reserved_mem_save_node()
136 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size()
151 pr_err("invalid size property in '%s' node.\n", uname); in __reserved_mem_alloc_size()
160 uname); in __reserved_mem_alloc_size()
180 uname); in __reserved_mem_alloc_size()
195 uname, &base, in __reserved_mem_alloc_size()
207 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size()
212 uname, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size()
135 __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
H A Dfdt.c501 const char *uname) in __reserved_mem_reserve_reg()
516 uname); in __reserved_mem_reserve_reg()
529 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg()
532 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg()
536 fdt_reserved_mem_save_node(node, uname, base, size); in __reserved_mem_reserve_reg()
584 const char *uname; in fdt_scan_reserved_mem() local
590 uname = fdt_get_name(fdt, child, NULL); in fdt_scan_reserved_mem()
592 err = __reserved_mem_reserve_reg(child, uname); in fdt_scan_reserved_mem()
594 fdt_reserved_mem_save_node(child, uname, 0, 0); in fdt_scan_reserved_mem()
675 const char *uname, in in of_scan_flat_dt()
500 __reserved_mem_reserve_reg(unsigned long node, const char *uname) __reserved_mem_reserve_reg() argument
674 of_scan_flat_dt(int (*it)(unsigned long node, const char *uname, int depth, void *data), void *data) of_scan_flat_dt() argument
704 of_scan_flat_dt_subnodes(unsigned long parent, int (*it)(unsigned long node, const char *uname, void *data), void *data) of_scan_flat_dt_subnodes() argument
733 of_get_flat_dt_subnode_by_name(unsigned long node, const char *uname) of_get_flat_dt_subnode_by_name() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/
H A DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/kernel/linux/linux-6.6/fs/fat/
H A Dnamei_vfat.c328 wchar_t *uname, int ulen, in vfat_create_shortname()
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 in vfat_build_slots()
327 vfat_create_shortname(struct inode *dir, struct nls_table *nls, wchar_t *uname, int ulen, unsigned char *name_res, unsigned char *lcase) vfat_create_shortname() argument
[all...]
/kernel/linux/linux-5.10/tools/power/cpupower/debug/kernel/
H A DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/

Completed in 18 milliseconds

12345678910