/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/ |
H A D | of.c | 24 const u64 *basep; in tpm_read_log_of() local 39 basep = of_get_property(np, "linux,sml-base", 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() 57 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of() 60 base = *basep; in tpm_read_log_of()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_ranges.c | 40 - If it's base address selection record, set up `*basep' and return 1. 49 Dwarf_Addr *basep) in __libdw_read_begin_end_pair_inc() 62 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() 75 *basep = base; in __libdw_read_begin_end_pair_inc() 142 *basep = end; in __libdw_read_begin_end_pair_inc() 152 *beginp = begin + *basep; in __libdw_read_begin_end_pair_inc() 153 *endp = end + *basep; in __libdw_read_begin_end_pair_inc() 164 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() 178 *basep = base; in __libdw_read_begin_end_pair_inc() 232 *basep in __libdw_read_begin_end_pair_inc() 44 __libdw_read_begin_end_pair_inc(Dwarf_CU *cu, int sec_index, const unsigned char **addrp, const unsigned char *addrend, int width, Dwarf_Addr *beginp, Dwarf_Addr *endp, Dwarf_Addr *basep) __libdw_read_begin_end_pair_inc() argument 464 dwarf_ranges(Dwarf_Die *die, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp) dwarf_ranges() argument [all...] |
H A D | dwarf_getlocation.c | 822 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, in getlocations_addr() 839 &begin, &end, basep)) in getlocations_addr() 966 dwarf_getlocations (Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, in dwarf_getlocations() argument 1020 *basep = __libdw_cu_base_address (attr->cu); in dwarf_getlocations() 1021 if (*basep == (Dwarf_Addr) -1) in dwarf_getlocations() 1031 return getlocations_addr (attr, offset, basep, startp, endp, in dwarf_getlocations() 821 getlocations_addr(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, size_t *exprlen) getlocations_addr() argument
|
/kernel/linux/linux-6.6/drivers/char/tpm/eventlog/ |
H A D | of.c | 55 const u64 *basep; in tpm_read_log_of() local 70 basep = of_get_property(np, "linux,sml-base", 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() 88 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of() 91 base = *basep; in tpm_read_log_of()
|
/third_party/FreeBSD/sys/kern/ |
H A D | subr_kobj.c | 173 kobj_class_t *basep = NULL; in kobj_lookup_method_mi() local 179 basep = cls->baseclasses; in kobj_lookup_method_mi() 180 if (basep) { in kobj_lookup_method_mi() 181 for (; *basep; basep++) { in kobj_lookup_method_mi() 182 ce = kobj_lookup_method_mi(*basep, desc); in kobj_lookup_method_mi()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-dec.c | 217 u8 *basep[TPG_MAX_PLANES][2]; in visl_tpg_fill() local 237 tpg_calc_text_basep(&ctx->tpg, basep, p, vbuf); in visl_tpg_fill() 242 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 250 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, line_str); in visl_tpg_fill() 268 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 279 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 286 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 303 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, &buf[old_len]); in visl_tpg_fill() 321 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 332 tpg_gen_text(&ctx->tpg, basep, lin in visl_tpg_fill() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | crash_dump.c | 128 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local 131 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range() 134 if (basep && sizep) { in crash_free_reserved_phys_range() 135 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
|
H A D | rtas.c | 1311 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 1316 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas() 1326 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 1327 rtas.base = *basep; in early_init_dt_scan_rtas() 1333 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas() 1334 if (basep) in early_init_dt_scan_rtas() 1335 rtas_putchar_token = *basep; in early_init_dt_scan_rtas() 1337 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas() 1338 if (basep) in early_init_dt_scan_rtas() 1339 rtas_getchar_token = *basep; in early_init_dt_scan_rtas() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | crash_dump.c | 103 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local 106 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range() 109 if (basep && sizep) { in crash_free_reserved_phys_range() 110 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
|
H A D | rtas.c | 2026 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 2031 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas() 2041 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 2042 rtas.base = *basep; in early_init_dt_scan_rtas() 2048 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas() 2049 if (basep) in early_init_dt_scan_rtas() 2050 rtas_putchar_token = *basep; in early_init_dt_scan_rtas() 2052 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas() 2053 if (basep) in early_init_dt_scan_rtas() 2054 rtas_getchar_token = *basep; in early_init_dt_scan_rtas() [all...] |
/third_party/jerryscript/tests/jerry-test-suite/12/12.06/12.06.04/ |
H A D | 12.06.04-005.js | 16 var b = {basep: "base"}; 31 assert(d.basep === "baseA" && d.derivedp === "derivedA");
|
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | core_64.c | 41 const unsigned long *basep; in default_machine_kexec_prepare() local 55 basep = of_get_property(node, "linux,tce-base", NULL); in default_machine_kexec_prepare() 57 if (basep == NULL || sizep == NULL) in default_machine_kexec_prepare() 60 low = *basep; in default_machine_kexec_prepare()
|
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | core_64.c | 40 const unsigned long *basep; in machine_kexec_prepare() local 54 basep = of_get_property(node, "linux,tce-base", NULL); in machine_kexec_prepare() 56 if (basep == NULL || sizep == NULL) in machine_kexec_prepare() 59 low = *basep; in machine_kexec_prepare()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
H A D | vimc-sensor.c | 199 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sen_process_frame() local 204 tpg_calc_text_basep(&vsen->tpg, basep, 0, vsen->frame); in vimc_sen_process_frame() 209 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, in vimc_sen_process_frame() 217 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame() 221 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame() 233 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/ |
H A D | vimc-sensor.c | 200 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sensor_process_frame() local 205 tpg_calc_text_basep(&vsensor->tpg, basep, 0, vsensor->frame); in vimc_sensor_process_frame() 210 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, in vimc_sensor_process_frame() 218 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 222 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 234 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 415 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local 466 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff() 490 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 495 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 505 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 510 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 516 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 522 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 527 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 532 tpg_gen_text(tpg, basep, lin in vivid_fillbuff() [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 395 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local 447 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff() 471 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 476 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 486 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 491 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 497 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 504 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 509 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 514 tpg_gen_text(tpg, basep, lin in vivid_fillbuff() [all...] |
/third_party/elfutils/tests/ |
H A D | backtrace-data.c | 95 maps_lookup (pid_t pid, Dwarf_Addr addr, GElf_Addr *basep) in maps_lookup() argument 131 *basep = start - offset; in maps_lookup() 136 *basep = 0; in maps_lookup()
|
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 1917 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \ 1960 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() argument 1967 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4() argument 1974 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6() argument 1981 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8() argument 1988 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text() argument 1997 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text() 2023 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2027 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2031 tpg_print_str_6(tpg, basep, in tpg_gen_text() 2188 tpg_calc_text_basep(struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) tpg_calc_text_basep() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 1923 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \ 1966 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() argument 1973 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4() argument 1980 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6() argument 1987 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8() argument 1994 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text() argument 2003 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text() 2029 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2033 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2037 tpg_print_str_6(tpg, basep, in tpg_gen_text() 2194 tpg_calc_text_basep(struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) tpg_calc_text_basep() argument [all...] |
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | osf_sys.c | 89 * The "getdents()" interface is much more sane: the "basep" stuff is 105 long __user *basep; member 128 if (buf->basep) { in osf_filldir() 129 if (put_user(offset, buf->basep)) in osf_filldir() 131 buf->basep = NULL; in osf_filldir() 151 long __user *, basep) in SYSCALL_DEFINE4() 158 .basep = basep, in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | osf_sys.c | 90 * The "getdents()" interface is much more sane: the "basep" stuff is 106 long __user *basep; member 129 if (buf->basep) { in osf_filldir() 130 if (put_user(offset, buf->basep)) in osf_filldir() 132 buf->basep = NULL; in osf_filldir() 152 long __user *, basep) in SYSCALL_DEFINE4() 159 .basep = basep, in SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local 119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal() 123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal() 126 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 130 pr_debug("OPAL Base = 0x%llx (basep=%p basesz=%d)\n", in early_init_dt_scan_opal() 131 opal.base, basep, basesz); in early_init_dt_scan_opal()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local 119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal() 123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal() 126 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 130 pr_debug("OPAL Base = 0x%llx (basep=%p basesz=%d)\n", in early_init_dt_scan_opal() 131 opal.base, basep, basesz); in early_init_dt_scan_opal()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 57 unsigned int *basep);
|