/openbmc/u-boot/drivers/fpga/ |
H A D | stratixII.c | 71 altera_board_specific_func *fns; in StratixII_ps_fpp_load() local 96 fns = (altera_board_specific_func *) (desc->iface_fns); in StratixII_ps_fpp_load() 100 (fns->config && fns->status && fns->done && fns->data in StratixII_ps_fpp_load() 101 && fns->abort)) { in StratixII_ps_fpp_load() 109 if (fns->pre) { in StratixII_ps_fpp_load() 110 if ((ret_val = fns->pre (cookie)) < 0) { in StratixII_ps_fpp_load() 118 fns->config (0, 1, cookie); in StratixII_ps_fpp_load() 120 fns->config (1, 1, cookie); in StratixII_ps_fpp_load() 125 fns->clk (0, 1, cookie); in StratixII_ps_fpp_load() 130 if (fns->status (cookie) != 1) { in StratixII_ps_fpp_load() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-mve.c | 253 static MVEGenLdStSGFn * const fns[2][4][4] = { { in trans_VLDR_S_sg() local 268 return do_ldst_sg(s, a, fns[a->os][a->msize][a->size]); in trans_VLDR_S_sg() 273 static MVEGenLdStSGFn * const fns[2][4][4] = { { in trans_VLDR_U_sg() local 288 return do_ldst_sg(s, a, fns[a->os][a->msize][a->size]); in trans_VLDR_U_sg() 293 static MVEGenLdStSGFn * const fns[2][4][4] = { { in trans_VSTR_sg() local 305 return do_ldst_sg(s, a, fns[a->os][a->msize][a->size]); in trans_VSTR_sg() 340 static MVEGenLdStSGFn * const fns[] = { in trans_VLDRW_sg_imm() local 347 return do_ldst_sg_imm(s, a, fns[a->w], MO_32); in trans_VLDRW_sg_imm() 352 static MVEGenLdStSGFn * const fns[] = { in trans_VLDRD_sg_imm() local 359 return do_ldst_sg_imm(s, a, fns[a->w], MO_64); in trans_VLDRD_sg_imm() [all …]
|
H A D | gengvec.c | 41 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqdmulh_qc() local 45 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqdmulh_qc() 51 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmulh_qc() local 55 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmulh_qc() 61 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmlah_qc() local 65 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmlah_qc() 71 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmlsh_qc() local 75 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmlsh_qc() 1249 static gen_helper_gvec_3 * const fns[] = { in gen_gvec_srshl() local 1254 tcg_gen_gvec_3_ool(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, 0, fns[vece]); in gen_gvec_srshl() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
H A D | 0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch | 38 def gcov_merge(fns, of): 39 - f = file(fns[0]) 40 + f = open(fns[0]) 43 for fn in fns[1:]: 49 @@ -67,10 +67,10 @@ def gcov_merge(fns, of): 84 def scov_merge(fns, of): 85 - f = file(fns[0]) 86 + f = open(fns[0]) 89 for fn in fns[1:]: 95 @@ -59,10 +59,10 @@ def scov_merge(fns, of):
|
/openbmc/qemu/util/ |
H A D | defer-call.c | 85 DeferredCall *fns = (DeferredCall *)array->data; in defer_call() local 97 if (memcmp(&fns[i], &new_fn, sizeof(new_fn)) == 0) { in defer_call() 145 DeferredCall *fns = (DeferredCall *)array->data; in defer_call_end() local 148 fns[i].fn(fns[i].opaque); in defer_call_end()
|
/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable.c | 42 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local 47 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops() 48 if (!fns) in alloc_io_pgtable_ops() 51 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 232 def __init__(self, recipecache, d, pn, fn, fns): argument 237 self.fns = fns 247 return [x for x in self.fns if x != self.fn] 257 for pkg, fns in self._recipecache.packages.items(): 258 if self.fn in fns: 264 for pkg, fns in self._recipecache.packages_dynamic.items(): 265 if self.fn in fns: 271 for pkg, fns in self._recipecache.rproviders.items(): 272 if self.fn in fns: 572 for pn, fns in recipes: [all …]
|
/openbmc/linux/include/linux/platform_data/ |
H A D | sa11x0-serial.h | 27 void sa1100_register_uart_fns(struct sa1100_port_fns *fns); 30 static inline void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 682 static gen_helper_ldst_us * const fns[2][4] = { 691 fn = fns[a->vm][eew]; 726 static gen_helper_ldst_us * const fns[2][4] = { 735 fn = fns[a->vm][eew]; 840 static gen_helper_ldst_stride * const fns[4] = { 845 fn = fns[eew]; 875 static gen_helper_ldst_stride * const fns[4] = { 885 fn = fns[eew]; 942 static gen_helper_ldst_index * const fns[4][4] = { 969 fn = fns[eew][s->sew]; [all …]
|
H A D | trans_rvvk.c.inc | 72 static gen_helper_opivx *const fns[4] = { \ 78 return do_opivi_gvec(s, a, tcg_gen_gvec_##SUF, fns[s->sew], \ 88 static gen_helper_gvec_4_ptr *const fns[4] = { \ 94 return do_opivv_gvec(s, a, tcg_gen_gvec_##SUF, fns[s->sew]); \ 103 static gen_helper_opivx *const fns[4] = { \ 110 fns[s->sew]); \ 141 static gen_helper_opivx *const fns[4] = { \ 147 return do_opivx_gvec(s, a, tcg_gen_gvec_##SUF, fns[s->sew]); \ 161 static gen_helper_gvec_3_ptr *const fns[4] = { \ 176 data, fns[s->sew]); \ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | ConfHandler.py | 58 def include(parentfn, fns, lineno, data, error_out): argument 64 fns = data.expand(fns) 68 for fn in fns.split():
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-l2x0.c | 682 struct outer_cache_fns *fns) in l2c310_fixup() argument 691 fns->inv_range == l2c210_inv_range) { in l2c310_fixup() 692 fns->inv_range = l2c310_inv_range_erratum; in l2c310_fixup() 693 fns->flush_range = l2c310_flush_range_erratum; in l2c310_fixup() 700 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup() 783 struct outer_cache_fns fns; in __l2c_init() local 852 fns = data->outer_cache; in __l2c_init() 853 fns.write_sec = outer_cache.write_sec; in __l2c_init() 854 fns.configure = outer_cache.configure; in __l2c_init() 856 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init() [all …]
|
H A D | proc-arm9tdmi.S | 57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
H A D | proc-arm7tdmi.S | 57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/ |
H A D | makefile-add-ldflags.patch | 17 aoeping.o : aoeping.c dat.h fns.h 24 aoecfg.o : aoecfg.c dat.h fns.h
|
/openbmc/linux/include/linux/ |
H A D | find.h | 234 return val ? fns(val, n) : size; in find_nth_bit() 260 return val ? fns(val, n) : size; in find_nth_and_bit() 287 return val ? fns(val, n) : size; in find_nth_andnot_bit() 317 return val ? fns(val, n) : size; in find_nth_and_andnot_bit()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sa1100.c | 623 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument 625 if (fns->get_mctrl) in sa1100_register_uart_fns() 626 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns() 627 if (fns->set_mctrl) in sa1100_register_uart_fns() 628 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns() 630 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()
|
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-log.c | 130 cookie_io_functions_t fns = { in log_buf__open() local 140 file = fopencookie(b, "a", fns); in log_buf__open()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/ |
H A D | makefile-add-ldflags.patch | 18 aoe.o : aoe.c config.h dat.h fns.h makefile
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_deflate.c | 33 if (!is_bit_set(dfltcc_state->common.af.fns, DFLTCC_GDHT) || in dfltcc_can_deflate() 34 !is_bit_set(dfltcc_state->common.af.fns, DFLTCC_CMPR) || in dfltcc_can_deflate()
|
H A D | dfltcc.h | 25 char fns[16]; member
|
/openbmc/qemu/scripts/ |
H A D | xml-preprocess.py | 237 fns = [ 253 for func in fns:
|
/openbmc/linux/tools/perf/util/ |
H A D | dlfilter.h | 51 struct perf_dlfilter_fns *fns; member
|
H A D | dlfilter.c | 407 d->fns = dlsym(d->handle, "perf_dlfilter_fns"); in dlfilter__open() 408 if (d->fns) in dlfilter__open() 409 memcpy(d->fns, &perf_dlfilter_fns, sizeof(struct perf_dlfilter_fns)); in dlfilter__open()
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 207 def __init__(self, filename, lineno, fns, classname): argument 209 self.n = fns.split() 265 def __init__(self, filename, lineno, fns): argument 267 self.hs = fns.split()
|