Home
last modified time | relevance | path

Searched refs:sizep (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/
H A Dof.c23 const u32 *sizep; in tpm_read_log_of() local
38 sizep = of_get_property(np, "linux,sml-size", NULL); in tpm_read_log_of()
40 if (sizep == NULL && basep == NULL) in tpm_read_log_of()
42 if (sizep == NULL || basep == NULL) in tpm_read_log_of()
56 size = be32_to_cpup((__force __be32 *)sizep); in tpm_read_log_of()
59 size = *sizep; in tpm_read_log_of()
/kernel/linux/linux-6.6/drivers/char/tpm/eventlog/
H A Dof.c54 const u32 *sizep; in tpm_read_log_of() local
69 sizep = of_get_property(np, "linux,sml-size", NULL); in tpm_read_log_of()
71 if (sizep == NULL && basep == NULL) in tpm_read_log_of()
73 if (sizep == NULL || basep == NULL) in tpm_read_log_of()
87 size = be32_to_cpup((__force __be32 *)sizep); in tpm_read_log_of()
90 size = *sizep; in tpm_read_log_of()
/kernel/linux/linux-5.10/include/linux/
H A Discsi_ibft.h29 unsigned long find_ibft_region(unsigned long *sizep);
31 static inline unsigned long find_ibft_region(unsigned long *sizep) in find_ibft_region() argument
33 *sizep = 0; in find_ibft_region()
/kernel/linux/linux-5.10/tools/lib/api/fs/
H A Dfs.h48 int filename__read_str(const char *filename, char **buf, size_t *sizep);
52 int procfs__read_str(const char *entry, char **buf, size_t *sizep);
58 int sysfs__read_str(const char *entry, char **buf, size_t *sizep);
H A Dfs.c377 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str() argument
416 *sizep = size; in filename__read_str()
441 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() argument
451 return filename__read_str(path, buf, sizep); in procfs__read_str()
491 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() argument
501 return filename__read_str(path, buf, sizep); in sysfs__read_str()
/kernel/linux/linux-6.6/tools/lib/api/fs/
H A Dfs.h48 int filename__read_str(const char *filename, char **buf, size_t *sizep);
52 int procfs__read_str(const char *entry, char **buf, size_t *sizep);
58 int sysfs__read_str(const char *entry, char **buf, size_t *sizep);
H A Dfs.c349 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str() argument
388 *sizep = size; in filename__read_str()
413 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() argument
423 return filename__read_str(path, buf, sizep); in procfs__read_str()
463 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() argument
473 return filename__read_str(path, buf, sizep); in sysfs__read_str()
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dconsistent.c20 static void __init memchunk_cmdline_override(char *name, unsigned long *sizep) in memchunk_cmdline_override() argument
29 *sizep = memparse(p, NULL); in memchunk_cmdline_override()
31 name, *sizep); in memchunk_cmdline_override()
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dconsistent.c20 static void __init memchunk_cmdline_override(char *name, unsigned long *sizep) in memchunk_cmdline_override() argument
29 *sizep = memparse(p, NULL); in memchunk_cmdline_override()
31 name, *sizep); in memchunk_cmdline_override()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dcrash_dump.c128 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
132 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
134 if (basep && sizep) { in crash_free_reserved_phys_range()
136 rtas_end = rtas_start + be32_to_cpup(sizep); in crash_free_reserved_phys_range()
H A Dsetup_64.c537 const __be32 *sizep, *lsizep, *bsizep, *setsp; in parse_cache_info() local
544 sizep = of_get_property(np, propnames[0], NULL); in parse_cache_info()
545 if (sizep != NULL) in parse_cache_info()
546 size = be32_to_cpu(*sizep); in parse_cache_info()
560 if (sizep == NULL || bsizep == NULL || lsizep == NULL) in parse_cache_info()
H A Drtas.c1311 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1318 sizep = of_get_flat_dt_prop(node, "rtas-size", NULL); in early_init_dt_scan_rtas()
1326 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1329 rtas.size = *sizep; in early_init_dt_scan_rtas()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dcrash_dump.c103 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
107 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
109 if (basep && sizep) { in crash_free_reserved_phys_range()
111 rtas_end = rtas_start + be32_to_cpup(sizep); in crash_free_reserved_phys_range()
H A Dsetup_64.c586 const __be32 *sizep, *lsizep, *bsizep, *setsp; in parse_cache_info() local
593 sizep = of_get_property(np, propnames[0], NULL); in parse_cache_info()
594 if (sizep != NULL) in parse_cache_info()
595 size = be32_to_cpu(*sizep); in parse_cache_info()
609 if (sizep == NULL || bsizep == NULL || lsizep == NULL) in parse_cache_info()
/kernel/linux/linux-5.10/drivers/firmware/
H A Discsi_ibft_find.c87 unsigned long __init find_ibft_region(unsigned long *sizep) in find_ibft_region() argument
98 *sizep = PAGE_ALIGN(ibft_addr->header.length); in find_ibft_region()
102 *sizep = 0; in find_ibft_region()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dcore_64.c42 const unsigned int *sizep; in default_machine_kexec_prepare() local
56 sizep = of_get_property(node, "linux,tce-size", NULL); in default_machine_kexec_prepare()
57 if (basep == NULL || sizep == NULL) in default_machine_kexec_prepare()
61 high = low + (*sizep); in default_machine_kexec_prepare()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dcore_64.c41 const unsigned int *sizep; in machine_kexec_prepare() local
55 sizep = of_get_property(node, "linux,tce-size", NULL); in machine_kexec_prepare()
56 if (basep == NULL || sizep == NULL) in machine_kexec_prepare()
60 high = low + (*sizep); in machine_kexec_prepare()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event-info.c46 char buf[BUFSIZ], *sizep; in record_file() local
73 sizep = (char*)&size; in record_file()
75 sizep += sizeof(u64) - hdr_sz; in record_file()
77 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) { in record_file()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtrace-event-info.c46 char buf[BUFSIZ], *sizep; in record_file() local
73 sizep = (char*)&size; in record_file()
75 sizep += sizeof(u64) - hdr_sz; in record_file()
77 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) { in record_file()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal.c113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
121 sizep = of_get_flat_dt_prop(node, "opal-runtime-size", &runtimesz); in early_init_dt_scan_opal()
123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
128 opal.size = of_read_number(sizep, runtimesz/4); in early_init_dt_scan_opal()
134 pr_debug("OPAL Entry = 0x%llx (sizep=%p runtimesz=%d)\n", in early_init_dt_scan_opal()
135 opal.size, sizep, runtimesz); in early_init_dt_scan_opal()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal.c113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
121 sizep = of_get_flat_dt_prop(node, "opal-runtime-size", &runtimesz); in early_init_dt_scan_opal()
123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
128 opal.size = of_read_number(sizep, runtimesz/4); in early_init_dt_scan_opal()
134 pr_debug("OPAL Entry = 0x%llx (sizep=%p runtimesz=%d)\n", in early_init_dt_scan_opal()
135 opal.size, sizep, runtimesz); in early_init_dt_scan_opal()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H A Dtest_util.h39 int test_seq_read(const char *path, char **bufp, size_t *sizep);
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Dtest_util.h47 int test_seq_read(const char *path, char **bufp, size_t *sizep);
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c429 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs() argument
433 if (*sizep < sizeof(scc_t) + sizeof(scc_enet_t __iomem *)) in get_regs()
H A Dmac-fec.c442 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs() argument
446 if (*sizep < sizeof(struct fec)) in get_regs()

Completed in 16 milliseconds

12