Home
last modified time | relevance | path

Searched refs:target2 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/lib/
H A Dtest_fprobe.c19 static u32 (*target2)(u32 value); variable
119 target2(rand1); in test_fprobe_entry()
144 target2(rand1); in test_fprobe()
170 target2(rand1); in test_fprobe_syms()
249 target2 = fprobe_selftest_target2; in fprobe_test_init()
252 target2_ip = get_ftrace_location(target2); in fprobe_test_init()
H A Dtest_kprobes.c18 static u32 (*target2)(u32 value); variable
142 target2(rand1); in test_kprobes()
239 target2(rand1); in test_kretprobes()
371 target2 = kprobe_target2; in kprobes_test_init()
/openbmc/linux/arch/alpha/kernel/
H A Dsys_wildfire.c70 volatile unsigned long * target0, * target1, * target2, *target3; in wildfire_init_irq_hw()
79 target2 = (unsigned long *) &pca->pca_int[2].target; in wildfire_init_irq_hw()
85 *target1 = *target2 = *target3 = 0; in wildfire_init_irq_hw()
90 *target0; *target1; *target2; *target3; in wildfire_init_irq_hw()
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst610 configuration files for ``target1`` and ``target2`` defined in the build
615 BBMULTICONFIG = "target1 target2"
623 Here is an example for two extra multiconfigs: ``target1`` and ``target2``::
625 $ bitbake mc::target mc:target1:target mc:target2:target
649 multiconfigs: ``target1`` and ``target2``::
651 image_task[mcdepends] = "mc:target1:target2:image2:rootfs_task"
654 ``from_multiconfig`` is "target1" and the ``to_multiconfig`` is "target2". The
657 associated with the "target2" multiconfig.
666 the ``rootfs_task`` for the "target2" multiconfig build.
672 image_task[mcdepends] = "mc:target1:target2:image2:image_task"
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfsdebugfiles.bbclass35 …es or directories to be installed with 'cp -a' in the format 'source1 target1;source2 target2;...'"
/openbmc/qemu/include/disas/
H A Ddis-asm.h386 bfd_vma target2; /* Second target address for dref2 */ member
/openbmc/linux/drivers/md/
H A Draid5.h248 int target, target2; member
H A Draid5.c1538 mark_target_uptodate(sh, sh->ops.target2); in ops_complete_compute()
1684 target = sh->ops.target2; in ops_run_compute6_1()
1685 else if (sh->ops.target2 < 0) in ops_run_compute6_1()
1738 int target2 = sh->ops.target2; in ops_run_compute6_2() local
1740 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2()
1748 __func__, (unsigned long long)sh->sector, target, target2); in ops_run_compute6_2()
1749 BUG_ON(target < 0 || target2 < 0); in ops_run_compute6_2()
1770 if (i == target2) in ops_run_compute6_2()
1801 data_target = target2; in ops_run_compute6_2()
2304 if (sh->ops.target2 < 0 || sh->ops.target < 0) in raid_run_ops()
[all …]
/openbmc/qemu/disas/
H A Dmips.c4965 info->target2 = 0; in print_insn_mips()
5128 info->target2 = 0;
H A Dnanomips.c21949 info->target2 = 0; in print_insn_nanomips()