Home
last modified time | relevance | path

Searched refs:targetlist (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c2020 uint32_t targetlist = extract64(value, 0, 16); in icc_generate_sgi() local
2034 aff, targetlist); in icc_generate_sgi()
2054 if (aff0 > 15 || extract32(targetlist, aff0, 1) == 0) { in icc_generate_sgi()
H A Dtrace-events129 …nt irm, uint32_t aff, uint32_t targetlist) "GICv3 CPU i/f 0x%x generating SGI %d IRM %d target aff…
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py583 targetlist = self.checkPackages(pkgs_to_build, task)
592 for k in targetlist: