Home
last modified time | relevance | path

Searched refs:rname (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve.py26 rname = "z%d" % (i)
27 zreg = frame.read_register(rname)
28 report(True, "Reading %s" % rname)
30 cmd = "set $%s.q.u[%d] = 0x%x" % (rname, j, MAGIC)
34 reg = "$%s.q.u[%d]" % (rname, j)
38 cmd = "set $%s.d.u[%d] = 0x%x" % (rname, j, MAGIC)
42 reg = "$%s.d.u[%d]" % (rname, j)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-lfs.patch18 user, group, rname);
25 - rname, (long) stb->st_size);
27 + rname, (off_t) stb->st_size);
41 user, group, rname);
55 rname, lmode, rmode);
57 - rname, (int) size, mtime, owner, group);
59 + rname, (off_t) size, mtime, owner, group);
H A Drdist-6.1.5-hardlink.patch18 "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n",
19 rname, lp->pathname, lp->src, lp->target);
24 opts, lp->pathname, rname);
H A Drdist-6.1.5-cleanup.patch261 char *rname;
351 debugmsg(DM_CALL, "update(%s, 0x%x, 0x%x)\n", rname, opts, statp);
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dicp-native.c215 char *rname; in icp_native_map_one_cpu() local
236 rname = kasprintf(GFP_KERNEL, "CPU %d [0x%x] Interrupt Presentation", in icp_native_map_one_cpu()
239 if (!rname) in icp_native_map_one_cpu()
241 if (!request_mem_region(addr, size, rname)) { in icp_native_map_one_cpu()
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c1885 char *rname; in kdb_rd() local
1907 rname = dbg_get_reg(i, &reg8, kdb_current_regs); in kdb_rd()
1908 if (!rname) in kdb_rd()
1910 len += kdb_printf("%s: %02x", rname, reg8); in kdb_rd()
1913 rname = dbg_get_reg(i, &reg16, kdb_current_regs); in kdb_rd()
1914 if (!rname) in kdb_rd()
1916 len += kdb_printf("%s: %04x", rname, reg16); in kdb_rd()
1919 rname = dbg_get_reg(i, &reg32, kdb_current_regs); in kdb_rd()
1920 if (!rname) in kdb_rd()
1922 len += kdb_printf("%s: %08x", rname, reg32); in kdb_rd()
[all …]
/openbmc/linux/drivers/firmware/efi/
H A Dfdtparams.c61 const char *rname, void *var, int size) in efi_get_fdt_prop() argument
79 pr_info(" %s: 0x%0*llx\n", rname, size * 2, val); in efi_get_fdt_prop()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_dump.c48 char rname[16]; in igc_regdump() local
106 snprintf(rname, 16, "%s%s", reginfo->name, "[0-3]"); in igc_regdump()
107 netdev_info(dev, "%-15s %08x %08x %08x %08x\n", rname, regs[0], regs[1], in igc_regdump()
/openbmc/qemu/hw/char/
H A Dpl011.c105 static const char *const rname[] = { in pl011_regname() local
112 if (idx < ARRAY_SIZE(rname) && rname[idx]) { in pl011_regname()
113 return rname[idx]; in pl011_regname()
/openbmc/linux/drivers/phy/st/
H A Dphy-miphy28lp.c834 char *rname, struct resource *res) in miphy28lp_get_resource_byname() argument
838 index = of_property_match_string(child, "reg-names", rname); in miphy28lp_get_resource_byname()
846 struct device_node *child, char *rname, in miphy28lp_get_one_addr() argument
852 ret = miphy28lp_get_resource_byname(child, rname, &res); in miphy28lp_get_one_addr()
857 , rname); in miphy28lp_get_one_addr()
/openbmc/linux/fs/zonefs/
H A Dsuper.c612 const char *rname; in zonefs_fname_to_fno() local
629 for (i = 0, rname = name + len - 1; i < len; i++, rname--) { in zonefs_fname_to_fno()
630 c = *rname; in zonefs_fname_to_fno()
/openbmc/linux/drivers/regulator/
H A Dcore.c5256 const char *rname = rdev_get_name(rdev); in rdev_init_debugfs() local
5260 if (parent && rname == rdev->desc->name) { in rdev_init_debugfs()
5262 rname); in rdev_init_debugfs()
5263 rname = name; in rdev_init_debugfs()
5266 rdev->debugfs = debugfs_create_dir(rname, debugfs_root); in rdev_init_debugfs()
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c1406 const char *rname[] = { "core", NULL}; in tegra_pmc_core_pd_add() local
1417 err = devm_pm_opp_set_regulators(pmc->dev, rname); in tegra_pmc_core_pd_add()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c147 char rname[16]; in e1000_regdump() local
169 snprintf(rname, 16, "%s%s", reginfo->name, "[0-1]"); in e1000_regdump()
170 pr_info("%-15s %08x %08x\n", rname, regs[0], regs[1]); in e1000_regdump()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c290 char rname[16]; in igb_regdump() local
347 snprintf(rname, 16, "%s%s", reginfo->name, "[0-3]"); in igb_regdump()
348 pr_info("%-15s %08x %08x %08x %08x\n", rname, regs[0], regs[1], in igb_regdump()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c472 char rname[16]; in ixgbe_regdump() local
544 snprintf(rname, 16, "%s[%d-%d]", reginfo->name, i, i + 7); in ixgbe_regdump()
547 pr_err("%-15s%s\n", rname, buf); in ixgbe_regdump()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c15254 g_autofree char *rname = g_strdup_printf("%s[hi]", regnames[i]); in mips_tcg_init() local
15259 rname); in mips_tcg_init()